summaryrefslogtreecommitdiff
path: root/news/nn/Makefile
diff options
context:
space:
mode:
authorkim <kim>2002-07-08 02:21:18 +0000
committerkim <kim>2002-07-08 02:21:18 +0000
commit76ed563141cb16f9ec68cb262cbb8af6ddf828d3 (patch)
treed17a69b50d9dd212f1fb82091031a89e9024b9b6 /news/nn/Makefile
parentd2d83e3ec7dab0d6982d4cc8eb35e7372b1edb79 (diff)
downloadpkgsrc-76ed563141cb16f9ec68cb262cbb8af6ddf828d3.tar.gz
Upgrade to 6.6.4, which does not depend on an external inews program anymore.
This should avoid any vulnerability issues with INN. NOTE: The text files from lib/nn can now be found in share/nn instead.
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r--news/nn/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index c95f179eb70..df36f536e46 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2002/03/13 23:07:29 jmc Exp $
+# $NetBSD: Makefile,v 1.17 2002/07/08 02:21:18 kim Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp
#
-DISTNAME= nn-6.5.4
+DISTNAME= nn-6.6.4
CATEGORIES= news
-MASTER_SITES= ftp://ftp.gw.com/pub/unix/news/nn/ \
- ftp://ftp.visi.com/users/mtpins/nn/
+MASTER_SITES= ftp://ftp.gw.com/pub/unix/news/nn/nn-6.6/ \
+ ftp://ftp.gw.com/pub/unix/news/nn/nn-6.6/old/ \
+ ftp://ftp.nndev.org/pub/nn-6.6/ \
+ ftp://ftp.nndev.org/pub/nn-6.6/old/
MAINTAINER= packages@netbsd.org
COMMENT= NN newsreader
@@ -14,12 +16,6 @@ BUILD_DEFS+= USE_INN
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_INN) && ${USE_INN} == YES
-DEPENDS= inn>=2.2:../inn
-.else
-DEPENDS= nntpclnt-1.6.1:../nntpclnt
-.endif
-
.if ${OPSYS} == "SunOS"
SFILE= s-sunos5.h
.elif ${OPSYS} == "Linux"