Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 19:41:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344302 - head/graphics/py-ming
Message-ID:  <201402141941.s1EJfHvf001020@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 14 19:41:17 2014
New Revision: 344302
URL: http://svnweb.freebsd.org/changeset/ports/344302
QAT: https://qat.redports.org/buildarchive/r344302/

Log:
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/graphics/py-ming/pkg-plist
Modified:
  head/graphics/py-ming/Makefile

Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile	Fri Feb 14 19:41:11 2014	(r344301)
+++ head/graphics/py-ming/Makefile	Fri Feb 14 19:41:17 2014	(r344302)
@@ -12,18 +12,18 @@ COMMENT=	Python module for Ming which al
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-BUILD_WRKSRC=	${WRKSRC}/py_ext
 CONFIGURE_ARGS=	--enable-python
+PYDISTUTILS_AUTOPLIST=	yes
+USE_PYDISTUTILS=yes
+USE_PYTHON=	2
+
+BUILD_WRKSRC=	${WRKSRC}/py_ext
 INSTALL_WRKSRC=	${WRKSRC}/py_ext
 PATCH_WRKSRC=	${WRKSRC}/py_ext
 PATCHDIR=	${.CURDIR}/files
-PLIST=		${.CURDIR}/pkg-plist
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
+PLIST=		# empty
 
 MASTERDIR=	${.CURDIR}/../../graphics/ming
 SLAVEPORT=	py
-PYDISTUTILS_PKGNAME=	mingc
-PYDISTUTILS_PKGVERSION=	${PORTVERSION}
 
 .include "${MASTERDIR}/Makefile"



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