[35825] trunk/dports/net/whois

ryandesign at macports.org ryandesign at macports.org
Mon Apr 7 13:13:34 PDT 2008


Revision: 35825
          http://trac.macosforge.org/projects/macports/changeset/35825
Author:   ryandesign at macports.org
Date:     2008-04-07 13:13:33 -0700 (Mon, 07 Apr 2008)

Log Message:
-----------
whois: update to 4.7.26; closes #14951

Modified Paths:
--------------
    trunk/dports/net/whois/Portfile

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

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2008-04-07 20:01:14 UTC (rev 35824)
+++ trunk/dports/net/whois/Portfile	2008-04-07 20:13:33 UTC (rev 35825)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    whois
-version                 4.7.25
+version                 4.7.26
 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 c2782ac8be2dc631f5c9e7dd6452bc87 \
-    sha1 d6ad2ab10d8660d46c33ac3e181e77b5829d09f8 \
-    rmd160 6def214f815251e8de0c48f9a1af696e6b9e90e2
+    md5 f069304ae912ff4fdec59f33de405076 \
+    sha1 477c5eec6eb1413624e7a609dbef79e0707720dd \
+    rmd160 ef8c252c76d22a74ddbd5dc6194585cbafe224a2
 
 distname                ${name}_${version}
 worksrcdir              ${name}-${version}
@@ -30,6 +30,12 @@
 depends_lib \
     port:gettext
 
+platform darwin {
+    # -lcrypt cannot be used (and is unnecessary) on Mac OS X
+    patchfiles-append \
+        patch-Makefile.diff
+}
+
 use_configure           no
 
 post-configure {

Added: trunk/dports/net/whois/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/whois/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/net/whois/files/patch-Makefile.diff	2008-04-07 20:13:33 UTC (rev 35825)
@@ -0,0 +1,11 @@
+--- Makefile	2008-04-05 08:46:24.000000000 -0500
++++ Makefile	2008-04-07 15:06:38.000000000 -0500
+@@ -20,8 +20,6 @@
+ ifdef HAVE_XCRYPT
+ mkpasswd_LDADD += -lxcrypt
+ CFLAGS += -DHAVE_XCRYPT
+-else
+-mkpasswd_LDADD += -lcrypt
+ endif
+ 
+ PERL := perl

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080407/3e78fefa/attachment.html


More information about the macports-changes mailing list