[67973] trunk/dports/net/whois

ryandesign at macports.org ryandesign at macports.org
Sun May 23 09:10:13 PDT 2010


Revision: 67973
          http://trac.macports.org/changeset/67973
Author:   ryandesign at macports.org
Date:     2010-05-23 09:10:07 -0700 (Sun, 23 May 2010)
Log Message:
-----------
whois: update to 5.0.5, remove getopt patch that's been incorporated upstream

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

Removed Paths:
-------------
    trunk/dports/net/whois/files/patch-getopt.diff

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2010-05-23 15:57:11 UTC (rev 67972)
+++ trunk/dports/net/whois/Portfile	2010-05-23 16:10:07 UTC (rev 67973)
@@ -13,7 +13,7 @@
 
 name                        whois
 conflicts                   bahamut
-version                     5.0.4
+version                     5.0.5
 categories                  net
 maintainers                 ryandesign
 homepage                    http://www.linux.it/~md/software/
@@ -27,9 +27,9 @@
 
 master_sites                http://ftp.debian.org/debian/pool/main/w/${name}/
 
-checksums                   md5     87319ca1e5eeae0631fc3ca249b43671 \
-                            sha1    f47bf8b29a70ebd44721cd8def103b4c7c4d02b0 \
-                            rmd160  18dafade94a4d10a58b418478c3f026824332c86
+checksums                   md5     0a045c041a58ca8e8449c9f96fba47e0 \
+                            sha1    d460081c1a0006f8b42cc40a707cf6b48e5dbf55 \
+                            rmd160  0e1184483e08b23e0110aa15fa8737b84d6cbdf6
 
 distname                    ${name}_${version}
 worksrcdir                  ${name}-${version}
@@ -43,9 +43,6 @@
 platform darwin {
     # -lcrypt cannot be used (and is unnecessary) on Mac OS X
     patchfiles-append       patch-lcrypt.diff
-    
-    # Allow long options to work.
-    patchfiles-append       patch-getopt.diff
 }
 
 configure.cmd               make

Deleted: trunk/dports/net/whois/files/patch-getopt.diff
===================================================================
--- trunk/dports/net/whois/files/patch-getopt.diff	2010-05-23 15:57:11 UTC (rev 67972)
+++ trunk/dports/net/whois/files/patch-getopt.diff	2010-05-23 16:10:07 UTC (rev 67973)
@@ -1,10 +0,0 @@
---- config.h.orig	2009-12-07 03:22:45.000000000 +0100
-+++ config.h	2009-12-14 02:08:14.000000000 +0100
-@@ -38,6 +38,7 @@
- 
- #if defined __APPLE__ && defined __MACH__
- # define HAVE_GETADDRINFO
-+# define HAVE_GETOPT_LONG
- #endif
- 
- #if defined __GLIBC__
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100523/5a88e2a8/attachment.html>


More information about the macports-changes mailing list