diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-14 01:35:00 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-14 01:35:00 +0800 |
commit | c3975016d09d70bac1f4dc37808db43a7c2fec5d (patch) | |
tree | 83cdc06e72d778a0f4acfd2aee5a337f8ae02662 /news/newsx | |
parent | 9af1c3f6feb0dcba0662cbfe2388ddc400fe2ee5 (diff) | |
download | freebsd-ports-gnome-c3975016d09d70bac1f4dc37808db43a7c2fec5d.tar.gz freebsd-ports-gnome-c3975016d09d70bac1f4dc37808db43a7c2fec5d.tar.zst freebsd-ports-gnome-c3975016d09d70bac1f4dc37808db43a7c2fec5d.zip |
Upgrading to release 1.6. This one builds fine against inn-2.4.0
PR: 52544
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'news/newsx')
-rw-r--r-- | news/newsx/Makefile | 5 | ||||
-rw-r--r-- | news/newsx/distinfo | 2 | ||||
-rw-r--r-- | news/newsx/files/patch-configure | 8 | ||||
-rw-r--r-- | news/newsx/files/patch-src_putarticle.c | 14 | ||||
-rw-r--r-- | news/newsx/pkg-plist | 4 |
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 |