svn commit: r310937 - head/graphics/xmountains
Alex Kozlov
ak at FreeBSD.org
Thu Jan 24 17:58:47 UTC 2013
Author: ak
Date: Thu Jan 24 17:58:46 2013
New Revision: 310937
URL: http://svnweb.freebsd.org/changeset/ports/310937
Log:
- Undeprecate
- Add MASTER_SITES
- Remove obsolete WWW from pkg-descr
- Take maintainership
Modified:
head/graphics/xmountains/Makefile (contents, props changed)
head/graphics/xmountains/distinfo (contents, props changed)
head/graphics/xmountains/pkg-descr (contents, props changed)
Modified: head/graphics/xmountains/Makefile
==============================================================================
--- head/graphics/xmountains/Makefile Thu Jan 24 16:05:18 2013 (r310936)
+++ head/graphics/xmountains/Makefile Thu Jan 24 17:58:46 2013 (r310937)
@@ -4,15 +4,16 @@
PORTNAME= xmountains
PORTVERSION= 2.9
CATEGORIES= graphics
-MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
+MASTER_SITES= ftp://ftp.uwsg.indiana.edu/linux/debian/pool/main/x/xmountains/ \
+ ftp://ftp.fi.netbsd.org/.m/mirrors1/archive.ubuntu.com/pool/universe/x/xmountains/ \
+ ftp://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \
+ ftp://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ \
+ ftp://ftp.debian.com/debian/pool/main/x/xmountains/
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ak at FreeBSD.org
COMMENT= X11 based fractal landscape generator
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
NO_WRKSUBDIR= yes
USE_XORG= xbitmaps x11
@@ -20,12 +21,13 @@ USE_XORG= xbitmaps x11
MAN6= ${PORTNAME}.6
PLIST_FILES= bin/${PORTNAME}
+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+
post-extract:
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6
do-build:
- cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include *.c \
- -o ${PORTNAME} -L${LOCALBASE}/lib -lX11 -lm
+ cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} *.c -lX11 -lm -o ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
Modified: head/graphics/xmountains/distinfo
==============================================================================
--- head/graphics/xmountains/distinfo Thu Jan 24 16:05:18 2013 (r310936)
+++ head/graphics/xmountains/distinfo Thu Jan 24 17:58:46 2013 (r310937)
@@ -1,2 +1,2 @@
-SHA256 (xmountains_2.9.tar.gz) = 3830f48ab46d770f0ce1c5e8fd1861e28fa1b8373aa82fac66a563f017aaee89
-SIZE (xmountains_2.9.tar.gz) = 27951
+SHA256 (xmountains_2.9.orig.tar.gz) = 3830f48ab46d770f0ce1c5e8fd1861e28fa1b8373aa82fac66a563f017aaee89
+SIZE (xmountains_2.9.orig.tar.gz) = 27951
Modified: head/graphics/xmountains/pkg-descr
==============================================================================
--- head/graphics/xmountains/pkg-descr Thu Jan 24 16:05:18 2013 (r310936)
+++ head/graphics/xmountains/pkg-descr Thu Jan 24 17:58:46 2013 (r310937)
@@ -3,5 +3,3 @@ random fractal surfaces and displays the
program is running the fractal is continuously extended on the right
and the image is scrolled from right to left to expose the newly
generated area.
-
-WWW: http://www2.epcc.ed.ac.uk/~spb/xmountains/
More information about the svn-ports-all
mailing list