aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2017-06-06 09:25:42 +0800
committerdbaio <dbaio@FreeBSD.org>2017-06-06 09:25:42 +0800
commitbaafa88c16a7e2ca7412b54c693ba31415b50f54 (patch)
treef0f722b2af157dfce797a1650c85f80b52b5f1a7
parent54dfa7292ad74241ae78d097ee454739ae43233c (diff)
downloadfreebsd-ports-gnome-baafa88c16a7e2ca7412b54c693ba31415b50f54.tar.gz
freebsd-ports-gnome-baafa88c16a7e2ca7412b54c693ba31415b50f54.tar.zst
freebsd-ports-gnome-baafa88c16a7e2ca7412b54c693ba31415b50f54.zip
sysutils/backuppc, sysutils/backuppc4: Add GitHub to MASTER_SITES
Not using the Github framework on purpose for getting the same release file hosted on Github and Sourceforge. PR: 219653 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11046
-rw-r--r--sysutils/backuppc/Makefile3
-rw-r--r--sysutils/backuppc4/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile
index 6779b490d8b7..641794494463 100644
--- a/sysutils/backuppc/Makefile
+++ b/sysutils/backuppc/Makefile
@@ -5,7 +5,8 @@ PORTNAME= backuppc
PORTVERSION= 3.3.2
PORTREVISION= 2
CATEGORIES= sysutils
-MASTER_SITES= SF
+MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
+ SF
DISTNAME= BackupPC-${PORTVERSION}
MAINTAINER= moiseev@mezonplus.ru
diff --git a/sysutils/backuppc4/Makefile b/sysutils/backuppc4/Makefile
index 525a1e9695e3..a2af334a3f29 100644
--- a/sysutils/backuppc4/Makefile
+++ b/sysutils/backuppc4/Makefile
@@ -4,7 +4,8 @@
PORTNAME= backuppc
PORTVERSION= 4.1.2
CATEGORIES= sysutils
-MASTER_SITES= SF
+MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \
+ SF
PKGNAMESUFFIX= 4
DISTNAME= BackupPC-${DISTVERSION}