Hello ports@,

Here is a patch to update www/lynx to 2.8.9pl9

The first entry in MASTER_SITES returns 404 both for pl8 and pl9 so I
removed it. Removed http://invisible-mirror.net/archives/lynx/patches/
also, and added ftp://invisible-island.net/lynx/tarballs/ for
consistancy with 'misc/vttest', 'misc/dialog', 'lang/mawk', and 
'textproc/diffstat'. 

I suppose patching MASTER_SITES in -STABLE Makefile is not necessary as
at least one of them is working, allowing the distfile to be fetched?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/lynx/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- Makefile    22 Apr 2016 22:21:56 -0000      1.26
+++ Makefile    1 May 2016 15:32:47 -0000
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.26 2016/04/22 22:21:56 sthen Exp $
 
 V =            2.8.9
-PL =           8
+PL =           9
 COMMENT =      text web browser
 DISTNAME =     lynx${V}dev.${PL}
 PKGNAME =      lynx-${V}pl${PL}
-REVISION =     4
 EXTRACT_SUFX = .tar.bz2
 CATEGORIES =   www net
 
@@ -19,9 +18,8 @@ PERMIT_PACKAGE_CDROM =        Yes
 # uses pledge()
 WANTLIB += bz2 c crypto ncurses ssl z
 
-MASTER_SITES = http://lynx.invisible-island.net/current/ \
-               http://invisible-mirror.net/archives/lynx/tarballs/ \
-               http://invisible-mirror.net/archives/lynx/patches/
+MASTER_SITES = http://invisible-mirror.net/archives/lynx/tarballs/ \
+               ftp://invisible-island.net/lynx/tarballs/
 
 LIB_DEPENDS =  archivers/bzip2
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/lynx/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo    12 Jan 2016 16:05:54 -0000      1.7
+++ distinfo    1 May 2016 15:32:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (lynx2.8.9dev.8.tar.bz2) = xiI7iFN413y8fPcTcnPx6cFC7IRtTXhHfTGdEMQxbTE=
-SIZE (lynx2.8.9dev.8.tar.bz2) = 2657804
+SHA256 (lynx2.8.9dev.9.tar.bz2) = 8PV/HfzwkwnXvGHANxC10mWsDUeVfTVPApV7mJB64tQ=
+SIZE (lynx2.8.9dev.9.tar.bz2) = 5343335

Reply via email to