OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Feb-2004 09:09:03
Branch: HEAD Handle: 2004022108090300
Modified files:
openpkg-src/rwhoisd rwhoisd.patch rwhoisd.spec
Log:
upgrading package: rwhoisd 1.5.7.4 -> 1.5.9
Summary:
Revision Changes Path
1.3 +20 -0 openpkg-src/rwhoisd/rwhoisd.patch
1.7 +2 -2 openpkg-src/rwhoisd/rwhoisd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rwhoisd/rwhoisd.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 rwhoisd.patch
--- openpkg-src/rwhoisd/rwhoisd.patch 8 Jan 2004 20:32:53 -0000 1.2
+++ openpkg-src/rwhoisd/rwhoisd.patch 21 Feb 2004 08:09:03 -0000 1.3
@@ -100,3 +100,23 @@
# pgp-keyring-path: the path to the directory containing the pgp
# public and private keyrings (pubring.pgp, secring.pgp, etc).
+Index: tools/rwhois_repack/Makefile.in
+--- tools/rwhois_repack/Makefile.in.orig 2004-02-04 18:14:15.000000000 +0100
++++ tools/rwhois_repack/Makefile.in 2004-02-21 09:07:46.000000000 +0100
+@@ -52,12 +52,12 @@
+ # procedural
+
+ install:
+- if [ ! -d $(exec_prefix) ]; then mkdir $(exec_prefix); fi
+- if [ ! -d $(bindir) ]; then mkdir $(bindir); fi
+- $(INSTALL) rwhois_repack $(bindir)
++ if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir $(DESTDIR)$(exec_prefix); fi
++ if [ ! -d $(DESTDIR)$(bindir) ]; then mkdir $(DESTDIR)$(bindir); fi
++ $(INSTALL) rwhois_repack $(DESTDIR)$(bindir)
+
+ uninstall:
+- $(RM) $(bindir)/rwhois_repack
++ $(RM) $(DESTDIR)$(bindir)/rwhois_repack
+
+ clean:
+ rm -f *.o rwhois_repack
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rwhoisd/rwhoisd.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 rwhoisd.spec
--- openpkg-src/rwhoisd/rwhoisd.spec 7 Feb 2004 17:58:32 -0000 1.6
+++ openpkg-src/rwhoisd/rwhoisd.spec 21 Feb 2004 08:09:03 -0000 1.7
@@ -33,8 +33,8 @@
Class: EVAL
Group: Network
License: GPL
-Version: 1.5.7.4
-Release: 20040207
+Version: 1.5.9
+Release: 20040221
# list of sources
Source0: http://www.rwhois.net/ftp/rwhoisd-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]