diff options
author | agc <agc@pkgsrc.org> | 2017-01-19 18:52:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2017-01-19 18:52:01 +0000 |
commit | a16b650423ebac0d6db54146c732a10b971237a4 (patch) | |
tree | 61b24a35333bd0bb01124d6015191764d7bafa22 /security | |
parent | 48e28cf6cad6bf88a5da716ad8af07695b962574 (diff) | |
download | pkgsrc-a16b650423ebac0d6db54146c732a10b971237a4.tar.gz |
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile.common | 6 | ||||
-rw-r--r-- | security/fsh/Makefile | 6 | ||||
-rw-r--r-- | security/gnupg/Makefile | 8 | ||||
-rw-r--r-- | security/gss/Makefile | 6 | ||||
-rw-r--r-- | security/libgcrypt/Makefile | 6 | ||||
-rw-r--r-- | security/libgpg-error/Makefile | 10 | ||||
-rw-r--r-- | security/lsh/Makefile | 6 | ||||
-rw-r--r-- | security/nettle/Makefile | 6 | ||||
-rw-r--r-- | security/pam-ldap/Makefile | 6 | ||||
-rw-r--r-- | security/pgp2/Makefile | 6 | ||||
-rw-r--r-- | security/pgp5/Makefile | 6 | ||||
-rw-r--r-- | security/pinepgp/Makefile | 6 | ||||
-rw-r--r-- | security/pks/Makefile | 6 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 8 | ||||
-rw-r--r-- | security/pwsafe/Makefile | 6 | ||||
-rw-r--r-- | security/py-prewikka/Makefile | 6 | ||||
-rw-r--r-- | security/sudo/Makefile | 12 |
17 files changed, 58 insertions, 58 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common index 6f36860a41c..d7693e97221 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2016/09/11 06:11:15 richard Exp $ +# $NetBSD: Makefile.common,v 1.25 2017/01/19 18:52:23 agc Exp $ # # used by security/cyrus-sasl/Makefile # used by security/cy2-anonymous/Makefile @@ -19,8 +19,8 @@ DISTNAME= cyrus-sasl-2.1.26 CATEGORIES= security -MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ - ftp://ftp.cyrusimap.org/cyrus-sasl/OLD-VERSIONS/ +MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ +MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-sasl/OLD-VERSIONS/ PATCHFILES+= cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2 SITES.cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2= \ -https://cgit.cyrus.foundation/cyrus-sasl/patch/?id=dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 4ce9dfd83bd..b43e5d15a0f 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2014/05/17 16:10:48 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/19 18:52:23 agc Exp $ # DISTNAME= fsh-1.2 PKGREVISION= 6 CATEGORIES= security net -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \ - http://www.lysator.liu.se/fsh/ +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ +MASTER_SITES+= http://www.lysator.liu.se/fsh/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/fsh/ diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index f09b387eab0..97562ce31ed 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.136 2017/01/01 16:06:35 adam Exp $ +# $NetBSD: Makefile,v 1.137 2017/01/19 18:52:23 agc Exp $ DISTNAME= gnupg-1.4.21 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ - http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ - ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ +MASTER_SITES+= http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ +MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/gss/Makefile b/security/gss/Makefile index da3dcedf26e..6085a0cbd31 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:23 agc Exp $ # DISTNAME= gss-0.0.15 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= http://josefsson.org/gss/releases/ \ - ${MASTER_SITE_GNU:=gss/} +MASTER_SITES= http://josefsson.org/gss/releases/ +MASTER_SITES+= ${MASTER_SITE_GNU:=gss/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gss/ diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 8342324dcab..e2ab6d64469 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.86 2016/12/30 00:41:35 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2017/01/19 18:52:23 agc Exp $ DISTNAME= libgcrypt-1.7.5 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ - http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ +MASTER_SITES+= http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 8272dc0dc99..c4091d610ce 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.55 2016/12/30 00:42:53 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2017/01/19 18:52:23 agc Exp $ DISTNAME= libgpg-error-1.26 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \ - ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \ - ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ \ - ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ +MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ +MASTER_SITES+= ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ +MASTER_SITES+= ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 0d04b2fbc56..eee12f19f1d 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2012/10/23 18:16:35 asau Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:24 agc Exp $ # DISTNAME= lsh-2.0.4 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ - ftp://ftp.lysator.liu.se/pub/security/lsh/ +MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ +MASTER_SITES+= ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/ diff --git a/security/nettle/Makefile b/security/nettle/Makefile index cf68de1274a..ab62337a39d 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2016/10/03 12:28:19 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:24 agc Exp $ DISTNAME= nettle-3.3 CATEGORIES= devel security -MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ - ftp://ftp.lysator.liu.se/pub/security/lsh/ +MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ +MASTER_SITES+= ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~nisse/nettle/ diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index 20f0eb6357b..11d1a95d40e 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.45 2016/03/05 11:29:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/19 18:52:24 agc Exp $ DISTNAME= pam_ldap-186 PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 6 CATEGORIES= security -MASTER_SITES= ftp://ftp.padl.com/pub/ \ - http://www.padl.com/download/ +MASTER_SITES= ftp://ftp.padl.com/pub/ +MASTER_SITES+= http://www.padl.com/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.padl.com/pam_ldap.html diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 559cb48daa1..39e77a94c9e 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.56 2016/10/03 08:15:50 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2017/01/19 18:52:24 agc Exp $ DISTNAME= pgp263is PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ - ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ +MASTER_SITES+= ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 054a09354a2..11c43458bd4 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.45 2016/10/03 08:15:51 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/19 18:52:24 agc Exp $ DISTNAME= pgp50i-unix-src PKGNAME= pgp5-5.0i PKGREVISION= 6 CATEGORIES= security -MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ - ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ +MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ +MASTER_SITES+= ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile index e71caaabb28..c44bea52375 100644 --- a/security/pinepgp/Makefile +++ b/security/pinepgp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2014/09/27 01:34:58 mspo Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:24 agc Exp $ # DISTNAME= pinepgp-0.18.0 PKGREVISION= 4 CATEGORIES= security mail -MASTER_SITES= http://hany.sk/~hany/_data/pinepgp/ \ - http://terminus.sk/~hany/_data/pinepgp/ +MASTER_SITES= http://hany.sk/~hany/_data/pinepgp/ +MASTER_SITES+= http://terminus.sk/~hany/_data/pinepgp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hany.sk/~hany/software/pinepgp/stable.html diff --git a/security/pks/Makefile b/security/pks/Makefile index 7ee6573a2a6..b2f9b00c752 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2013/07/12 10:45:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/19 18:52:24 agc Exp $ DISTNAME= pks-0.9.4 PKGREVISION= 5 CATEGORIES= security www -MASTER_SITES+= http://www.mit.edu/people/marc/pks/ \ - ${MASTER_SITE_SOURCEFORGE:=pks/} +MASTER_SITES+= http://www.mit.edu/people/marc/pks/ +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pks/} PATCH_SITES= http://www.mit.edu/people/marc/pks/ PATCHFILES= pks094-patch2 \ pks094-patch3 diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index bc4d0ee8525..77328eca72f 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2016/09/19 13:04:28 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/19 18:52:24 agc Exp $ # DISTNAME= prelude-manager-0.9.15 PKGREVISION= 10 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-manager/ \ - http://www.prelude-ids.org/download/releases/ \ - http://www.prelude-ids.org/download/releases/old/ +MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-manager/ +MASTER_SITES+= http://www.prelude-ids.org/download/releases/ +MASTER_SITES+= http://www.prelude-ids.org/download/releases/old/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.prelude-ids.org/download/releases/ diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index e4c5e8aba37..61051023e1c 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2017/01/05 09:39:02 roy Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:24 agc Exp $ # DISTNAME= pwsafe-0.2.0 PKGREVISION= 9 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/} \ - http://nsd.dyndns.org/pwsafe/releases/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/} +MASTER_SITES+= http://nsd.dyndns.org/pwsafe/releases/ MAINTAINER= mishka@NetBSD.org HOMEPAGE= http://nsd.dyndns.org/pwsafe/ diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 2e86fcc2004..2ed42b33c1d 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/19 18:52:24 agc Exp $ DISTNAME= prewikka-${VERSION} PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION} PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.org/download/releases/prewikka/ \ - http://www.prelude-ids.org/download/releases/old/ +MASTER_SITES= http://www.prelude-ids.org/download/releases/prewikka/ +MASTER_SITES+= http://www.prelude-ids.org/download/releases/old/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://prelude-ids.org/download/releases/ diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 835ea6969f9..400eff85728 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.152 2016/09/12 17:12:24 taca Exp $ +# $NetBSD: Makefile,v 1.153 2017/01/19 18:52:24 agc Exp $ DISTNAME= sudo-1.8.17p1 CATEGORIES= security -MASTER_SITES= http://www.sudo.ws/dist/ \ - ftp://ftp.sudo.ws/pub/sudo/ \ - ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ - ftp://ftp.twaren.net/Unix/Security/Sudo/ \ - http://ftp.tux.org/pub/security/sudo/ +MASTER_SITES= http://www.sudo.ws/dist/ +MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/ +MASTER_SITES+= ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ +MASTER_SITES+= ftp://ftp.twaren.net/Unix/Security/Sudo/ +MASTER_SITES+= http://ftp.tux.org/pub/security/sudo/ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.sudo.ws/ |