diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-04-26 14:48:55 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-04-26 14:48:55 +0000 |
commit | bbcdfa372481e1ab2a27e058734fa15ff0f40d69 (patch) | |
tree | cf73d92cb84b6e50a4c974be90a7cf8e530ea676 /www/lynx | |
parent | 9459627a8dde79fa6a5c0fc0cd6a3fb054770a0a (diff) | |
download | ports-bbcdfa372481e1ab2a27e058734fa15ff0f40d69.tar.gz ports-bbcdfa372481e1ab2a27e058734fa15ff0f40d69.zip |
Notes
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 |