svn commit: r341929 - head/net/py-iplib

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 07:52:05 UTC 2014


Author: miwi
Date: Fri Jan 31 07:52:04 2014
New Revision: 341929
URL: http://svnweb.freebsd.org/changeset/ports/341929
QAT: https://qat.redports.org/buildarchive/r341929/

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

Deleted:
  head/net/py-iplib/pkg-plist
Modified:
  head/net/py-iplib/Makefile

Modified: head/net/py-iplib/Makefile
==============================================================================
--- head/net/py-iplib/Makefile	Fri Jan 31 07:51:30 2014	(r341928)
+++ head/net/py-iplib/Makefile	Fri Jan 31 07:52:04 2014	(r341929)
@@ -3,6 +3,7 @@
 
 PORTNAME=	iplib
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,6 @@ COMMENT=	Convert amongst many different 
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list