diff options
author | wen <wen@FreeBSD.org> | 2014-08-23 23:03:30 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-08-23 23:03:30 +0800 |
commit | b1479a120cb5a9e4c9aa8a8e555fe711c927667b (patch) | |
tree | 258c4db5dd4e4d71855ddaf094e2dc3947c84cd8 /devel | |
parent | b13c8d143f129134635df7797409b4a6feef7a45 (diff) | |
download | freebsd-ports-gnome-b1479a120cb5a9e4c9aa8a8e555fe711c927667b.tar.gz freebsd-ports-gnome-b1479a120cb5a9e4c9aa8a8e555fe711c927667b.tar.zst freebsd-ports-gnome-b1479a120cb5a9e4c9aa8a8e555fe711c927667b.zip |
- Update to 1.3.3
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-shapely/Makefile | 8 | ||||
-rw-r--r-- | devel/py-shapely/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 7cb9a5b8d40e..0af3ba789511 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Shapely -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +16,7 @@ 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 +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/devel/py-shapely/distinfo b/devel/py-shapely/distinfo index 4c13341d7992..602326453c1c 100644 --- a/devel/py-shapely/distinfo +++ b/devel/py-shapely/distinfo @@ -1,2 +1,2 @@ -SHA256 (Shapely-1.3.1.tar.gz) = f458f7033e6bb811893e6c4305b28535fc09a1a10bb0d1f35bd0dc2bd5613a25 -SIZE (Shapely-1.3.1.tar.gz) = 119894 +SHA256 (Shapely-1.3.3.tar.gz) = c4fbfadfa56f4e441af6220c16b92c8140cf7651b2f8848f0984e168914ed4d8 +SIZE (Shapely-1.3.3.tar.gz) = 124960 |