summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-05-05 15:25:40 +0000
committercjep <cjep@pkgsrc.org>2004-05-05 15:25:40 +0000
commit468dfbdc5a48a0b38dfda6beaa68348de52649be (patch)
treeabd8caa897434d65fa845d3bed0639a991ecff34 /news
parentd114281fe5a719f44937b33fa3484e22da608511 (diff)
downloadpkgsrc-468dfbdc5a48a0b38dfda6beaa68348de52649be.tar.gz
Update to 1.9.52. Changes since previous version (1.9.49) include:
* nntpd will now disable ln_log()'s sending its logging to the console (stderr usually), to prevent them from being seen by the newsreader, which then gets confused. * Usage fixes and usage info update * Fix memory leaks * Other bug fixes For a full listing, please see the ChangeLog supplied with the source code.
Diffstat (limited to 'news')
-rw-r--r--news/leafnode/Makefile4
-rw-r--r--news/leafnode/distinfo8
-rw-r--r--news/leafnode/patches/patch-aa38
3 files changed, 25 insertions, 25 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile
index 528f482255d..3a901dd8a60 100644
--- a/news/leafnode/Makefile
+++ b/news/leafnode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/04/11 17:45:05 snj Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/05 15:25:40 cjep Exp $
-DISTNAME= leafnode-1.9.49.rel
+DISTNAME= leafnode-1.9.52.rel
PKGNAME= ${DISTNAME:S/.rel//}
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=leafnode/}
diff --git a/news/leafnode/distinfo b/news/leafnode/distinfo
index b4a7fa3ca9b..26db008cafd 100644
--- a/news/leafnode/distinfo
+++ b/news/leafnode/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2004/01/11 16:45:51 cjep Exp $
+$NetBSD: distinfo,v 1.11 2004/05/05 15:25:40 cjep Exp $
-SHA1 (leafnode-1.9.49.rel.tar.bz2) = fbf69b03e6e535ce780ccf542fc75cc0a5913901
-Size (leafnode-1.9.49.rel.tar.bz2) = 666698 bytes
-SHA1 (patch-aa) = 830794c3739401b359d369730a754e54ea1a8e14
+SHA1 (leafnode-1.9.52.rel.tar.bz2) = 49f22bd3685ab7d3d103a9ba6364d930d535eafb
+Size (leafnode-1.9.52.rel.tar.bz2) = 690430 bytes
+SHA1 (patch-aa) = c01591d1d8d4d820ffc5984828a3ced808d9b437
diff --git a/news/leafnode/patches/patch-aa b/news/leafnode/patches/patch-aa
index baab2ae156e..64e011e51bd 100644
--- a/news/leafnode/patches/patch-aa
+++ b/news/leafnode/patches/patch-aa
@@ -1,58 +1,58 @@
-$NetBSD: patch-aa,v 1.3 2004/01/11 16:45:51 cjep Exp $
+$NetBSD: patch-aa,v 1.4 2004/05/05 15:25:40 cjep Exp $
---- Makefile.in.orig 2004-01-07 01:49:26.000000000 +0000
+--- Makefile.in.orig 2004-04-03 17:57:05.000000000 +0100
+++ Makefile.in
-@@ -815,14 +815,14 @@ uninstall-man8:
- rm -f $(DESTDIR)$(man8dir)/$$inst; \
+@@ -822,14 +822,14 @@ uninstall-man8:
+ rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
done
install-sysconfDATA: $(sysconf_DATA)
- @$(NORMAL_INSTALL)
-- $(mkdir_p) $(DESTDIR)$(sysconfdir)
+- test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
- @list='$(sysconf_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
-- echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
-- $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
+- echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
+- $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
- done
+# @$(NORMAL_INSTALL)
-+# $(mkdir_p) $(DESTDIR)$(sysconfdir)
++# test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
+# @list='$(sysconf_DATA)'; for p in $$list; do \
+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+# f="`echo $$p | sed -e 's|^.*/||'`"; \
-+# echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
-+# $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
++# echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
++# $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
+# done
uninstall-sysconfDATA:
@$(NORMAL_UNINSTALL)
-@@ -1343,18 +1343,18 @@ rpm:
+@@ -1355,18 +1355,18 @@ rpm:
rpm -ba leafnode.spec
- install-data-hook: quickmkdir amiroot
+ install-data-hook: amiroot
- set -e ; for i in . leaf.node failed.postings interesting.groups \
- out.going message.id temp.files ; do \
- mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \
- if ./amiroot ; then \
-- chown news:news $(DESTDIR)$(SPOOLDIR)/$$i ; \
+- chown @NEWS_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \
- chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
- done
- d="`dirname $(DESTDIR)@LOCKFILE@`" ; mkdir -p "$${d}" && \
- if ./amiroot ; then \
-- chown news:news "$${d}" ; \
+- chown @NEWS_USER@:@NEWS_GROUP@ "$${d}" ; \
- chmod 2775 "$${d}" ; fi
-- ./quickmkdir $(DESTDIR)
+-
+# set -e ; for i in . leaf.node failed.postings interesting.groups \
+# out.going message.id temp.files ; do \
+# mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \
+# if ./amiroot ; then \
-+# chown news:news $(DESTDIR)$(SPOOLDIR)/$$i ; \
++# chown @NEWS_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \
+# chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
+# done
+# d="`dirname $(DESTDIR)@LOCKFILE@`" ; mkdir -p "$${d}" && \
+# if ./amiroot ; then \
-+# chown news:news "$${d}" ; \
++# chown @NEWS_USER@:@NEWS_GROUP@ "$${d}" ; \
+# chmod 2775 "$${d}" ; fi
-+# ./quickmkdir $(DESTDIR)
-
++#
uninstall-local:
rm -rf $(DESTDIR)$(SPOOLDIR) $(DESTDIR)@LOCKFILE@
+