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 /www | |
parent | 6f884e677bb196ca75e88f92b89750b39d5d5a84 (diff) | |
download | pkgsrc-e9daac7de83228ad3d5fdefdb2d1f09cff768f70.tar.gz |
Switch to new site in MASTER_SITES, and set MAINTAINER to pkgsrc-users.
Diffstat (limited to 'www')
-rw-r--r-- | www/urlget/Makefile | 6 | ||||
-rw-r--r-- | www/webnew/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/urlget/Makefile b/www/urlget/Makefile index 0d03b52e5a1..c3efd5fa930 100644 --- a/www/urlget/Makefile +++ b/www/urlget/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2016/02/26 10:57:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2019/12/01 05:18:57 kim Exp $ # DISTNAME= urlget-1.5 CATEGORIES= www -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= Simple command-line tool to retrieve an HTTP URL BUILD_TARGET.SunOS= svr4 diff --git a/www/webnew/Makefile b/www/webnew/Makefile index 0c77ac7f714..a2875b113c8 100644 --- a/www/webnew/Makefile +++ b/www/webnew/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2019/08/11 13:25:10 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2019/12/01 05:18:57 kim Exp $ DISTNAME= webnew-1.3 PKGREVISION= 8 CATEGORIES= www -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 #HOMEPAGE= http://kimmo.suominen.com/sw/webnew/ COMMENT= Retrieve modification times of web documents |