svn commit: r347204 - head/devel/py-shapely

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:05:25 UTC 2014


Author: miwi
Date: Thu Mar  6 14:05:25 2014
New Revision: 347204
URL: http://svnweb.freebsd.org/changeset/ports/347204
QAT: https://qat.redports.org/buildarchive/r347204/

Log:
  - Stage support
  - Convert to autoplist
  - Bump PORTREVISION

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

Modified: head/devel/py-shapely/Makefile
==============================================================================
--- head/devel/py-shapely/Makefile	Thu Mar  6 14:04:29 2014	(r347203)
+++ head/devel/py-shapely/Makefile	Thu Mar  6 14:05:25 2014	(r347204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Shapely
 PORTVERSION=	1.2.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LIB_DEPENDS=	geos_c:${PORTSDIR}/graphics
 
 CFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list