www/lynx: Fix MASTER_SITES

While I'm here switch to DISTVERSION.

PR:		284613
Approved by:	jharris@widomaker.com (maintainer)
This commit is contained in:
Thomas E. Dickey 2025-03-07 21:17:00 +01:00 committed by Zsolt Udvari
parent 7f35be0bed
commit 8e7b343137

View file

@ -1,11 +1,12 @@
PORTNAME= lynx PORTNAME= lynx
PORTVERSION= 2.8.9.1 DISTVERSION= 2.8.9.1
PORTREVISION= 3 PORTREVISION= 3
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \ MASTER_SITES= https://invisible-mirror.net/archives/lynx/tarballs/ \
https://invisible-island.net/archives/lynx/tarballs/ \
http://bitrote.org/distfiles/ http://bitrote.org/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E} DISTNAME= ${PORTNAME}${DISTVERSION:R}rel.${DISTVERSION:E}
MAINTAINER= jharris@widomaker.com MAINTAINER= jharris@widomaker.com
COMMENT= Non-graphical, text-based World-Wide Web client COMMENT= Non-graphical, text-based World-Wide Web client
@ -20,13 +21,12 @@ CONFLICTS= lynx-2.8.[8-9]d*
USES= cpe ncurses shebangfix tar:bzip2 USES= cpe ncurses shebangfix tar:bzip2
SHEBANG_FILES= samples/mailto-form.pl SHEBANG_FILES= samples/mailto-form.pl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+=--with-zlib --libdir="${PREFIX}/etc" \ CONFIGURE_ARGS+=--with-zlib --libdir="${PREFIX}/etc" \
--enable-nsl-fork --enable-persistent-cookies \ --enable-nsl-fork --enable-persistent-cookies \
--enable-nested-tables --enable-gzip-help \ --enable-nested-tables --enable-gzip-help \
--with-screen=ncursesw --with-screen=ncursesw
CPE_VERSION= ${PORTVERSION:R} CPE_VERSION= ${DISTVERSION:R}
CPE_UPDATE= rel.${PORTVERSION:E} CPE_UPDATE= rel.${DISTVERSION:E}
MAKEFILE= makefile MAKEFILE= makefile
L_HELP= ${PREFIX}/share/lynx_help L_HELP= ${PREFIX}/share/lynx_help