diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-27 14:38:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-27 14:38:58 +0000 |
commit | c3c9d037784cb204dfe789280f791c5c9846f39e (patch) | |
tree | 9f15d788a58aab6f397936065e6dc9b20b6ed847 /net/gopher | |
parent | bdd5520260bd337fcea9807b7c28b750ea991832 (diff) | |
download | ports-c3c9d037784cb204dfe789280f791c5c9846f39e.tar.gz ports-c3c9d037784cb204dfe789280f791c5c9846f39e.zip |
Notes
Diffstat (limited to 'net/gopher')
-rw-r--r-- | net/gopher/Makefile | 9 | ||||
-rw-r--r-- | net/gopher/distinfo | 2 | ||||
-rw-r--r-- | net/gopher/pkg-plist | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index e4cc7d604abd..fb2d79cf5113 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -6,10 +6,12 @@ # PORTNAME= gopher -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= net MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \ - http://dl.droso.net/ports/ + http://dl.droso.net/FreeBSD/distfiles/ +DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER= erwin@FreeBSD.org COMMENT= Client and server for access to a distributed document service @@ -19,8 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes MAN1= gopher.1 gophfilt.1 -MAN5= gopherd.conf.5 gopherrc.5 -MAN8= gopherd.8 gopherindex.8 +MAN5= gopherrc.5 pre-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \ diff --git a/net/gopher/distinfo b/net/gopher/distinfo index c760a9c6f74d..46ca3e56ee94 100644 --- a/net/gopher/distinfo +++ b/net/gopher/distinfo @@ -1 +1 @@ -MD5 (gopher-3.0.5.tar.gz) = 1527f94ba8538a2d029155844195bba8 +MD5 (gopher_3.0.6.tar.gz) = 0cffe1ec0e3e5600af1fe590db852c12 diff --git a/net/gopher/pkg-plist b/net/gopher/pkg-plist index 512bff82ef13..0f8bd6002af6 100644 --- a/net/gopher/pkg-plist +++ b/net/gopher/pkg-plist @@ -3,10 +3,4 @@ bin/gophfilt etc/gopher/gopher.rc etc/gopher/gopherremote.rc etc/gopher/gopher.hlp -etc/gopherd/gopherd.conf -etc/gopherd/gopherdlocal.conf -sbin/gindexd -sbin/gopherd -sbin/gopherls @dirrm etc/gopher -@dirrm etc/gopherd |