- 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)
This commit is contained in:
Philip M. Gollucci 2010-09-03 18:31:33 +00:00
parent 2d13f663b1
commit e76bdcd8fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260501

View File

@ -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