diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-12-22 07:50:07 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-12-22 07:50:07 +0000 |
commit | 15f6d56e944b4c80452eaaea20d918c34e164427 (patch) | |
tree | 8c7b57906f120fce3b28b2a4264d0df92f95e914 /www/lynx-current | |
parent | eba41e872ac4723b997847927cd7ad4d5d1689a6 (diff) | |
download | ports-15f6d56e944b4c80452eaaea20d918c34e164427.tar.gz ports-15f6d56e944b4c80452eaaea20d918c34e164427.zip |
Notes
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 9 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 1e4a47539389..15897bf55dd4 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= lynx -PORTVERSION= 2.8.8p5 -PORTREVISION= 1 +PORTVERSION= 2.8.9d2 PKGNAMESUFFIX= -current CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pre./} +DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pre./:S/d/dev./} MAINTAINER= johans@FreeBSD.org COMMENT= Non-graphical, text-based World-Wide Web client RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]* +CONFLICTS_INSTALL= lynx-2.8.[0-8].* ja-lynx-[0-9]* -WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/p.*//} +WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/[pd].*//} USES= 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 4a70eb21e050..0e58ce2e8a0d 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (lynx2.8.8pre.5.tar.bz2) = 86c16021163ffa754cd1b9b69d308dad2a93d79c726a93a1ae9bacc65f1ef737 -SIZE (lynx2.8.8pre.5.tar.bz2) = 2583668 +SHA256 (lynx2.8.9dev.2.tar.bz2) = 8ed6a97363e5a0a311b96c491f7c008295afa76fd1b46b91c50e0899cdc90104 +SIZE (lynx2.8.9dev.2.tar.bz2) = 2584499 |