Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 08:42:42 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304951 - head/devel/py-shapely
Message-ID:  <201209270842.q8R8ggJP084267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu Sep 27 08:42:42 2012
New Revision: 304951
URL: http://svn.freebsd.org/changeset/ports/304951

Log:
  - Update to 1.2.16
  - Convert to new Makefile format

Modified:
  head/devel/py-shapely/Makefile
  head/devel/py-shapely/distinfo
  head/devel/py-shapely/pkg-plist

Modified: head/devel/py-shapely/Makefile
==============================================================================
--- head/devel/py-shapely/Makefile	Thu Sep 27 08:32:34 2012	(r304950)
+++ head/devel/py-shapely/Makefile	Thu Sep 27 08:42:42 2012	(r304951)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-shapely
-# Date created:				10 July 2008
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Shapely
-PORTVERSION=	1.2.15
+PORTVERSION=	1.2.16
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Python Package for Manipulation 2D Geospatial Geometry
 
-LIB_DEPENDS=	geos_c.8:${PORTSDIR}/graphics/geos
+LIB_DEPENDS=	geos_c:${PORTSDIR}/graphics/geos
 
 CFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	2.5+

Modified: head/devel/py-shapely/distinfo
==============================================================================
--- head/devel/py-shapely/distinfo	Thu Sep 27 08:32:34 2012	(r304950)
+++ head/devel/py-shapely/distinfo	Thu Sep 27 08:42:42 2012	(r304951)
@@ -1,2 +1,2 @@
-SHA256 (Shapely-1.2.15.tar.gz) = 0e63eadefea1976a098127d82e3cdf046b7cbcc4acf1a09e069d1bc650eddeb5
-SIZE (Shapely-1.2.15.tar.gz) = 93854
+SHA256 (Shapely-1.2.16.tar.gz) = 06296b4f59c6399a30f86d345d661e005ed4b521a02ee4de0d39a3fc5497adef
+SIZE (Shapely-1.2.16.tar.gz) = 96193

Modified: head/devel/py-shapely/pkg-plist
==============================================================================
--- head/devel/py-shapely/pkg-plist	Thu Sep 27 08:32:34 2012	(r304950)
+++ head/devel/py-shapely/pkg-plist	Thu Sep 27 08:42:42 2012	(r304951)
@@ -147,6 +147,9 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_speedups.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_speedups.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_speedups.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_unary_union.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_unary_union.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_unary_union.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_validation.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_validation.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_validation.pyo



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