Date: Sun, 29 Dec 2013 15:09:54 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338006 - head/graphics/proj Message-ID: <201312291509.rBTF9sp5081583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Dec 29 15:09:53 2013 New Revision: 338006 URL: http://svnweb.freebsd.org/changeset/ports/338006 Log: - Fix permissions on include/projects.h. - USES=gmake. - Staging. PR: ports/184385 Approved by: maintainer timeout (2 weeks) Modified: head/graphics/proj/Makefile (contents, props changed) head/graphics/proj/pkg-plist (contents, props changed) Modified: head/graphics/proj/Makefile ============================================================================== --- head/graphics/proj/Makefile Sun Dec 29 15:07:21 2013 (r338005) +++ head/graphics/proj/Makefile Sun Dec 29 15:09:53 2013 (r338006) @@ -3,7 +3,7 @@ PORTNAME= proj PORTVERSION= 4.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \ http://download.osgeo.org/proj/ @@ -18,14 +18,10 @@ CONFLICTS= proj4-[0-9]* DATUM_GRID_FILES= proj-datumgrid-1.5.zip GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes USE_ZIP= yes -MAN1= cs2cs.1 geod.1 proj.1 -MAN3= pj_init.3 - -NO_STAGE= yes post-extract: @${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad @@ -34,6 +30,6 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - ${CP} ${WRKSRC}/src/projects.h ${PREFIX}/include/ + ${INSTALL_DATA} ${WRKSRC}/src/projects.h ${STAGEDIR}${PREFIX}/include .include <bsd.port.mk> Modified: head/graphics/proj/pkg-plist ============================================================================== --- head/graphics/proj/pkg-plist Sun Dec 29 15:07:21 2013 (r338005) +++ head/graphics/proj/pkg-plist Sun Dec 29 15:09:53 2013 (r338006) @@ -12,6 +12,10 @@ lib/libproj.la lib/libproj.so lib/libproj.so.7 libdata/pkgconfig/proj.pc +man/man1/cs2cs.1.gz +man/man1/geod.1.gz +man/man1/proj.1.gz +man/man3/pj_init.3.gz %%DATADIR%%/FL %%DATADIR%%/GL27 %%DATADIR%%/IGNF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291509.rBTF9sp5081583>