svn commit: r385822 - head/devel/py-protobuf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 8 20:22:10 UTC 2015
Author: sunpoet
Date: Fri May 8 20:22:09 2015
New Revision: 385822
URL: https://svnweb.freebsd.org/changeset/ports/385822
Log:
- Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Remove GH_PROJECT
Submitted by: mat
Modified:
head/devel/py-protobuf/Makefile
Modified: head/devel/py-protobuf/Makefile
==============================================================================
--- head/devel/py-protobuf/Makefile Fri May 8 20:22:04 2015 (r385821)
+++ head/devel/py-protobuf/Makefile Fri May 8 20:22:09 2015 (r385822)
@@ -3,6 +3,7 @@
PORTNAME= protobuf
PORTVERSION= 2.6.1
+DISTVERSIONPREFIX= v
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,10 +20,8 @@ USE_PYTHON= autoplist distutils
USES= python tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
-USE_GITHUB= yes
GH_ACCOUNT= google
-GH_PROJECT= protobuf
-GH_TAGNAME= v${PORTVERSION}
+USE_GITHUB= yes
post-patch:
@${MKDIR} ${WRKSRC}/google/protobuf/compiler/
More information about the svn-ports-head
mailing list