diff options
author | kim <kim@pkgsrc.org> | 2019-12-01 05:18:55 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2019-12-01 05:18:55 +0000 |
commit | e9daac7de83228ad3d5fdefdb2d1f09cff768f70 (patch) | |
tree | 92081d0a9a56b14e26e1d384da703c1f79efe610 /net | |
parent | 6f884e677bb196ca75e88f92b89750b39d5d5a84 (diff) | |
download | pkgsrc-e9daac7de83228ad3d5fdefdb2d1f09cff768f70.tar.gz |
Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users.
Diffstat (limited to 'net')
-rw-r--r-- | net/netname/Makefile | 6 | ||||
-rw-r--r-- | net/sdist/Makefile | 6 | ||||
-rw-r--r-- | net/srsh/Makefile | 6 | ||||
-rw-r--r-- | net/ssync/Makefile | 6 | ||||
-rw-r--r-- | net/ywho/Makefile | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/net/netname/Makefile b/net/netname/Makefile index 04c51b54cc5..6933421d18a 100644 --- a/net/netname/Makefile +++ b/net/netname/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2016/02/25 16:20:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2019/12/01 05:18:55 kim Exp $ # DISTNAME= netname-2.2 CATEGORIES= net -MASTER_SITES= http://oss.gw.com/people/kim/ +MASTER_SITES= http://software.kimmo.suominen.com/ -MAINTAINER= kim@tac.nyc.ny.us +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Return the canonical network name of a host BUILD_TARGET.SunOS= svr4 diff --git a/net/sdist/Makefile b/net/sdist/Makefile index 83acaba09ae..9b4861422f6 100644 --- a/net/sdist/Makefile +++ b/net/sdist/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2013/03/14 17:23:12 kim Exp $ +# $NetBSD: Makefile,v 1.19 2019/12/01 05:18:55 kim Exp $ # DISTNAME= sdist-1.9 CATEGORIES= net -MASTER_SITES= http://oss.gw.com/people/kim/ +MASTER_SITES= http://software.kimmo.suominen.com/ -MAINTAINER= kim@tac.nyc.ny.us +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Invoke rdist to distribute files to a set of hosts DEPENDS+= netname-[0-9]*:../../net/netname diff --git a/net/srsh/Makefile b/net/srsh/Makefile index 9dc4438a932..26048711861 100644 --- a/net/srsh/Makefile +++ b/net/srsh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2013/03/14 16:02:39 kim Exp $ +# $NetBSD: Makefile,v 1.15 2019/12/01 05:18:56 kim Exp $ # DISTNAME= srsh-1.3 CATEGORIES= net -MASTER_SITES= http://oss.gw.com/people/kim/ +MASTER_SITES= http://software.kimmo.suominen.com/ -MAINTAINER= kim@tac.nyc.ny.us +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Emulate rsh client behavior using ssh .if !exists(/usr/bin/ssh) diff --git a/net/ssync/Makefile b/net/ssync/Makefile index b7c47306e80..b2147abf16f 100644 --- a/net/ssync/Makefile +++ b/net/ssync/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2013/03/14 16:36:48 kim Exp $ +# $NetBSD: Makefile,v 1.14 2019/12/01 05:18:56 kim Exp $ # DISTNAME= ssync-1.9.1 CATEGORIES= net -MASTER_SITES= http://oss.gw.com/people/kim/ +MASTER_SITES= http://software.kimmo.suominen.com/ -MAINTAINER= kim@tac.nyc.ny.us +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Invoke rsync to distribute files to a set of hosts DEPENDS+= netname-[0-9]*:../../net/netname diff --git a/net/ywho/Makefile b/net/ywho/Makefile index 516e211c139..86529f5be2e 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2013/03/14 17:09:10 kim Exp $ +# $NetBSD: Makefile,v 1.17 2019/12/01 05:18:56 kim Exp $ # DISTNAME= ywho-1.3 CATEGORIES= net -MASTER_SITES= http://oss.gw.com/people/kim/ +MASTER_SITES= http://software.kimmo.suominen.com/ -MAINTAINER= kim@tac.nyc.ny.us +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Who, users, uptime on clients in a sun-RPC network NO_CONFIGURE= yes |