From 535580d9e7f8396109900c27ba09a8eb8848e93a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 4 May 2012 17:09:32 +0200 Subject: [PATCH] argus-clients: Updated (3.0.4.1 -> 3.0.6) --- network/argus-clients/argus-clients.desc | 6 +-- .../argus-clients/check-for-argusbug.patch | 37 ------------------- 2 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 network/argus-clients/check-for-argusbug.patch diff --git a/network/argus-clients/argus-clients.desc b/network/argus-clients/argus-clients.desc index d2da9a795..b136044d3 100644 --- a/network/argus-clients/argus-clients.desc +++ b/network/argus-clients/argus-clients.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../argus-clients/argus-clients.desc -[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project [COPY] [COPY] More information can be found in the files COPYING and README. [COPY] @@ -34,8 +34,8 @@ [L] OpenSource [S] Beta -[V] 3.0.4.1 +[V] 3.0.6 [P] X -----5---9 180.100 -[D] 1403156046 argus-clients-3.0.4.1.tar.gz http://qosient.com/argus/src/ +[D] 2791655913 argus-clients-3.0.6.tar.gz http://qosient.com/argus/src/ diff --git a/network/argus-clients/check-for-argusbug.patch b/network/argus-clients/check-for-argusbug.patch deleted file mode 100644 index 3ba5e2bdd..000000000 --- a/network/argus-clients/check-for-argusbug.patch +++ /dev/null @@ -1,37 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../argus-clients/check-for-argusbug.patch -# Copyright (C) 2006 - 2008 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -Author: Christian Wiese -Upstream Status: Problem was reported long time ago, but for the author it - doesn't seem to be a problem that has to be addressed. -Description: Both, argus and argus-clients do install the 'argusbug' script - supposed to be used for bug reporting. - Because installing the same file by 2 different packages is against - OpenSDE policy we do check for its existence before we are going - to install it or not. - ---- argus-clients-3.0.0/Makefile.in.orig 2008-03-11 00:41:33.000000000 +0100 -+++ argus-clients-3.0.0/Makefile.in 2008-05-03 18:09:15.000000000 +0200 -@@ -94,7 +94,8 @@ - done - $(INSTALL) -m 0644 $(srcdir)/support/Config/rarc $(DESTDIR)$(prefix)/argus - $(INSTALL) -m 0644 $(srcdir)/support/Config/delegated-ipv4-latest $(DESTDIR)$(prefix)/argus -- $(INSTALL) -m 0755 $(srcdir)/bin/argusbug $(DESTDIR)@bindir@/argusbug -+ [ -f $(DESTDIR)@bindir@/argusbug ] || \ -+ $(INSTALL) -m 0755 $(srcdir)/bin/argusbug $(DESTDIR)@bindir@/argusbug - [ -d $(DESTDIR)@mandir@ ] || \ - (mkdir -p $(DESTDIR)@mandir@; chmod 755 $(DESTDIR)@mandir@) - [ -d $(DESTDIR)@mandir@/man1 ] || \