aboutsummaryrefslogtreecommitdiff
path: root/sysutils/backuppc
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-06-06 01:25:42 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-06-06 01:25:42 +0000
commitf1ee3ec9143173020a08494af86945c661d23cab (patch)
treef0f722b2af157dfce797a1650c85f80b52b5f1a7 /sysutils/backuppc
parenta18043fc75e67b8f61f2828f24e25039f92adfc3 (diff)
downloadports-f1ee3ec9143173020a08494af86945c661d23cab.tar.gz
ports-f1ee3ec9143173020a08494af86945c661d23cab.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
Notes
Notes: svn path=/head/; revision=442735
Diffstat (limited to 'sysutils/backuppc')
-rw-r--r--sysutils/backuppc/Makefile3
1 files changed, 2 insertions, 1 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