Index: head/dns/opendnssec13/files/patch-auditor-configure =================================================================== --- head/dns/opendnssec13/files/patch-auditor-configure (nonexistent) +++ head/dns/opendnssec13/files/patch-auditor-configure (revision 383380) @@ -0,0 +1,11 @@ +--- auditor/configure.orig 2014-07-21 17:16:30.000000000 +0800 ++++ auditor/configure 2015-04-06 04:45:00.610097773 +0800 +@@ -2614,7 +2614,7 @@ + print "no" + end + begin +- if (Dnsruby.version >= 1.53) ++ if (Dnsruby.version.to_f >= 1.53) + print "yes" + else + print "no" Property changes on: head/dns/opendnssec13/files/patch-auditor-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/rubygem-dnsruby/Makefile =================================================================== --- head/dns/rubygem-dnsruby/Makefile (revision 383379) +++ head/dns/rubygem-dnsruby/Makefile (revision 383380) @@ -1,16 +1,18 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= dnsruby -PORTVERSION= 1.54 +PORTVERSION= 1.58.0 CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Pure Ruby DNS client library + +LICENSE= APACHE20 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/dns/rubygem-dnsruby/distinfo =================================================================== --- head/dns/rubygem-dnsruby/distinfo (revision 383379) +++ head/dns/rubygem-dnsruby/distinfo (revision 383380) @@ -1,2 +1,2 @@ -SHA256 (rubygem/dnsruby-1.54.gem) = 089a03dbb4a9311749083bc4fabfed4effdd4c1a87c40615886400b84f4701aa -SIZE (rubygem/dnsruby-1.54.gem) = 206848 +SHA256 (rubygem/dnsruby-1.58.0.gem) = b21ded4f62fd935f1c2409201ed5f2b97f90f2598baab00e1a6ec0be0149c16d +SIZE (rubygem/dnsruby-1.58.0.gem) = 230912 Index: head/dns/rubygem-dnsruby/pkg-descr =================================================================== --- head/dns/rubygem-dnsruby/pkg-descr (revision 383379) +++ head/dns/rubygem-dnsruby/pkg-descr (revision 383380) @@ -1,5 +1,5 @@ Dnsruby is a pure Ruby DNS client library. It provides a complete DNS client implementation, including full DNSSEC support. -WWW: http://rubygems.org/gems/dnsruby/ +WWW: https://github.com/alexdalitz/dnsruby