Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 03:22:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351440 - head/www/py-amf
Message-ID:  <201404170322.s3H3Mj4U096827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404170322.s3H3Mj4U096827>