aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-05-02 01:48:26 +0000
committerWen Heping <wen@FreeBSD.org>2014-05-02 01:48:26 +0000
commit4e73b39cdefbf60ec5e5b8efa15eb86e4642ece1 (patch)
treeb6ddcdcda279842b783a30776b12771301adfeb3 /devel
parentcdbe4d64f6c2a1d3c062e06d1f554e1fd84af74c (diff)
downloadports-4e73b39cdefbf60ec5e5b8efa15eb86e4642ece1.tar.gz
ports-4e73b39cdefbf60ec5e5b8efa15eb86e4642ece1.zip
- Update to 1.3.1
- Add LICENSE PR: 189181 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=352770
Diffstat (limited to 'devel')
-rw-r--r--devel/py-shapely/Makefile8
-rw-r--r--devel/py-shapely/distinfo4
-rw-r--r--devel/py-shapely/pkg-descr2
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile
index d7f19a549ec9..e4f3af7fcbd3 100644
--- a/devel/py-shapely/Makefile
+++ b/devel/py-shapely/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Shapely
-PORTVERSION= 1.2.18
-PORTREVISION= 2
+PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
-LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos
+LICENSE= BSD3CLAUSE
+
+LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos
CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/devel/py-shapely/distinfo b/devel/py-shapely/distinfo
index b188bf434c4d..4c13341d7992 100644
--- a/devel/py-shapely/distinfo
+++ b/devel/py-shapely/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Shapely-1.2.18.tar.gz) = b3307b008e1cf96923f0e41a54b39e4ac316cdfa038b26ccbfc47a99cb69573c
-SIZE (Shapely-1.2.18.tar.gz) = 111974
+SHA256 (Shapely-1.3.1.tar.gz) = f458f7033e6bb811893e6c4305b28535fc09a1a10bb0d1f35bd0dc2bd5613a25
+SIZE (Shapely-1.3.1.tar.gz) = 119894
diff --git a/devel/py-shapely/pkg-descr b/devel/py-shapely/pkg-descr
index b1b6c7bd38ba..dcaef6c34c41 100644
--- a/devel/py-shapely/pkg-descr
+++ b/devel/py-shapely/pkg-descr
@@ -4,4 +4,4 @@ is not concerned with data formats or coordinate reference systems.
Responsibility for reading and writing data and projecting coordinates
is left to other packages like WorldMill and pyproj.
-WWW: https://pypi.python.org/pypi/Shapely/
+WWW: http://pypi.python.org/pypi/Shapely/