Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 22:22:59 +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: r387778 - head/devel/github-backup-utils
Message-ID:  <201505282222.t4SMMxxv000224@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu May 28 22:22:59 2015
New Revision: 387778
URL: https://svnweb.freebsd.org/changeset/ports/387778

Log:
  Fix USE_GITHUB support.
  
  Sponsored by:	Absolight

Modified:
  head/devel/github-backup-utils/Makefile
  head/devel/github-backup-utils/distinfo

Modified: head/devel/github-backup-utils/Makefile
==============================================================================
--- head/devel/github-backup-utils/Makefile	Thu May 28 22:20:41 2015	(r387777)
+++ head/devel/github-backup-utils/Makefile	Thu May 28 22:22:59 2015	(r387778)
@@ -3,6 +3,7 @@
 
 PORTNAME=	github-backup-utils
 PORTVERSION=	2.2.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
 MAINTAINER=	zi@FreeBSD.org
@@ -14,7 +15,6 @@ RUN_DEPENDS=	git>0:${PORTSDIR}/devel/git
 USE_GITHUB=	yes
 GH_ACCOUNT=	github
 GH_PROJECT=	backup-utils
-GH_TAGNAME=	v${PORTVERSION}
 SUB_FILES=	pkg-message
 NO_BUILD=	yes
 

Modified: head/devel/github-backup-utils/distinfo
==============================================================================
--- head/devel/github-backup-utils/distinfo	Thu May 28 22:20:41 2015	(r387777)
+++ head/devel/github-backup-utils/distinfo	Thu May 28 22:22:59 2015	(r387778)
@@ -1,2 +1,2 @@
-SHA256 (github-backup-utils-2.2.0-v2.2.0_GH0.tar.gz) = de547e9a680e467e7aa7ed6957a8f5c9ec236c36de6954c05e6d510b494d1155
-SIZE (github-backup-utils-2.2.0-v2.2.0_GH0.tar.gz) = 34348
+SHA256 (github-backup-utils-v2.2.0_GH0.tar.gz) = de547e9a680e467e7aa7ed6957a8f5c9ec236c36de6954c05e6d510b494d1155
+SIZE (github-backup-utils-v2.2.0_GH0.tar.gz) = 34348



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