Date: Tue, 21 Jan 2014 08:24:46 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340576 - head/devel/py-protobuf Message-ID: <201401210824.s0L8OktB058668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jan 21 08:24:46 2014 New Revision: 340576 URL: http://svnweb.freebsd.org/changeset/ports/340576 QAT: https://qat.redports.org/buildarchive/r340576/ Log: Support STAGEDIR. Deleted: head/devel/py-protobuf/pkg-plist Modified: head/devel/py-protobuf/Makefile Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Tue Jan 21 08:20:08 2014 (r340575) +++ head/devel/py-protobuf/Makefile Tue Jan 21 08:24:46 2014 (r340576) @@ -16,9 +16,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PROJECTHOST= protobuf USE_BZIP2= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes pre-build: @${MKDIR} ${WRKSRC}/google/protobuf/compiler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210824.s0L8OktB058668>