Date: Sat, 25 Jan 2014 21:23:07 +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: r341108 - head/devel/py-magic Message-ID: <201401252123.s0PLN7o4057787@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401252123.s0PLN7o4057787>