diff options
author | foxfair <foxfair@FreeBSD.org> | 2007-04-15 21:38:42 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2007-04-15 21:38:42 +0800 |
commit | 328cb180a70e9227f7a89d3ada65c348fb29c7a3 (patch) | |
tree | e641d0c7570ad5de3e95a52a6a0201ac45023a68 /www/lynx/Makefile | |
parent | 9ea728ad450929d75614e847d2ab48f9b228cce7 (diff) | |
download | freebsd-ports-gnome-328cb180a70e9227f7a89d3ada65c348fb29c7a3.tar.gz freebsd-ports-gnome-328cb180a70e9227f7a89d3ada65c348fb29c7a3.tar.zst freebsd-ports-gnome-328cb180a70e9227f7a89d3ada65c348fb29c7a3.zip |
Upgrade www/lynx to 2.8.6rel.4
PR: 111530
Submitted by: me
Reviewed by: maintainer
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 3d66ce757a96..d315c2212054 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -6,18 +6,12 @@ # PORTNAME= lynx -PORTVERSION= 2.8.5 -PORTREVISION= 2 +PORTVERSION= 2.8.6 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ \ - ftp://lynx.isc.org/lynx2.8.5/patches/:patches -DISTNAME= ${PORTNAME}2.8.5rel.1 - -PATCH_SITES= ftp://lynx.isc.org/lynx2.8.5/patches/ -.for i in 2 3 4 -PATCHFILES+= 2.8.5rel.${i}.patch.gz -.endfor -PATCH_DIST_STRIP= -p1 + ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches +DISTNAME= ${PORTNAME}${PORTVERSION}rel.${PORTREVISION} MAINTAINER?= jharris@widomaker.com COMMENT?= A non-graphical, text-based World-Wide Web client @@ -25,7 +19,7 @@ COMMENT?= A non-graphical, text-based World-Wide Web client CONFLICTS?= lynx-ssl* lynx-current* USE_BZIP2= yes -WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5 +WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ |