diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-14 01:35:00 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-14 01:35:00 +0800 |
commit | 6b7c914d2f1370c9bbf49ccc548630cd82ef3e16 (patch) | |
tree | 874957e42d796b55a2b06d16c3e21c128d8817dc | |
parent | 062aa28b84226ab9a22c3cdd09b072eef91a9a38 (diff) | |
download | freebsd-ports-gnome-6b7c914d2f1370c9bbf49ccc548630cd82ef3e16.tar.gz freebsd-ports-gnome-6b7c914d2f1370c9bbf49ccc548630cd82ef3e16.tar.zst freebsd-ports-gnome-6b7c914d2f1370c9bbf49ccc548630cd82ef3e16.zip |
Upgrading to release 1.6. This one builds fine against inn-2.4.0
PR: 52544
Submitted by: Thierry Thomas <thierry@pompo.net>
-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 |