diff -urN py-pyproj.orig/Makefile py-pyproj/Makefile --- py-pyproj.orig/Makefile 2019-03-06 20:29:34.481666000 +0100 +++ py-pyproj/Makefile 2019-05-18 18:38:42.970396000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/py-pyproj/Makefile 494803 2019-03-06 15:13:37Z wen $ PORTNAME= pyproj -PORTVERSION= 1.9.6 +PORTVERSION= 2.1.3 CATEGORIES= graphics python geography MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,14 +16,17 @@ LIB_DEPENDS= libproj.so:graphics/proj USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent cython distutils MAKE_ENV= PROJ_DIR=${LOCALBASE} PORTDOCS= * -PORTDOCS1= Changelog README.md docs/* -PORTEXAMPLES= datum_shift.py geodtest.py sample.out \ - test.py test2.py test_datum.py test_transform.py +PORTDOCS1= README.md docs/* +PORTEXAMPLES= sample.out \ + test.py test_awips221.py test_crs.py test_datadir.py \ + test_datum.py test_datum_shift.py test_doctest_wrapper.py \ + test_exception_logging.py test_geod.py test_pickle.py \ + test_transform.py test_transformer.py OPTIONS_DEFINE= DOCS EXAMPLES @@ -32,7 +35,9 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS1:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs/ && \ + ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "! -name .buildinfo" ) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff -urN py-pyproj.orig/distinfo py-pyproj/distinfo --- py-pyproj.orig/distinfo 2019-03-06 20:29:33.820534000 +0100 +++ py-pyproj/distinfo 2019-05-18 15:19:57.753413000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1550151151 -SHA256 (pyproj-1.9.6.tar.gz) = e0c02b1554b20c710d16d673817b2a89ff94738b0b537aead8ecb2edc4c4487b -SIZE (pyproj-1.9.6.tar.gz) = 2797999 +TIMESTAMP = 1558185597 +SHA256 (pyproj-2.1.3.tar.gz) = 99c52788b01a7bb9a88024bf4d40965c0a66a93d654600b5deacf644775f424d +SIZE (pyproj-2.1.3.tar.gz) = 521154 diff -urN py-pyproj.orig/pkg-descr py-pyproj/pkg-descr --- py-pyproj.orig/pkg-descr 2016-12-09 07:04:18.000000000 +0100 +++ py-pyproj/pkg-descr 2019-05-18 16:14:54.451053000 +0200 @@ -4,7 +4,7 @@ The Proj class can convert from geographic (longitude,latitude) to native map projection (x,y) coordinates and vice versa, or -from one map projection coordinate system directly to another. +from one map projection coordinate system directly to another. The module variable pj_list is a dictionary containing all the available projections and their descriptions.