svn commit: r344359 - head/math/py-igraph

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:27:28 UTC 2014


Author: miwi
Date: Sat Feb 15 10:27:27 2014
New Revision: 344359
URL: http://svnweb.freebsd.org/changeset/ports/344359
QAT: https://qat.redports.org/buildarchive/r344359/

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

Deleted:
  head/math/py-igraph/pkg-plist
Modified:
  head/math/py-igraph/Makefile

Modified: head/math/py-igraph/Makefile
==============================================================================
--- head/math/py-igraph/Makefile	Sat Feb 15 10:27:05 2014	(r344358)
+++ head/math/py-igraph/Makefile	Sat Feb 15 10:27:27 2014	(r344359)
@@ -3,6 +3,7 @@
 
 PORTNAME=	igraph
 PORTVERSION=	0.5.4
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libigrap
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
-PYDISTUTILS_PKGNAME=	python_igraph
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list