Hello ports@,

This is an update for net/gopher. Changes:

* The original MASTER_SITE is out of date, no new tarballs are
  there. Development happens on GitHub now, so I moved everything
  there with GH_*. quux.org still exists, but it's not up-to-date, so
  not worth linking to.

* License is really GPLv2.

Also, I'm maintainer. I get the feeling gopher isn't popular any more,
so there are probably not many users of this, but what few users of
this there are will hopefully appreciate timely updates. 

diff --git Makefile Makefile
index a1fdac8ab83..92f60bc0a03 100644
--- Makefile
+++ Makefile
@@ -2,27 +2,31 @@
 
 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/
+HOMEPAGE=      https://github.com/jgoerzen/gopher
 
-# GPL
-PERMIT_PACKAGE_CDROM=  Yes
+MAINTAINER=    Kaashif Hymabaccus <kaas...@kaashif.co.uk>
 
-MASTER_SITES=  ${HOMEPAGE}
+# GPLv2
+PERMIT_PACKAGE_CDROM=  Yes
 
 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