Date: Thu, 6 Mar 2008 00:10:43 +0900 (JST) From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Subject: ports/121393: Update port: graphics/py-pyproj to 1.8.4 Message-ID: <20080305151043.22FC1153464@xeon.quad.dyndns.org> Resent-Message-ID: <200803051520.m25FK1hQ078217@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121393 >Category: ports >Synopsis: Update port: graphics/py-pyproj to 1.8.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 05 15:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update pyproj to 1.8.4. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/py-pyproj/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 13 Dec 2007 04:51:39 -0000 1.4 +++ Makefile 5 Mar 2008 10:52:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= pyproj -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= graphics python geography MASTER_SITES= http://pyproj.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,17 +19,21 @@ USE_PYDISTUTILS= yes PORTDOCS= Changelog README README.html LICENSE_proj4 +PORTEXAMPLES= datum_shift.py geodtest.py sample.out \ + test.py test2.py test_transform.py post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/test/* ${EXAMPLESDIR} -.endif - .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} +.endfor +.endif + +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} +.for f in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/test/$f ${EXAMPLESDIR} .endfor .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/py-pyproj/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 13 Dec 2007 04:51:39 -0000 1.4 +++ distinfo 5 Mar 2008 07:09:33 -0000 @@ -1,3 +1,3 @@ -MD5 (pyproj-1.8.3.tar.gz) = 75cab2a76f619488df60cae619b0ef40 -SHA256 (pyproj-1.8.3.tar.gz) = 292dbf38dc66e4d895fa0a62c29d0e8537a33ed13183f73e67ff39a7787f4225 -SIZE (pyproj-1.8.3.tar.gz) = 317072 +MD5 (pyproj-1.8.4.tar.gz) = 7b540824623c18ad39e051480897231f +SHA256 (pyproj-1.8.4.tar.gz) = b1e276f33ae87d243a3be301e890892bd76099135a7331f05138d3e1a84f7766 +SIZE (pyproj-1.8.4.tar.gz) = 322597 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/py-pyproj/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 13 Dec 2007 04:51:39 -0000 1.3 +++ pkg-plist 5 Mar 2008 10:49:56 -0000 @@ -22,12 +22,5 @@ %%PYTHON_SITELIBDIR%%/pyproj/data/testntv2 %%PYTHON_SITELIBDIR%%/pyproj/data/testvarious %%PYTHON_SITELIBDIR%%/pyproj/data/world -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datum_shift.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geodtest.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test2.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_transform.py -@dirrm %%EXAMPLESDIR%% @dirrm %%PYTHON_SITELIBDIR%%/pyproj/data @dirrm %%PYTHON_SITELIBDIR%%/pyproj >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080305151043.22FC1153464>