svn commit: r385892 - head/devel/cpp-netlib

Mathieu Arnold mat at FreeBSD.org
Sat May 9 14:20:42 UTC 2015


Author: mat
Date: Sat May  9 14:20:41 2015
New Revision: 385892
URL: https://svnweb.freebsd.org/changeset/ports/385892

Log:
  Cleanup GH_*
  
  Approved by:	zi
  Sponsored by:	Absolight

Modified:
  head/devel/cpp-netlib/Makefile
  head/devel/cpp-netlib/distinfo

Modified: head/devel/cpp-netlib/Makefile
==============================================================================
--- head/devel/cpp-netlib/Makefile	Sat May  9 13:46:09 2015	(r385891)
+++ head/devel/cpp-netlib/Makefile	Sat May  9 14:20:41 2015	(r385892)
@@ -2,7 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	cpp-netlib
+DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	0.11.1
+DISTVERSIONSUFFIX=	-final
 CATEGORIES=	devel
 
 MAINTAINER=	zi at FreeBSD.org
@@ -14,7 +16,5 @@ BUILD_DEPENDS=	boost-libs>0:${PORTSDIR}/
 
 USES=		cmake:outsource
 USE_GITHUB=	yes
-GH_ACCOUNT=	${PORTNAME}
-GH_TAGNAME=	${PORTNAME}-${PORTVERSION}-final
 
 .include <bsd.port.mk>

Modified: head/devel/cpp-netlib/distinfo
==============================================================================
--- head/devel/cpp-netlib/distinfo	Sat May  9 13:46:09 2015	(r385891)
+++ head/devel/cpp-netlib/distinfo	Sat May  9 14:20:41 2015	(r385892)
@@ -1,2 +1,2 @@
-SHA256 (cpp-netlib-cpp-netlib-0.11.1-cpp-netlib-0.11.1-final_GH0.tar.gz) = 34e1bb6902512c14ffdc083315b3a4ee573ed80d80b4fa6bdae3bbd94e7cd09e
-SIZE (cpp-netlib-cpp-netlib-0.11.1-cpp-netlib-0.11.1-final_GH0.tar.gz) = 1556521
+SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.11.1-final_GH0.tar.gz) = 34e1bb6902512c14ffdc083315b3a4ee573ed80d80b4fa6bdae3bbd94e7cd09e
+SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.11.1-final_GH0.tar.gz) = 1556521


More information about the svn-ports-all mailing list