Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2018 09:14:13 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481265 - head/devel/libb2
Message-ID:  <201810050914.w959EDTI043004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Oct  5 09:14:13 2018
New Revision: 481265
URL: https://svnweb.freebsd.org/changeset/ports/481265

Log:
  Fix USE_GITHUB usage.

Modified:
  head/devel/libb2/Makefile   (contents, props changed)
  head/devel/libb2/distinfo   (contents, props changed)

Modified: head/devel/libb2/Makefile
==============================================================================
--- head/devel/libb2/Makefile	Fri Oct  5 09:08:36 2018	(r481264)
+++ head/devel/libb2/Makefile	Fri Oct  5 09:14:13 2018	(r481265)
@@ -3,8 +3,8 @@
 
 PORTNAME=	libb2
 PORTVERSION=	0.98
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
-MASTER_SITES=	GH
 
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
@@ -15,7 +15,6 @@ USES=		autoreconf libtool
 USE_GITHUB=	yes
 
 GH_ACCOUNT=	BLAKE2
-GH_TAGNAME=	v${PORTVERSION}
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libb2/distinfo
==============================================================================
--- head/devel/libb2/distinfo	Fri Oct  5 09:08:36 2018	(r481264)
+++ head/devel/libb2/distinfo	Fri Oct  5 09:14:13 2018	(r481265)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538697573
-SHA256 (BLAKE2-libb2-0.98-v0.98_GH0.tar.gz) = 40a9ba07b0a9ec8b30cfca074f0ab80944187c2fce586809540889d9c4d37e4e
-SIZE (BLAKE2-libb2-0.98-v0.98_GH0.tar.gz) = 275163
+TIMESTAMP = 1538730711
+SHA256 (BLAKE2-libb2-v0.98_GH0.tar.gz) = 40a9ba07b0a9ec8b30cfca074f0ab80944187c2fce586809540889d9c4d37e4e
+SIZE (BLAKE2-libb2-v0.98_GH0.tar.gz) = 275163



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