diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-24 00:06:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-24 00:06:54 +0000 |
commit | f725aaf97aa745ff6b0c1f949206bee03a1c82c1 (patch) | |
tree | 387b13f64e2ef2014a3405c5ca6462aa15485aff /net | |
parent | df9edd034923ea9fc72107e997cc64ab9575825f (diff) | |
download | pkgsrc-f725aaf97aa745ff6b0c1f949206bee03a1c82c1.tar.gz |
Update to 3.0.6:
* Deprecated gopherd in favor of PyGopherd.
[XXX: which is not yet packaged, any takers?]
Diffstat (limited to 'net')
-rw-r--r-- | net/gopher/Makefile | 8 | ||||
-rw-r--r-- | net/gopher/PLIST | 11 | ||||
-rw-r--r-- | net/gopher/distinfo | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 26514f378b4..37d6f5312eb 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:10:43 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/24 00:06:54 wiz Exp $ # -DISTNAME= gopher-3.0.5 +DISTNAME= gopher_3.0.6 +PKGNAME= ${DISTNAME:S/_/-/} +WRKSRC= ${WRKDIR}/gopher CATEGORIES= net -MASTER_SITES= http://quux.org/give-me-gopher/ +MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ MAINTAINER= jgoerzen@complete.org HOMEPAGE= gopher://quux.org/1/devel/gopher/ diff --git a/net/gopher/PLIST b/net/gopher/PLIST index 2c5faab11da..1554409b656 100644 --- a/net/gopher/PLIST +++ b/net/gopher/PLIST @@ -1,19 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/24 00:06:54 wiz Exp $ bin/gopher bin/gophfilt etc/gopher/gopher.hlp etc/gopher/gopher.rc etc/gopher/gopherremote.rc -etc/gopherd/gopherd.conf -etc/gopherd/gopherdlocal.conf man/man1/gopher.1 man/man1/gophfilt.1 -man/man5/gopherd.conf.5 man/man5/gopherrc.5 -man/man8/gopherd.8 -man/man8/gopherindex.8 -sbin/gindexd -sbin/gopherd -sbin/gopherls -@dirrm etc/gopherd @dirrm etc/gopher diff --git a/net/gopher/distinfo b/net/gopher/distinfo index c602828bfab..3fc07a607ad 100644 --- a/net/gopher/distinfo +++ b/net/gopher/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/06/30 10:20:14 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/08/24 00:06:54 wiz Exp $ -SHA1 (gopher-3.0.5.tar.gz) = 8c7170f75d643c5a98dce02a89b0b49b1f8296cc -Size (gopher-3.0.5.tar.gz) = 508713 bytes +SHA1 (gopher_3.0.6.tar.gz) = c5b17445c7be11658fe9247edd1767f4f58eacbd +Size (gopher_3.0.6.tar.gz) = 677753 bytes |