Date: Fri, 10 Oct 2014 22:30:56 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370613 - head/devel/py-unittestplus Message-ID: <201410102230.s9AMUuJq039998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@gmail.com -COMMENT= Test utilities built on unittest +MAINTAINER= hsmtkk@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410102230.s9AMUuJq039998>