svn commit: r370613 - head/devel/py-unittestplus

Antoine Brodin antoine at FreeBSD.org
Fri Oct 10 22:30:57 UTC 2014


Author: antoine
Date: Fri Oct 10 22:30:56 2014
New Revision: 370613
URL: https://svnweb.freebsd.org/changeset/ports/370613
QAT: https://qat.redports.org/buildarchive/r370613/

Log:
  Remove plist redundant with autoplist

Deleted:
  head/devel/py-unittestplus/pkg-plist
Modified:
  head/devel/py-unittestplus/Makefile

Modified: head/devel/py-unittestplus/Makefile
==============================================================================
--- head/devel/py-unittestplus/Makefile	Fri Oct 10 22:27:36 2014	(r370612)
+++ head/devel/py-unittestplus/Makefile	Fri Oct 10 22:30:56 2014	(r370613)
@@ -1,19 +1,17 @@
 # Created by: Kouki Hashimoto <hsmtkk at gmail.com>
 # $FreeBSD$
 
-PORTNAME=		unittestplus
-PORTVERSION=		1.1.1
-PORTREVISION=		1
-CATEGORIES=		devel python
-MASTER_SITES=		CHEESESHOP
-PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
+PORTNAME=	unittestplus
+PORTVERSION=	1.1.1
+PORTREVISION=	1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=		hsmtkk at gmail.com
-COMMENT=		Test utilities built on unittest
+MAINTAINER=	hsmtkk at gmail.com
+COMMENT=	Test utilities built on unittest
 
-USES=		zip
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python zip
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list