Date: Thu, 6 Mar 2014 14:14:11 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347218 - head/devel/py-gyp-devel Message-ID: <201403061414.s26EEBrx027549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Mar 6 14:14:10 2014 New Revision: 347218 URL: http://svnweb.freebsd.org/changeset/ports/347218 QAT: https://qat.redports.org/buildarchive/r347218/ Log: - Stage support - Convert to autoplist - Bump PORTREVISION Deleted: head/devel/py-gyp-devel/pkg-plist Modified: head/devel/py-gyp-devel/Makefile Modified: head/devel/py-gyp-devel/Makefile ============================================================================== --- head/devel/py-gyp-devel/Makefile Thu Mar 6 14:13:43 2014 (r347217) +++ head/devel/py-gyp-devel/Makefile Thu Mar 6 14:14:10 2014 (r347218) @@ -3,7 +3,7 @@ PORTNAME= gyp PORTVERSION= r832 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,6 @@ COMMENT= Generate Your Projects USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGVERSION= 0.1 +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061414.s26EEBrx027549>