[38566] trunk/dports/net/whois

ryandesign at macports.org ryandesign at macports.org
Fri Jul 25 01:44:23 PDT 2008


Revision: 38566
          http://trac.macosforge.org/projects/macports/changeset/38566
Author:   ryandesign at macports.org
Date:     2008-07-25 01:44:23 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
whois: update to 4.7.27. There is a problem installing the localized message catalogs, so they're missing in this version; sorry. See #16037

Modified Paths:
--------------
    trunk/dports/net/whois/Portfile
    trunk/dports/net/whois/files/patch-Makefile.diff

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2008-07-25 08:40:06 UTC (rev 38565)
+++ trunk/dports/net/whois/Portfile	2008-07-25 08:44:23 UTC (rev 38566)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    whois
-version                 4.7.26
+version                 4.7.27
 categories              net
 maintainers             ryandesign
 homepage                http://www.linux.it/~md/software/
@@ -20,9 +20,9 @@
     http://ftp.debian.org/debian/pool/main/w/${name}/
 
 checksums \
-    md5 f069304ae912ff4fdec59f33de405076 \
-    sha1 477c5eec6eb1413624e7a609dbef79e0707720dd \
-    rmd160 ef8c252c76d22a74ddbd5dc6194585cbafe224a2
+    md5 0937f34c714e3954894d056b4346d69b \
+    sha1 5ee3174126c15525ac600a239e4abe2a39fa2870 \
+    rmd160 fdf90bc4118a415467493519d654e86d7f85bd1f
 
 distname                ${name}_${version}
 worksrcdir              ${name}-${version}

Modified: trunk/dports/net/whois/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/whois/files/patch-Makefile.diff	2008-07-25 08:40:06 UTC (rev 38565)
+++ trunk/dports/net/whois/files/patch-Makefile.diff	2008-07-25 08:44:23 UTC (rev 38566)
@@ -1,11 +1,20 @@
---- Makefile	2008-04-05 08:46:24.000000000 -0500
-+++ Makefile	2008-04-07 15:06:38.000000000 -0500
-@@ -20,8 +20,6 @@
+--- Makefile	2008-05-06 04:41:16.000000000 -0500
++++ Makefile	2008-07-20 01:18:24.000000000 -0500
+@@ -27,8 +27,6 @@
  ifdef HAVE_XCRYPT
  mkpasswd_LDADD += -lxcrypt
- CFLAGS += -DHAVE_XCRYPT
+ DEFS += -DHAVE_XCRYPT
 -else
 -mkpasswd_LDADD += -lcrypt
  endif
  
- PERL := perl
+ all: Makefile.depend whois mkpasswd #pos
+@@ -63,7 +61,7 @@
+ 	$(PERL) -w make_tld_serv.pl < tld_serv_list > $@
+ 
+ ##############################################################################
+-install: install-whois install-mkpasswd install-pos
++install: install-whois install-mkpasswd #install-pos
+ 
+ install-whois: whois
+ 	install -d $(BASEDIR)$(prefix)/bin/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/3e8d7f2e/attachment.html 


More information about the macports-changes mailing list