Hello ports@

Here's a better diff which gets rid of HOMEPAGE and adds the correct
license marker.

Is there any interest in this port?

diff --git Makefile Makefile
index a1fdac8ab83..87d5d9cad30 100644
--- Makefile
+++ Makefile
@@ -2,27 +2,29 @@
 
 COMMENT=       distributed document delivery client
 
-V=             3.0.11
-DISTNAME=      gopher_${V}
-PKGNAME=       gopher-${V}
-REVISION=      2
+V=             3.0.16
+DISTNAME=      gopher-${V}
+
+GH_ACCOUNT=    jgoerzen
+GH_PROJECT=    gopher
+GH_TAGNAME=    release/${V}
+
 CATEGORIES=    net
 
-HOMEPAGE=      http://quux.org/devel/gopher/Downloads/
+MAINTAINER=    Kaashif Hymabaccus <kaas...@kaashif.co.uk>
 
-# GPL
+# GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
 
-MASTER_SITES=  ${HOMEPAGE}
-
 WANTLIB=       c m curses termcap
 
 USE_GMAKE=     Yes
 CONFIGURE_STYLE=gnu
 MAKE_FLAGS=    CLIENTLIB=${SYSCONFDIR}/gopher
-WRKDIST=       ${WRKDIR}/gopher
 NO_TEST=       Yes
 
+WRKDIST=       ${WRKDIR}/gopher-release-${V}
+
 pre-configure:
        @perl -pi -e "s,!!PREFIX!!,${PREFIX},g;" \
                -e "s,!!SYSCONFDIR!!,${SYSCONFDIR},g" ${WRKSRC}/doc/gopher.1
diff --git distinfo distinfo
index 1d0887a5b9e..dd6a5a34794 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (gopher_3.0.11.tar.gz) = LPGjFAC+Ztj7w23quyCiFPGMKm8Lgm/axe5SjkLpJ5c=
-SIZE (gopher_3.0.11.tar.gz) = 318250
+SHA256 (gopher-3.0.16.tar.gz) = No4TadnZqv3Q4HAtexkoJ4RyeF/EeRF9GslQYiVJeCs=
+SIZE (gopher-3.0.16.tar.gz) = 320011
diff --git pkg/PLIST pkg/PLIST
index 37688335ce6..5437a010e8c 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/31 12:52:20 steven Exp $
-bin/gopher
-bin/gophfilt
+@bin bin/gopher
+@bin bin/gophfilt
 @man man/man1/gopher.1
 @man man/man1/gophfilt.1
 @man man/man5/gopherrc.5

Reply via email to