Hello ports@,

Notable changes :

- Lynx is no longer hosted at ISC. Updated HOMEPAGE and MASTER_SITES
  accordingly
- Setting custom WRKDIST is no longer necessary

If possible, I would like to adopt this port and added myself as
MAINTAINER just in case this is approved. If not, please discard
this line.

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/lynx/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- Makefile    25 Aug 2015 13:18:28 -0000      1.19
+++ Makefile    11 Jan 2016 23:03:39 -0000
@@ -1,22 +1,23 @@
 # $OpenBSD: Makefile,v 1.19 2015/08/25 13:18:28 sthen Exp $
 
 V =            2.8.9
-PL =           6
+PL =           8
 COMMENT =      console Internet browser
 DISTNAME =     lynx${V}dev.${PL}
 PKGNAME =      lynx-${V}pl${PL}
 EXTRACT_SUFX = .tar.bz2
 CATEGORIES =   www net
-REVISION =     0
 
-HOMEPAGE =     http://lynx.isc.org/
+HOMEPAGE =     http://lynx.invisible-island.net
+
+MAINTAINER =   Frederic Cambus <[email protected]>
 
 # GPLv2 only
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += c crypto ncurses ssl z
 
-MASTER_SITES = http://lynx.isc.org/current/
+MASTER_SITES = http://invisible-mirror.net/archives/lynx/tarballs/
 
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS =       --datarootdir="${PREFIX}/share/doc/lynx" \
@@ -33,6 +34,5 @@ FAKE_FLAGS =  SYSCONFDIR="${DESTDIR}${PRE
 INSTALL_TARGET =       install install-help install-doc
 
 NO_TEST =      Yes
-WRKDIST =      ${WRKDIR}/lynx${V:C/\./-/g}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/lynx/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo    7 May 2015 19:40:43 -0000       1.6
+++ distinfo    11 Jan 2016 23:03:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (lynx2.8.9dev.6.tar.bz2) = Ph8+jA3xnemz0m1vIhtnidqz7hMCyc96iI78wYbzc7U=
-SIZE (lynx2.8.9dev.6.tar.bz2) = 2595337
+SHA256 (lynx2.8.9dev.8.tar.bz2) = xiI7iFN413y8fPcTcnPx6cFC7IRtTXhHfTGdEMQxbTE=
+SIZE (lynx2.8.9dev.8.tar.bz2) = 2657804
Index: patches/patch-lynx_cfg
===================================================================
RCS file: /cvs/ports/www/lynx/patches/patch-lynx_cfg,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-lynx_cfg
--- patches/patch-lynx_cfg      15 Jan 2015 01:15:12 -0000      1.1
+++ patches/patch-lynx_cfg      11 Jan 2016 23:03:39 -0000
@@ -1,11 +1,11 @@
-$OpenBSD: patch-lynx_cfg,v 1.1 2015/01/15 01:15:12 daniel Exp $
---- lynx.cfg.orig      Mon Jan 12 20:42:54 2015
-+++ lynx.cfg   Mon Jan 12 20:43:22 2015
+$OpenBSD$
+--- lynx.cfg.orig      Tue Jan 12 00:09:37 2016
++++ lynx.cfg   Tue Jan 12 00:09:57 2016
 @@ -90,7 +90,7 @@
  #
  # Normally we expect you will connect to a remote site, e.g., the Lynx 
starting
  # site:
--STARTFILE:http://lynx.isc.org/
+-STARTFILE:http://lynx.invisible-island.net/
 +STARTFILE:http://www.openbsd.org/
  #
  # As an alternative, you may want to use a local URL.  A good choice for this 
is

Reply via email to