git: 8e7b343137d7 - main - www/lynx: Fix MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Mar 2025 20:19:08 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e7b343137d7804b8d393f730c852f45249dfbb4 commit 8e7b343137d7804b8d393f730c852f45249dfbb4 Author: Thomas E. Dickey <dickey@invisible-island.net> AuthorDate: 2025-03-07 20:17:00 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-03-07 20:17:00 +0000 www/lynx: Fix MASTER_SITES While I'm here switch to DISTVERSION. PR: 284613 Approved by: jharris@widomaker.com (maintainer) --- www/lynx/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/lynx/Makefile b/www/lynx/Makefile index b9a07252a75b..a40fd2667ff6 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,11 +1,12 @@ PORTNAME= lynx -PORTVERSION= 2.8.9.1 +DISTVERSION= 2.8.9.1 PORTREVISION= 3 PORTEPOCH= 1 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/ -DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E} +DISTNAME= ${PORTNAME}${DISTVERSION:R}rel.${DISTVERSION:E} MAINTAINER= jharris@widomaker.com 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 SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--with-zlib --libdir="${PREFIX}/etc" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-nested-tables --enable-gzip-help \ --with-screen=ncursesw -CPE_VERSION= ${PORTVERSION:R} -CPE_UPDATE= rel.${PORTVERSION:E} +CPE_VERSION= ${DISTVERSION:R} +CPE_UPDATE= rel.${DISTVERSION:E} MAKEFILE= makefile L_HELP= ${PREFIX}/share/lynx_help