summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-13 17:35:00 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-13 17:35:00 +0000
commitc3975016d09d70bac1f4dc37808db43a7c2fec5d (patch)
tree83cdc06e72d778a0f4acfd2aee5a337f8ae02662 /news
parentRemove unneeded patch now that gnomehack is being used. (diff)
Upgrading to release 1.6. This one builds fine against inn-2.4.0
PR: 52544 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=82941
Diffstat (limited to 'news')
-rw-r--r--news/newsx/Makefile5
-rw-r--r--news/newsx/distinfo2
-rw-r--r--news/newsx/files/patch-configure8
-rw-r--r--news/newsx/files/patch-src_putarticle.c14
-rw-r--r--news/newsx/pkg-plist4
5 files changed, 9 insertions, 24 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile
index 0b789bafb670..3443b55876bf 100644
--- a/news/newsx/Makefile
+++ b/news/newsx/Makefile
@@ -7,10 +7,9 @@
PORTNAME= newsx
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= news
-#MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
-MASTER_SITES= http://home.powertech.no/egilkv/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/pre/}
+MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
MAINTAINER= thierry@pompo.net
COMMENT= A program to fetch news from and post news to a remote NNTP server
diff --git a/news/newsx/distinfo b/news/newsx/distinfo
index 9d5201c36b61..0b7009200d59 100644
--- a/news/newsx/distinfo
+++ b/news/newsx/distinfo
@@ -1 +1 @@
-MD5 (newsx-1.6pre.tar.gz) = f22bc3e86bf1cc6f4c1a8368a477df9d
+MD5 (newsx-1.6.tar.gz) = ad9c76c53d5c7d21d86bec805fe8cd34
diff --git a/news/newsx/files/patch-configure b/news/newsx/files/patch-configure
index f3a6207ea0f1..05398e5bea9d 100644
--- a/news/newsx/files/patch-configure
+++ b/news/newsx/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Wed Jan 22 09:15:31 2003
-+++ configure Sat May 17 23:22:41 2003
+--- configure.orig Sun May 18 19:25:34 2003
++++ configure Sun May 18 23:45:15 2003
@@ -253,7 +253,7 @@
#
# Initializations.
@@ -9,7 +9,7 @@
ac_config_libobj_dir=.
cross_compiling=no
subdirs=
-@@ -1710,15 +1710,15 @@
+@@ -1712,15 +1712,15 @@
VISIT="/usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
@@ -19,7 +19,7 @@
+ %%LOCALBASE%%/news/bin/control %%LOCALBASE%%/lib/news /news %%LOCALBASE%%/inn \
/var/lib/news /usr/lib /var/spool/news"
- NEWSUMASK=002
+ INN_NEWSUMASK=002
INN_EXTENDEDDBZ=0
-RNEWS_PATH=/usr/bin/rnews
diff --git a/news/newsx/files/patch-src_putarticle.c b/news/newsx/files/patch-src_putarticle.c
deleted file mode 100644
index 70f34aab44f4..000000000000
--- a/news/newsx/files/patch-src_putarticle.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/putarticle.c.orig Wed Jan 22 08:30:59 2003
-+++ src/putarticle.c Sat May 17 21:43:03 2003
-@@ -128,6 +128,11 @@
- #define MAILFOLDER_TAG "From "
- #define MAILFOLDER_TAG_LEN 5
-
-+/*
-+ * fix for inn-2.4.0 (it has been removed from inn/config.h)
-+ */
-+typedef int BOOL;
-+
- /* for log etc. */
- static char msgid[NNTP_STRLEN];
- static char msgsender[NNTP_STRLEN];
diff --git a/news/newsx/pkg-plist b/news/newsx/pkg-plist
index a0339d600165..d5bc44736a1c 100644
--- a/news/newsx/pkg-plist
+++ b/news/newsx/pkg-plist
@@ -10,5 +10,5 @@ bin/newsq
%%PORTDOCS%%share/doc/newsx/TODO
%%PORTDOCS%%@dirrm share/doc/newsx
@dirrm news/spool/inhosts
-@dirrm news/spool
-@dirrm news
+@unexec rmdir %D/news/spool 2> /dev/null || true
+@unexec rmdir %D/news 2> /dev/null || true