On 2012/02/14 22:00, Joachim Schipper wrote:
> -DISTNAME =           scratch-1.3
> +DISTNAME =           scratch-1.3p0

not any more; keep DISTNAME the same and use REVISION=0

>  CATEGORIES =         graphics
>  HOMEPAGE =           http://scratch.mit.edu/
>  MASTER_SITES =               ${HOMEPAGE:=files/}
> Index: files/iniscratch
> ===================================================================
> RCS file: /cvs/ports/graphics/scratch/files/iniscratch,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 iniscratch
> --- files/iniscratch  3 Feb 2009 14:56:56 -0000       1.1.1.1
> +++ files/iniscratch  14 Feb 2012 20:55:50 -0000
> @@ -1,5 +1,5 @@
>  SCRATCH_DIR=${HOME}/Scratch
>  mkdir ${SCRATCH_DIR}
> -gunzip < ${PREFIX}/lib/scratch/Scratch.image.gz > 
> ${SCRATCH_DIR}/Scratch.image
> -for i in Help locale ; do ln -s ${PREFIX}/lib/scratch/$i ${SCRATCH_DIR}; done
> -for i in Media Projects ; do ln -s ${PREFIX}/share/scratch/$i 
> ${SCRATCH_DIR}; done
> +gunzip < ${TRUEPREFIX}/lib/scratch/Scratch.image.gz > 
> ${SCRATCH_DIR}/Scratch.image
> +for i in Help locale ; do ln -s ${TRUEPREFIX}/lib/scratch/$i ${SCRATCH_DIR}; 
> done
> +for i in Media Projects ; do ln -s ${TRUEPREFIX}/share/scratch/$i 
> ${SCRATCH_DIR}; done
> 

Reply via email to