diff options
author | wen <wen@FreeBSD.org> | 2014-05-02 09:48:26 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-05-02 09:48:26 +0800 |
commit | bb94780e80f1bc5bacdeb332a681b0c4778576a6 (patch) | |
tree | b6ddcdcda279842b783a30776b12771301adfeb3 /devel | |
parent | 3405f028dc3f4e693246b22502f7f5c08ffee6b1 (diff) | |
download | freebsd-ports-gnome-bb94780e80f1bc5bacdeb332a681b0c4778576a6.tar.gz freebsd-ports-gnome-bb94780e80f1bc5bacdeb332a681b0c4778576a6.tar.zst freebsd-ports-gnome-bb94780e80f1bc5bacdeb332a681b0c4778576a6.zip |
- Update to 1.3.1
- Add LICENSE
PR: 189181
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-shapely/Makefile | 8 | ||||
-rw-r--r-- | devel/py-shapely/distinfo | 4 | ||||
-rw-r--r-- | devel/py-shapely/pkg-descr | 2 |
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/ |