svn commit: r351440 - head/www/py-amf
Steve Wills
swills at FreeBSD.org
Thu Apr 17 03:22:46 UTC 2014
Author: swills
Date: Thu Apr 17 03:22:45 2014
New Revision: 351440
URL: http://svnweb.freebsd.org/changeset/ports/351440
QAT: https://qat.redports.org/buildarchive/r351440/
Log:
- And the previous commit also should have remove PYDISTUTILS_PKGNAME which is
also not effective with USE_PYDISTUTILS=yes
Reported by: koobs
Submitted by: koobs
Pointyhat to: swills
Modified:
head/www/py-amf/Makefile
Modified: head/www/py-amf/Makefile
==============================================================================
--- head/www/py-amf/Makefile Thu Apr 17 03:10:05 2014 (r351439)
+++ head/www/py-amf/Makefile Thu Apr 17 03:22:45 2014 (r351440)
@@ -6,16 +6,15 @@ PORTVERSION= 0.6.1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
+DISTNAME= PyAMF-${PORTVERSION}
MAINTAINER= jun-g at daemonfreaks.com
COMMENT= AMF support for Python
LICENSE= MIT
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= PyAMF
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list