svn commit: r341854 - head/audio/py-apetag

Martin Wilke miwi at FreeBSD.org
Thu Jan 30 15:59:01 UTC 2014


Author: miwi
Date: Thu Jan 30 15:59:00 2014
New Revision: 341854
URL: http://svnweb.freebsd.org/changeset/ports/341854
QAT: https://qat.redports.org/buildarchive/r341854/

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

Deleted:
  head/audio/py-apetag/pkg-plist
Modified:
  head/audio/py-apetag/Makefile

Modified: head/audio/py-apetag/Makefile
==============================================================================
--- head/audio/py-apetag/Makefile	Thu Jan 30 15:58:09 2014	(r341853)
+++ head/audio/py-apetag/Makefile	Thu Jan 30 15:59:00 2014	(r341854)
@@ -3,6 +3,7 @@
 
 PORTNAME=	apetag
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	SF/pylibape/py-ApeTag/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,8 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Library for APE Tag written in Python
 
 USE_PYTHON=	yes
-NO_STAGE=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	py-ApeTag
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list