Download raw body.
www/lynx: Update to 2.9.0
Hi, ports@:
Here is a patch for www/lynx to update to 2.9.0.
It build well and run well on amd64-current system.
Cheers !
wen
Index: www/lynx/Makefile
===================================================================
RCS file: /cvs/ports/www/lynx/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- www/lynx/Makefile 27 Sep 2023 19:13:03 -0000 1.47
+++ www/lynx/Makefile 14 Feb 2024 13:38:19 -0000
@@ -1,9 +1,7 @@
-V = 2.8.9
-R = 1
+V = 2.9.0
COMMENT = text web browser
-DISTNAME = lynx${V}rel.${R}
-PKGNAME = lynx-${V}rel${R}
-REVISION = 1
+DISTNAME = lynx${V}
+PKGNAME = lynx-${V}
EXTRACT_SUFX = .tar.bz2
CATEGORIES = www net
Index: www/lynx/distinfo
===================================================================
RCS file: /cvs/ports/www/lynx/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- www/lynx/distinfo 12 Aug 2018 08:28:49 -0000 1.17
+++ www/lynx/distinfo 14 Feb 2024 13:38:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (lynx2.8.9rel.1.tar.bz2) = OH8ZPXeS+c+toUxgsOXAv/GPIn2SV6OUg+FPoar3lZU=
-SIZE (lynx2.8.9rel.1.tar.bz2) = 2689171
+SHA256 (lynx2.9.0.tar.bz2) = W8rl4uYEPKeyIJY6l3Y8ScEyGNhJ/9pr53Ob/VotNv8=
+SIZE (lynx2.9.0.tar.bz2) = 2781819
Index: www/lynx/pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/lynx/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- www/lynx/pkg/PLIST 11 Mar 2022 20:10:05 -0000 1.8
+++ www/lynx/pkg/PLIST 14 Feb 2024 13:38:19 -0000
@@ -75,6 +75,7 @@ share/doc/lynx/lynx_doc/test/c1.html
share/doc/lynx/lynx_doc/test/circle.html
share/doc/lynx/lynx_doc/test/cp-1252.html
share/doc/lynx/lynx_doc/test/cp-1252a.html
+share/doc/lynx/lynx_doc/test/idna-tr46.html
share/doc/lynx/lynx_doc/test/image.jpg
share/doc/lynx/lynx_doc/test/iso-8859-1.html
share/doc/lynx/lynx_doc/test/iso-8859-1a.html
www/lynx: Update to 2.9.0