Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 21:28:21 +0000 (UTC)
From:      Rick van der Zwet <info@rickvanderzwet.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Rick van der Zwet <info@rickvanderzwet.nl>
Subject:   ports/183072: Update Port: graphics/py-pyproj - 1.8.8 -> 1.9.3
Message-ID:  <20131017212821.187CFF20378E@wasus.vanderzwet.net>
Resent-Message-ID: <201310172130.r9HLU0aA002692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183072
>Category:       ports
>Synopsis:       Update Port: graphics/py-pyproj - 1.8.8 -> 1.9.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 17 21:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rick van der Zwet
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
Stichting Wireless Leiden
>Environment:
System: FreeBSD wasus.vanderzwet.net 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
1.9.3 (svn revision 327)
 * Geod now uses C code adapted from geographiclib now included in proj4 source,
   instead of pure python code directly from geographiclib.
 * make radians=True work with Geod.npts (issue 47).
 * allow PROJ_DIR env var to control location of proj data (issue 40).
1.9.2 (svn revision 301)
 * updated proj4 src to 4.8.0 - includes two new map projections (natearth and
   isea).
1.9.1 (svn revision 285)
 * restore compatibility with python 2.4/2.5, which was broken by the addition
   of the geographiclib geodesic module (issue 36).
1.9.0 (svn revision 282)
 * use pure python geographiclib for geodesic computation codes instead of
 proj4.
 * don't use global variable pj_errno for return codes, use pj_ctx_get_errno
   instead.
 * use new projCtx structure for thread safety in proj lib.
 * update C source and data from proj4 svn (r2140).
 * add pj_list and pj_ellps module level variables (a dict mapping short
   names to longer descriptions, e.g. 
   pyproj.pj_list['aea'] = 'Albers Equal Area').
1.8.9 (svn revision 222)
 * Python 3 now supported.
 * allow 'EPSG' init (as well as 'epsg'). This only worked on case-insensitive
   filesystems previously. Fixes issue 6.
 * added inverse to Hammer projection.
 * updated src/pj_mutex.c from proj4 svn to fix a threading issue on windows
   (issue 25). Windows binary installers updated (version 1.8.8-1), courtesy
   Christoph Gohlke.
 * if inputs are NaNs, return huge number (1.e30).


README.html is no longer patched
>How-To-Repeat:
	
>Fix:
	Apply patch
	

--- graphics+py-pyproj.patch begins here ---
diff -u graphics/py-pyproj.orig/Makefile graphics/py-pyproj/Makefile
--- graphics/py-pyproj.orig/Makefile	2013-10-17 21:22:38.000000000 +0000
+++ graphics/py-pyproj/Makefile	2013-10-17 21:23:15.000000000 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: graphics/py-pyproj/Makefile 327733 2013-09-20 18:35:44Z bapt $
 
 PORTNAME=	pyproj
-PORTVERSION=	1.8.8
+PORTVERSION=	1.9.3
 CATEGORIES=	graphics python geography
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-PORTDOCS=	Changelog README README.html LICENSE_proj4
+PORTDOCS=	Changelog README LICENSE_proj4
 PORTEXAMPLES=	datum_shift.py geodtest.py sample.out \
 		test.py test2.py test_transform.py
 
diff -u graphics/py-pyproj.orig/distinfo graphics/py-pyproj/distinfo
--- graphics/py-pyproj.orig/distinfo	2013-10-17 21:22:38.000000000 +0000
+++ graphics/py-pyproj/distinfo	2013-10-17 21:23:22.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (pyproj-1.8.8.tar.gz) = 0ae91d39cc437915155dc116040119c0b24011053bdaee2524699c3ae8d053ae
-SIZE (pyproj-1.8.8.tar.gz) = 2592890
+SHA256 (pyproj-1.9.3.tar.gz) = 912ed86c5e407f091d0f3d076594af4fb569e27c68199b7d71651edd522aaa0c
+SIZE (pyproj-1.9.3.tar.gz) = 2687498
--- graphics+py-pyproj.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131017212821.187CFF20378E>