svn commit: r341108 - head/devel/py-magic

Antoine Brodin antoine at FreeBSD.org
Sat Jan 25 21:23:08 UTC 2014


Author: antoine
Date: Sat Jan 25 21:23:07 2014
New Revision: 341108
URL: http://svnweb.freebsd.org/changeset/ports/341108
QAT: https://qat.redports.org/buildarchive/r341108/

Log:
  Use PYDISTUTILS_AUTOPLIST to actually package the python module

Modified:
  head/devel/py-magic/Makefile

Modified: head/devel/py-magic/Makefile
==============================================================================
--- head/devel/py-magic/Makefile	Sat Jan 25 21:18:33 2014	(r341107)
+++ head/devel/py-magic/Makefile	Sat Jan 25 21:23:07 2014	(r341108)
@@ -3,6 +3,7 @@
 
 PORTNAME=	magic
 PORTVERSION=	5.16
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	ftp://ftp.astron.com/pub/file/ \
 		ftp://ftp.gw.com/mirrors/pub/unix/file/ \
@@ -15,8 +16,7 @@ COMMENT=	Python module for determining f
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	Magic_file_extensions
-PYDISTUTILS_PKGVERSION=	0.2
+PYDISTUTILS_AUTOPLIST=	yes
 
 WRKSRC=	${WRKDIR}/file-${PORTVERSION}/python
 


More information about the svn-ports-all mailing list