From a8ce86997e0153e277ba6f540fddb593c3f19f44 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 27 Jan 2014 18:41:11 +0000 Subject: Do not set FETCH_USING, should not be set in a package Makefile. --- filesystems/cloudfuse/Makefile | 6 +----- filesystems/fs-utils/Makefile | 5 +---- filesystems/tahoe-lafs/Makefile | 3 +-- 3 files changed, 3 insertions(+), 11 deletions(-) (limited to 'filesystems') diff --git a/filesystems/cloudfuse/Makefile b/filesystems/cloudfuse/Makefile index 740c2164c85..7f70eedca8a 100644 --- a/filesystems/cloudfuse/Makefile +++ b/filesystems/cloudfuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/02/06 23:22:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/27 18:41:12 wiz Exp $ DISTNAME= 1003a82 PKGNAME= cloudfuse-20120124 @@ -23,10 +23,6 @@ WRKSRC= ${WRKDIR}/redbo-cloudfuse-${DISTNAME} post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cloudfuse.README -# Force using "curl" for fetching the distribution file. It is only available -# over HTTPS and "curl" is the only fetch program which always supports HTTPS. -FETCH_USING= curl - .include "../../textproc/libxml2/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../filesystems/fuse/buildlink3.mk" diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile index 6b8fbe3fb17..208bd95275f 100644 --- a/filesystems/fs-utils/Makefile +++ b/filesystems/fs-utils/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2013/07/05 17:25:23 stacktic Exp $ -# +# $NetBSD: Makefile,v 1.19 2014/01/27 18:41:12 wiz Exp $ GIT_COMMIT= v1.00 DISTNAME= ${GIT_COMMIT} PKGNAME= fs-utils-20130701 - CATEGORIES= filesystems MASTER_SITES= https://github.com/stacktic/fs-utils/archive/ -FETCH_USING= curl MAINTAINER= stacktic@NetBSD.org HOMEPAGE= https://github.com/stacktic/fs-utils diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index c8fe3850a50..dcfb72168ef 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:12 wiz Exp $ VERSION= 1.10.0 PKGREVISION= 2 @@ -10,7 +10,6 @@ MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/releases/ #for beta, add #MASTER_SITES+= http://tahoe-lafs.org/source/tahoe-lafs/tarballs/ EXTRACT_SUFX= .tar.bz2 -FETCH_USING= curl MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://tahoe-lafs.org/ -- cgit v1.2.3