svn commit: r341930 - head/net/tcpwatch

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


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

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

Modified:
  head/net/tcpwatch/Makefile

Modified: head/net/tcpwatch/Makefile
==============================================================================
--- head/net/tcpwatch/Makefile	Fri Jan 31 07:52:04 2014	(r341929)
+++ head/net/tcpwatch/Makefile	Fri Jan 31 07:52:58 2014	(r341930)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tcpwatch
 PORTVERSION=	1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net python
 MASTER_SITES=	http://hathawaymix.org/Software/TCPWatch/
 
@@ -13,11 +13,10 @@ COMMENT=	TCP monitoring and logging tool
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-PLIST_FILES=	bin/tcpwatch.py
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGVERSION=	1.2.1
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list