[105365] trunk/dports/net/whois

ryandesign at macports.org ryandesign at macports.org
Thu Apr 18 15:26:32 PDT 2013


Revision: 105365
          https://trac.macports.org/changeset/105365
Author:   ryandesign at macports.org
Date:     2013-04-18 15:26:32 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
whois: update to 5.0.24

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

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2013-04-18 22:24:52 UTC (rev 105364)
+++ trunk/dports/net/whois/Portfile	2013-04-18 22:26:32 UTC (rev 105365)
@@ -14,7 +14,7 @@
 
 name                        whois
 conflicts                   bahamut expect ripe-whois
-version                     5.0.23
+version                     5.0.24
 categories                  net
 maintainers                 ryandesign
 license                     GPL-2+
@@ -30,8 +30,8 @@
 master_sites                http://ftp.debian.org/debian/pool/main/w/${name}/
 use_xz                      yes
 
-checksums                   rmd160  b96a537f83b2a7f1cb83fe74e7428a23e2947f99 \
-                            sha256  6b486a42a4aa83b5f921083d518176726b6d2d903bc8dab5c6126ebe2bea1bf1
+checksums                   rmd160  9df07b32bf0e44cd4e3e59d24893294609025702 \
+                            sha256  c61435fef8e2bb1158846b6c1bd72cf5ed29a474c1e27cd35cf0574b40bd0bf5
 
 distfiles                   [suffix ${name}_${version}]
 

Modified: trunk/dports/net/whois/files/patch-bugreport.diff
===================================================================
--- trunk/dports/net/whois/files/patch-bugreport.diff	2013-04-18 22:24:52 UTC (rev 105364)
+++ trunk/dports/net/whois/files/patch-bugreport.diff	2013-04-18 22:26:32 UTC (rev 105365)
@@ -1,22 +1,22 @@
---- mkpasswd.c.orig	2010-01-27 06:38:48.000000000 -0600
-+++ mkpasswd.c	2010-08-10 23:47:29.000000000 -0500
-@@ -434,7 +434,7 @@
+--- mkpasswd.c.orig	2013-04-10 10:25:05.000000000 -0500
++++ mkpasswd.c	2013-04-18 17:06:25.000000000 -0500
+@@ -433,7 +433,7 @@
  "If no SALT is specified, a random one is generated.\n"
  "If TYPE is 'help', available methods are printed.\n"
  "\n"
 -"Report bugs to %s.\n"), "<md+whois at linux.it>");
 +"Report bugs to %s.\n"), "<https://trac.macports.org/newticket>");
+     exit(error);
  }
  
- void display_version(void)
---- whois.c.orig	2011-10-09 19:10:22.000000000 -0500
-+++ whois.c	2011-10-13 20:19:21.000000000 -0500
-@@ -144,7 +144,7 @@
+--- whois.c.orig	2013-04-10 10:26:27.000000000 -0500
++++ whois.c	2013-04-18 17:21:01.000000000 -0500
+@@ -146,7 +146,7 @@
  	    break;
  	case 1:
- 	    fprintf(stderr, _("Version %s.\n\nReport bugs to %s.\n"),
+ 	    fprintf(stdout, _("Version %s.\n\nReport bugs to %s.\n"),
 -		    VERSION, "<md+whois at linux.it>");
 +		    VERSION, "<https://trac.macports.org/newticket>");
- 	    exit(0);
+ 	    exit(EXIT_SUCCESS);
  	default:
- 	    usage();
+ 	    usage(EXIT_FAILURE);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130418/afe1922e/attachment-0001.html>


More information about the macports-changes mailing list