Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 20:22:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385822 - head/devel/py-protobuf
Message-ID:  <201505082022.t48KMA2A083628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505082022.t48KMA2A083628>