From owner-svn-ports-head@FreeBSD.ORG Fri Feb 14 19:41:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D35944F0; Fri, 14 Feb 2014 19:41:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A78FC1E46; Fri, 14 Feb 2014 19:41:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EJfHDS001021; Fri, 14 Feb 2014 19:41:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EJfHvf001020; Fri, 14 Feb 2014 19:41:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402141941.s1EJfHvf001020@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Feb 2014 19:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344302 - head/graphics/py-ming X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 19:41:18 -0000 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"