diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
commit | a8ce86997e0153e277ba6f540fddb593c3f19f44 (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /security | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'security')
-rw-r--r-- | security/libssh/Makefile | 8 | ||||
-rw-r--r-- | security/lua-sec/Makefile | 4 | ||||
-rw-r--r-- | security/pkcs11-helper/Makefile | 3 | ||||
-rw-r--r-- | security/py-ecdsa/Makefile | 3 | ||||
-rw-r--r-- | security/py-paramiko/Makefile | 3 |
5 files changed, 5 insertions, 16 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index f49b3877734..d9cbdd32d43 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.17 2014/01/09 14:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/27 18:41:14 wiz Exp $ # - # history: upstream renamed 0.11 to 0.1.1; # we have to use the old-style convention so that version compares work. # @@ -18,11 +17,6 @@ LICENSE= 2-clause-bsd DIST_SUBDIR= security -.include "../../mk/bsd.prefs.mk" - -# ftp: Unsupported URL scheme `https' -FETCH_USING= curl - USE_CMAKE= yes USE_LANGUAGES= c c++ diff --git a/security/lua-sec/Makefile b/security/lua-sec/Makefile index 900bb7a39c8..c36c34b70d1 100644 --- a/security/lua-sec/Makefile +++ b/security/lua-sec/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2013/10/30 06:03:38 dholland Exp $ -# +# $NetBSD: Makefile,v 1.7 2014/01/27 18:41:14 wiz Exp $ DISTNAME= luasec-0.4.1 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//} CATEGORIES= security MASTER_SITES= https://github.com/brunoos/luasec/archive/ -FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/brunoos/luasec/ diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index ace7b95aa06..07c66145dc3 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/02/06 23:21:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2014/01/27 18:41:14 wiz Exp $ DISTNAME= pkcs11-helper-1.10 PKGREVISION= 2 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.opensc-project.org/opensc/wiki/pkcs11-helper COMMENT= Library that simplifies the interaction with PKCS\#11 LICENSE= modified-bsd OR gnu-gpl-v2 -FETCH_USING= curl # Not documented, but relatively clear from warnings. USE_LANGUAGES= c99 USE_LIBTOOL= yes diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile index 647d5be44ae..d7df601bacc 100644 --- a/security/py-ecdsa/Makefile +++ b/security/py-ecdsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/11/05 17:37:48 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/27 18:41:14 wiz Exp $ DISTNAME= python-ecdsa-0.10 PKGNAME= ${PYPKGPREFIX}-ecdsa-0.10 @@ -6,7 +6,6 @@ EGG_NAME= ecdsa-0.0.0 PKGREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/warner/python-ecdsa/archive/ -FETCH_USING= curl MAINTAINER= gls@NetBSD.org HOMEPAGE= https://github.com/warner/python-ecdsa/ diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index d0b4abbbb37..d3651a3a30c 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/01/27 18:41:14 wiz Exp $ DISTNAME= paramiko-1.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security MASTER_SITES= http://pypi.python.org/packages/source/p/paramiko/ -FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/paramiko/paramiko/ |