diff options
author | johans <johans@FreeBSD.org> | 2015-12-30 06:15:28 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-12-30 06:15:28 +0800 |
commit | 2e7a1d6e0db2c7aeca048b9ff5651ae4a24113bb (patch) | |
tree | 04b938613f1a0412508116b4b83c4a8a085f6438 /www/lynx-current | |
parent | 1525d2576a17aa3bbbc632e7d00a5402dbebc05c (diff) | |
download | freebsd-ports-gnome-2e7a1d6e0db2c7aeca048b9ff5651ae4a24113bb.tar.gz freebsd-ports-gnome-2e7a1d6e0db2c7aeca048b9ff5651ae4a24113bb.tar.zst freebsd-ports-gnome-2e7a1d6e0db2c7aeca048b9ff5651ae4a24113bb.zip |
- Update to lynx 2.8.9dev.8
- Update MASTER_SITES and WWW as ISC has dropped support for this project
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 7 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 4 | ||||
-rw-r--r-- | www/lynx-current/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 9ea80fcae5e3..088a4af9cedd 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= lynx -PORTVERSION= 2.8.9d6 +PORTVERSION= 2.8.9d8 CATEGORIES= www ipv6 -MASTER_SITES= http://lynx.isc.org/current/ +MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \ + ftp://invisible-island.net/lynx/tarballs/ PKGNAMESUFFIX= -current DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pre./:S/d/dev./} @@ -15,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS_INSTALL= lynx-2.8.[0-8].* ja-lynx-[0-9]* -WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/[pd].*//} +WRKSRC= ${WRKDIR}/${DISTNAME} USES= cpe iconv shebangfix tar:bzip2 USE_OPENSSL= yes SHEBANG_FILES= samples/mailto-form.pl diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index 44bc3bc99fbe..029085350785 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (lynx2.8.9dev.6.tar.bz2) = 3e1f3e8c0df19de9b3d26d6f221b6789dab3ee1302c9cf7a888efcc186f373b5 -SIZE (lynx2.8.9dev.6.tar.bz2) = 2595337 +SHA256 (lynx2.8.9dev.8.tar.bz2) = c6223b885378d77cbc7cf7137273f1e9c142ec846d4d78477d319d10c4316d31 +SIZE (lynx2.8.9dev.8.tar.bz2) = 2657804 diff --git a/www/lynx-current/pkg-descr b/www/lynx-current/pkg-descr index 2cf8bf79cdb0..03ab575d55a4 100644 --- a/www/lynx-current/pkg-descr +++ b/www/lynx-current/pkg-descr @@ -2,4 +2,4 @@ lynx is a program which allows a user to access World-Wide Web servers and other information servers. It uses only ascii representation so that it can be used from ascii-terminals and dialin-lines. -WWW: http://lynx.isc.org/current/ +WWW: http://lynx.invisible-island.net/current/ |