mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/lynx-current: Better MASTER_SITES
Previously we had one unencrypted HTTP and one ftp URL. Now we have two HTTPS URLs. PR: 284612 Reported by: Thomas E. Dickey (creator of Lynx)
This commit is contained in:
parent
90c45f91c1
commit
47e960dac7
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
PORTNAME= lynx
|
||||
PORTVERSION= 2.9.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \
|
||||
ftp://ftp.invisible-island.net/lynx/tarballs/
|
||||
MASTER_SITES= https://invisible-mirror.net/archives/lynx/tarballs/ \
|
||||
https://invisible-island.net/archives/lynx/tarballs/
|
||||
PKGNAMESUFFIX= -current
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pre./:S/d/dev./}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue