svn commit: r357627 - head/www/py-funkload

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Jun 12 18:34:34 UTC 2014


Author: lwhsu
Date: Thu Jun 12 18:34:34 2014
New Revision: 357627
URL: http://svnweb.freebsd.org/changeset/ports/357627
QAT: https://qat.redports.org/buildarchive/r357627/

Log:
  - Stagify
  - Pet portlint

Deleted:
  head/www/py-funkload/pkg-plist
Modified:
  head/www/py-funkload/Makefile

Modified: head/www/py-funkload/Makefile
==============================================================================
--- head/www/py-funkload/Makefile	Thu Jun 12 18:27:16 2014	(r357626)
+++ head/www/py-funkload/Makefile	Thu Jun 12 18:34:34 2014	(r357627)
@@ -10,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	FunkLoad is a functional and load web tester
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils \
 		${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
 		${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:${PORTSDIR}/www/py-webunit \
@@ -17,8 +19,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/docuti
 		tcpwatch.py:${PORTSDIR}/net/tcpwatch
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list