[Lunar-commits] r17134 - moonbase/trunk/net/whois

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Nov 1 02:57:40 UTC 2005


Author: v3rt1g0
Date: 2005-11-01 02:57:39 +0000 (Tue, 01 Nov 2005)
New Revision: 17134

Modified:
   moonbase/trunk/net/whois/BUILD
   moonbase/trunk/net/whois/DETAILS
Log:
  Module Version Bump: whois (4.7.5 -> 4.7.7)

  The tar.bz2 file is named whois_4.7.8.tar.bz2 yet everything
  inside the file is 4.7.7.  Somehow just got packaged wrong. *shrug*

  Cleaned up the BUILD file a bit to remove/update the sedits.

  compiled/tested: gcc-3.4.4 | glibc-2.3.5 | kernel headers 2.6.x


Modified: moonbase/trunk/net/whois/BUILD
===================================================================
--- moonbase/trunk/net/whois/BUILD	2005-10-31 23:39:40 UTC (rev 17133)
+++ moonbase/trunk/net/whois/BUILD	2005-11-01 02:57:39 UTC (rev 17134)
@@ -1,10 +1,10 @@
 (
 
-  sedit  "s:/usr/local:/usr:g" Makefile           &&
-  sedit  "s:OPTS=-O2:OPTS=\$(CFLAGS):g" Makefile  &&
-  sedit  "s:\$(prefix)/man/man1:\$(prefix)/share/man/man1/:g" Makefile  &&
+  # Clean up some wrong/hardcoded values in the Makefile
+  sedit  "s:/usr/local:/usr:g"  Makefile                  &&
+  sedit  "s:OPTS \:= -O2:OPTS \:= \$(CFLAGS):"  Makefile  &&
+
   default_make  &&
-
   install -m0644 whois.conf /etc/whois.conf
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/net/whois/DETAILS
===================================================================
--- moonbase/trunk/net/whois/DETAILS	2005-10-31 23:39:40 UTC (rev 17133)
+++ moonbase/trunk/net/whois/DETAILS	2005-11-01 02:57:39 UTC (rev 17134)
@@ -1,11 +1,14 @@
           MODULE=whois
-         VERSION=4.7.5
-          SOURCE=${MODULE}_$VERSION.tar.gz
-      SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/w/whois/
-      SOURCE_VFY=sha1:d00ac422de2ec0b523d599fbb9bb5800c791ac8c
+         VERSION=4.7.7
+# Yes, this SOURCE of 4.7.8 is right... there was a misversioning that
+# took place.  The file unpacks to 4.7.7 and whois --version says
+# 4.7.7 even though the source file tar.gz says 4.7.8  -- v3rt1g0
+          SOURCE=${MODULE}_4.7.8.tar.gz
+      SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/w/$MODULE/
+      SOURCE_VFY=sha1:dca5a9a27096a9a2f9a6b99f13d9cee535d6e865
         WEB_SITE=http://www.linux.it/~md/software/
          ENTERED=20011228
-         UPDATED=20050620
+         UPDATED=20051031
            SHORT="Find information online abuot IP addresses or domains"
 
 cat << EOF



More information about the Lunar-commits mailing list