svn commit: r410096 - head/devel/py-geojson

Wen Heping wen at FreeBSD.org
Fri Mar 4 10:04:24 UTC 2016


Author: wen
Date: Fri Mar  4 10:04:22 2016
New Revision: 410096
URL: https://svnweb.freebsd.org/changeset/ports/410096

Log:
  - Update to 1.3.2

Modified:
  head/devel/py-geojson/Makefile
  head/devel/py-geojson/distinfo

Modified: head/devel/py-geojson/Makefile
==============================================================================
--- head/devel/py-geojson/Makefile	Fri Mar  4 09:47:42 2016	(r410095)
+++ head/devel/py-geojson/Makefile	Fri Mar  4 10:04:22 2016	(r410096)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	geojson
-PORTVERSION=	1.0.9
+PORTVERSION=	1.3.2
 PORTEPOCH=	1
 CATEGORIES=	devel geography python
 MASTER_SITES=	CHEESESHOP
@@ -19,11 +19,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simp
 PORTDOCS=	LICENSE.rst CHANGELOG.rst README.rst
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/py-geojson/distinfo
==============================================================================
--- head/devel/py-geojson/distinfo	Fri Mar  4 09:47:42 2016	(r410095)
+++ head/devel/py-geojson/distinfo	Fri Mar  4 10:04:22 2016	(r410096)
@@ -1,2 +1,2 @@
-SHA256 (geojson-1.0.9.tar.gz) = 9575d41b05536f37ca65daddcaec503c9a5ec4fe6bee1157d67eacc08525133c
-SIZE (geojson-1.0.9.tar.gz) = 12823
+SHA256 (geojson-1.3.2.tar.gz) = 15fa426f1e616ce0b45bbda17d16345db5235ec898fc202fd00727e497c38288
+SIZE (geojson-1.3.2.tar.gz) = 17232


More information about the svn-ports-all mailing list