diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-04 02:31:33 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-04 02:31:33 +0800 |
commit | cd48ebc714496611d98ff1b4fbdff1d8b671a293 (patch) | |
tree | c098c874898f88e94aec22fe83f828ee4c49829a /sysutils/tarsnap | |
parent | 5d2362244c3e2d582f8a2455917999e4675a2670 (diff) | |
download | freebsd-ports-gnome-cd48ebc714496611d98ff1b4fbdff1d8b671a293.tar.gz freebsd-ports-gnome-cd48ebc714496611d98ff1b4fbdff1d8b671a293.tar.zst freebsd-ports-gnome-cd48ebc714496611d98ff1b4fbdff1d8b671a293.zip |
- 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)
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r-- | sysutils/tarsnap/Makefile | 8 |
1 files changed, 1 insertions, 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 |