From owner-svn-ports-head@FreeBSD.ORG Sat Jun 21 22:08:43 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 17CE3CAB; Sat, 21 Jun 2014 22:08:43 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04D7D2906; Sat, 21 Jun 2014 22:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5LM8gBt026547; Sat, 21 Jun 2014 22:08:42 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5LM8gis026546; Sat, 21 Jun 2014 22:08:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201406212208.s5LM8gis026546@svn.freebsd.org> From: William Grzybowski Date: Sat, 21 Jun 2014 22:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358754 - head/misc/pylize 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.18 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: Sat, 21 Jun 2014 22:08:43 -0000 Author: wg Date: Sat Jun 21 22:08:42 2014 New Revision: 358754 URL: http://svnweb.freebsd.org/changeset/ports/358754 QAT: https://qat.redports.org/buildarchive/r358754/ Log: misc/pylize: support stage - Remove leading article in COMMENT - USES tar:bzip2 Modified: head/misc/pylize/Makefile Modified: head/misc/pylize/Makefile ============================================================================== --- head/misc/pylize/Makefile Sat Jun 21 22:02:46 2014 (r358753) +++ head/misc/pylize/Makefile Sat Jun 21 22:08:42 2014 (r358754) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.chrisarndt.de/e DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= dryice@dryice.name -COMMENT= A presentation generation tool +COMMENT= Presentation generation tool BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/HTMLgen.py:${PORTSDIR}/www/py-HTMLgen \ @@ -21,18 +21,12 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/pyt ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/em.py:${PORTSDIR}/textproc/py-empy -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= 2 -INSTALLS_EGGINFO= yes -PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.b/b/} +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= bin/pylize - -NO_STAGE= yes -post-install: - @${FIND} ${DATADIR} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +do-configure: + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} configure.py) .include