From e76bdcd8fa8fac1cdd2885a0785005218140ac4d Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Fri, 3 Sep 2010 18:31:33 +0000 Subject: [PATCH] - Switch to an http vs https download. The fbsd port verifies checksums for you thus removing the original reason for using https. - This also removes the need for wget vs fetch. - This fixes the file:///distcache//tarsnap-autoconf-1.0.27.tgz: Unsupported scheme `file'. error Submitted by: cperciva (maintainer) --- sysutils/tarsnap/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 9d863183fa44..9e0e2ad67b0c 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -8,7 +8,7 @@ PORTNAME= tarsnap PORTVERSION= 1.0.27 CATEGORIES= sysutils -MASTER_SITES= https://www.tarsnap.com/download/ +MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -17,12 +17,6 @@ COMMENT= Online encrypted backup service (client) RESTRICTED= license restricts redistribution of source and binaries -# Workaround for bug in libfetch(3) -FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -FETCH_CMD= ${LOCALBASE}/bin/wget -FETCH_BEFORE_ARGS= --no-check-certificate -DISABLE_SIZE= yes - GNU_CONFIGURE= yes USE_GMAKE= yes