From owner-svn-ports-head@FreeBSD.ORG Thu Jan 24 17:58:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 597EC217; Thu, 24 Jan 2013 17:58:47 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3C99EA77; Thu, 24 Jan 2013 17:58:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0OHwlPa028475; Thu, 24 Jan 2013 17:58:47 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0OHwkRU028470; Thu, 24 Jan 2013 17:58:46 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201301241758.r0OHwkRU028470@svn.freebsd.org> From: Alex Kozlov Date: Thu, 24 Jan 2013 17:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310937 - head/graphics/xmountains X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 17:58:47 -0000 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@FreeBSD.org +MAINTAINER= ak@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/