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 /misc | |
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 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 6 | ||||
-rw-r--r-- | misc/elscreen/Makefile | 6 | ||||
-rw-r--r-- | misc/epm/Makefile | 8 | ||||
-rw-r--r-- | misc/iselect/Makefile | 6 | ||||
-rw-r--r-- | misc/logsurfer/Makefile | 6 | ||||
-rw-r--r-- | misc/pty-redir/Makefile | 6 | ||||
-rw-r--r-- | misc/vfu/Makefile | 6 | ||||
-rw-r--r-- | misc/zorro/Makefile | 8 |
8 files changed, 26 insertions, 26 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index b3a480602c0..4da404504a0 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.39 2015/07/04 16:18:38 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/19 18:52:18 agc Exp $ DISTNAME= ast54unx PKGNAME= astrolog-5.40 PKGREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ - http://www.astrolog.org/ftp/ +MASTER_SITES= http://www.astrolog.org/ftp/ephem/ +MASTER_SITES+= http://www.astrolog.org/ftp/ DISTFILES= ${DISTNAME}.shr ${EPHEM} MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 407847ab285..4f272fdfa67 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.22 2015/02/13 14:05:07 pho Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:18 agc Exp $ # DISTNAME= elscreen-1.4.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} PKGREVISION= 2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/ \ - ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/old/ +MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/ +MASTER_SITES+= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/old/ DISTFILES= ${DISTNAME}.tar.gz \ elscreen-color-theme-0.0.0.tar.gz \ elscreen-dired-0.1.0.tar.gz \ diff --git a/misc/epm/Makefile b/misc/epm/Makefile index 12e3a06684b..332fce09a2a 100644 --- a/misc/epm/Makefile +++ b/misc/epm/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:21 asau Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/19 18:52:18 agc Exp $ # DISTNAME= epm-4.2-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= misc -MASTER_SITES= http://ftp.easysw.com/pub/epm/${VERSION}/ \ - http://ftp2.easysw.com/pub/epm/${VERSION}/ \ - http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/epm/${VERSION}/ +MASTER_SITES= http://ftp.easysw.com/pub/epm/${VERSION}/ +MASTER_SITES+= http://ftp2.easysw.com/pub/epm/${VERSION}/ +MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/epm/${VERSION}/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= cheusov@NetBSD.org diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index d59e4d86603..93fd9ea77a3 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2017/01/04 21:54:26 roy Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:18 agc Exp $ # DISTNAME= iselect-1.4.0 PKGREVISION= 2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/iselect/ \ - ftp://ftp.ntua.gr/pub/utils/ossp/tool/iselect/ +MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/iselect/ +MASTER_SITES+= ftp://ftp.ntua.gr/pub/utils/ossp/tool/iselect/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ossp.org/pkg/tool/iselect/ diff --git a/misc/logsurfer/Makefile b/misc/logsurfer/Makefile index ed704800602..a31565a7568 100644 --- a/misc/logsurfer/Makefile +++ b/misc/logsurfer/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2012/10/08 09:57:29 asau Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:18 agc Exp $ DISTNAME= logsurfer-1.8 PKGNAME= logsurfer-1.8 CATEGORIES= misc -MASTER_SITES= http://kerryt.orcon.net.nz/ \ - http://www.crypt.gen.nz/logsurfer/ +MASTER_SITES= http://kerryt.orcon.net.nz/ +MASTER_SITES+= http://www.crypt.gen.nz/logsurfer/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.crypt.gen.nz/logsurfer/ diff --git a/misc/pty-redir/Makefile b/misc/pty-redir/Makefile index a2ff0e593f8..298b6589e79 100644 --- a/misc/pty-redir/Makefile +++ b/misc/pty-redir/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2012/10/08 09:57:35 asau Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/19 18:52:18 agc Exp $ DISTNAME= pty-redir-0.1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_BACKUP} \ - http://bleu.west.spy.net/~dustin/soft/ +MASTER_SITES= ${MASTER_SITE_BACKUP} +MASTER_SITES+= http://bleu.west.spy.net/~dustin/soft/ MAINTAINER= dustin@spy.net COMMENT= Attach a program's stdio to a pty diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 2435e860a2e..b8316c0c79b 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.57 2017/01/04 21:46:09 roy Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/19 18:52:18 agc Exp $ # DISTNAME= vfu-3.04 PKGREVISION= 11 CATEGORIES= misc -MASTER_SITES= http://cade.datamax.bg/vfu/ \ - ${MASTER_SITE_SUNSITE:=utils/file/managers/} +MASTER_SITES= http://cade.datamax.bg/vfu/ +MASTER_SITES+= ${MASTER_SITE_SUNSITE:=utils/file/managers/} EXTRACT_SUFX= .src.tar.gz MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 7190c92fc28..32ac75b72cf 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.28 2012/10/08 09:57:42 asau Exp $ +# $NetBSD: Makefile,v 1.29 2017/01/19 18:52:18 agc Exp $ DISTNAME= zorro-1.1p8 PKGNAME= zorro-1.1.8 PKGREVISION= 1 CATEGORIES= misc tk -MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ - http://atreides.freenix.no/~anders/ \ - ftp://totem.fix.no/pub/mirrors/misc/ +MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES+= http://atreides.freenix.no/~anders/ +MASTER_SITES+= ftp://totem.fix.no/pub/mirrors/misc/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Simple to-do list manager |