diff options
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 33615033fa32..e9dbb53a01c1 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -6,13 +6,13 @@ # # NOTE: This port is tracking lynx-current until 2.8.3 is released. Anything -# before 2.8.3pre.2 has unacceptable security holes. +# before 2.8.3pre.5 has unacceptable security holes. PORTNAME= lynx -PORTVERSION= 2.8.3pre.5 +PORTVERSION= 2.8.3.p5 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}2.8.3pre.5 MAINTAINER= jseger@FreeBSD.org |