diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode/Makefile | 6 | ||||
-rw-r--r-- | news/leafnode/distinfo | 11 | ||||
-rw-r--r-- | news/leafnode/patches/patch-aa | 26 | ||||
-rw-r--r-- | news/leafnode/patches/patch-ab | 13 |
4 files changed, 20 insertions, 36 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 8ecfa6d6984..ef0e367f6e0 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2008/10/25 13:19:10 obache Exp $ +# $NetBSD: Makefile,v 1.41 2009/04/29 10:54:10 wiz Exp $ -DISTNAME= leafnode-1.11.3.rel -PKGNAME= ${DISTNAME:S/.rel//} -PKGREVISION= 1 +DISTNAME= leafnode-1.11.7 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=leafnode/} EXTRACT_SUFX= .tar.bz2 diff --git a/news/leafnode/distinfo b/news/leafnode/distinfo index 1b512e317cf..ee6cc33ff8a 100644 --- a/news/leafnode/distinfo +++ b/news/leafnode/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.16 2006/10/15 20:06:59 schwarz Exp $ +$NetBSD: distinfo,v 1.17 2009/04/29 10:54:11 wiz Exp $ -SHA1 (leafnode-1.11.3.rel.tar.bz2) = 6910f05c0fa4b1bb5a4baaa6e6fd529fef5ece22 -RMD160 (leafnode-1.11.3.rel.tar.bz2) = 786fc42b58660d8d47eccd5d610718202eb50a3c -Size (leafnode-1.11.3.rel.tar.bz2) = 506217 bytes -SHA1 (patch-aa) = 6820ab420cb656e61848f9eb29d4674bccb856a6 -SHA1 (patch-ab) = 02f0911d41bf7934d44306054edb77b1d1751045 +SHA1 (leafnode-1.11.7.tar.bz2) = 81b85be012f1c3d2613e9f9c078336bdd238a052 +RMD160 (leafnode-1.11.7.tar.bz2) = 666623ef121aa625337e83512ca7569cc745a5d9 +Size (leafnode-1.11.7.tar.bz2) = 494740 bytes +SHA1 (patch-aa) = bfcc59e28a8c60058f9f5289c02a0dbc8269bbfd diff --git a/news/leafnode/patches/patch-aa b/news/leafnode/patches/patch-aa index eb7931e44cd..4ceae6530c5 100644 --- a/news/leafnode/patches/patch-aa +++ b/news/leafnode/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $ +$NetBSD: patch-aa,v 1.7 2009/04/29 10:54:11 wiz Exp $ ---- Makefile.in.orig 2005-05-04 10:36:22.000000000 -0400 -+++ Makefile.in 2005-05-13 10:53:41.000000000 -0400 -@@ -801,14 +801,14 @@ +--- Makefile.in.orig 2009-04-20 17:37:40.000000000 +0300 ++++ Makefile.in +@@ -846,14 +846,14 @@ uninstall-man8: rm -f "$(DESTDIR)$(man8dir)/$$inst"; \ done install-sysconfDATA: $(sysconf_DATA) - @$(NORMAL_INSTALL) -- test -z "$(sysconfdir)" || $(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=$(am__strip_dir) \ @@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $ - $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ - done +# @$(NORMAL_INSTALL) -+# test -z "$(sysconfdir)" || $(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=$(am__strip_dir) \ @@ -25,13 +25,13 @@ $NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $ uninstall-sysconfDATA: @$(NORMAL_UNINSTALL) -@@ -1349,17 +1349,17 @@ +@@ -1417,17 +1417,17 @@ rpm: leafnode.spec rpmbuild -ba leafnode.spec || rpm -ba leafnode.spec 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 ; \ +- 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_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \ - chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \ @@ -40,9 +40,9 @@ $NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $ - if ./amiroot ; then \ - chown @NEWS_USER@:@NEWS_GROUP@ "$${d}" ; \ - chmod 2775 "$${d}" ; fi -+# set -e ; for i in . leaf.node failed.postings interesting.groups \ -+# out.going message.id temp.files ; do \ -+# mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \ ++# 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_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \ +# chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \ diff --git a/news/leafnode/patches/patch-ab b/news/leafnode/patches/patch-ab deleted file mode 100644 index 2aad55d3a51..00000000000 --- a/news/leafnode/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/10/15 20:06:59 schwarz Exp $ - ---- mastring.h.orig 2006-10-15 21:51:05.000000000 +0200 -+++ mastring.h 2006-10-15 21:51:19.000000000 +0200 -@@ -38,7 +38,7 @@ - /*@only@*/ mastr *mastr_new(size_t); - /*@only@*/ mastr *mastr_newstr(const char *); - int mastr_cpy(mastr *, const char *); --int mastr_cat(mastr *, /*@unique@*/ /*@observer@*/ const char *); -+int mastr_cat(mastr *, /*@unique@*/ /*@observer@*/ const char *const); - int mastr_vcat(mastr *, ...); - int mastr_resizekeep(mastr *, size_t); - int mastr_resizekill(mastr *, size_t); |