update to 4.8.0 Fix: PORTNAME= proj -PORTVERSION= 4.7.0 +PORTVERSION= 4.8.0 CATEGORIES= graphics geography MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \ http://download.osgeo.org/proj/ @@ -24,10 +24,14 @@ USE_LDCONFIG= yes USE_ZIP= yes -MAN1= cs2cs.1 geod.1 nad2nad.1 proj.1 +MAN1= cs2cs.1 geod.1 proj.1 MAN3= pj_init.3 post-extract: @${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad +post-patch: + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk>
Responsible Changed From-To: freebsd-ports-bugs->wen Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of graphics/proj, Please note that PR ports/166788 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166788 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
wen 2012-05-07 08:10:11 UTC FreeBSD ports repository Modified files: graphics/proj Makefile distinfo pkg-plist Log: - Update to 4.8.0 PR: 166788 Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, > 20 days) Revision Changes Path 1.20 +6 -2 ports/graphics/proj/Makefile 1.11 +2 -2 ports/graphics/proj/distinfo 1.7 +2 -4 ports/graphics/proj/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!