svn commit: r346130 - head/www/py-webunit

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 07:21:43 UTC 2014


Author: miwi
Date: Wed Feb 26 07:21:43 2014
New Revision: 346130
URL: http://svnweb.freebsd.org/changeset/ports/346130
QAT: https://qat.redports.org/buildarchive/r346130/

Log:
  - Stage support
  - Support autoplist
  - Bump PORTREV

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

Modified: head/www/py-webunit/Makefile
==============================================================================
--- head/www/py-webunit/Makefile	Wed Feb 26 07:21:02 2014	(r346129)
+++ head/www/py-webunit/Makefile	Wed Feb 26 07:21:43 2014	(r346130)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webunit
 PORTVERSION=	1.3.10
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,15 +13,8 @@ COMMENT=	Unit test your websites with co
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 
-.if !defined(NOPORTEXAMPLES)
-NO_STAGE=	yes
-post-install:
-	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/run_tests ${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/demo ${EXAMPLESDIR}
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list