From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 17 21:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08D2583D for ; Thu, 17 Oct 2013 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEFD52419 for ; Thu, 17 Oct 2013 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9HLU0CE002697 for ; Thu, 17 Oct 2013 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9HLU0aA002692; Thu, 17 Oct 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 17 Oct 2013 21:30:00 GMT Resent-Message-Id: <201310172130.r9HLU0aA002692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rick van der Zwet Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E41047D9 for ; Thu, 17 Oct 2013 21:28:31 +0000 (UTC) (envelope-from rvdzwet@wasus.vanderzwet.net) Received: from wasus.vanderzwet.net (wasus.vanderzwet.net [IPv6:2a01:4f8:190:8221::4:1]) by mx1.freebsd.org (Postfix) with ESMTP id AB48C2408 for ; Thu, 17 Oct 2013 21:28:31 +0000 (UTC) Received: by wasus.vanderzwet.net (Postfix, from userid 1001) id 187CFF20378E; Thu, 17 Oct 2013 21:28:21 +0000 (UTC) Message-Id: <20131017212821.187CFF20378E@wasus.vanderzwet.net> Date: Thu, 17 Oct 2013 21:28:21 +0000 (UTC) From: Rick van der Zwet To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183072: Update Port: graphics/py-pyproj - 1.8.8 -> 1.9.3 Cc: Rick van der Zwet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Rick van der Zwet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 21:30:01 -0000 >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: