svn commit: r442735 - in head/sysutils: backuppc backuppc4

Danilo G. Baio dbaio at FreeBSD.org
Tue Jun 6 01:25:43 UTC 2017


Author: dbaio
Date: Tue Jun  6 01:25:42 2017
New Revision: 442735
URL: https://svnweb.freebsd.org/changeset/ports/442735

Log:
  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 at mezonplus.ru> (maintainer)
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11046

Modified:
  head/sysutils/backuppc/Makefile
  head/sysutils/backuppc4/Makefile

Modified: head/sysutils/backuppc/Makefile
==============================================================================
--- head/sysutils/backuppc/Makefile	Tue Jun  6 01:19:04 2017	(r442734)
+++ head/sysutils/backuppc/Makefile	Tue Jun  6 01:25:42 2017	(r442735)
@@ -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 at mezonplus.ru

Modified: head/sysutils/backuppc4/Makefile
==============================================================================
--- head/sysutils/backuppc4/Makefile	Tue Jun  6 01:19:04 2017	(r442734)
+++ head/sysutils/backuppc4/Makefile	Tue Jun  6 01:25:42 2017	(r442735)
@@ -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}
 


More information about the svn-ports-all mailing list