Index: head/net/py-iplib/pkg-plist =================================================================== --- head/net/py-iplib/pkg-plist (revision 341928) +++ head/net/py-iplib/pkg-plist (nonexistent) @@ -1,6 +0,0 @@ -%%PYTHON_SITELIBDIR%%/iplib.py -%%PYTHON_SITELIBDIR%%/iplib.pyc -%%PYTHON_SITELIBDIR%%/iplib.pyo -bin/cidrinfo.py -bin/ipconv.py -bin/nmconv.py Property changes on: head/net/py-iplib/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/py-iplib/Makefile =================================================================== --- head/net/py-iplib/Makefile (revision 341928) +++ head/net/py-iplib/Makefile (revision 341929) @@ -1,17 +1,18 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= iplib PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org COMMENT= Convert amongst many different IPv4 notations USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include