From 1c6ac7bd01c4e32b02fb2ec4cb5e9763fa482179 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 5 Apr 2015 21:30:38 +0000 Subject: - Update to 1.58.0 - Add LICENSE - Update WWW Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md --- dns/opendnssec13/files/patch-auditor-configure | 11 +++++++++++ dns/rubygem-dnsruby/Makefile | 4 +++- dns/rubygem-dnsruby/distinfo | 4 ++-- dns/rubygem-dnsruby/pkg-descr | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 dns/opendnssec13/files/patch-auditor-configure (limited to 'dns') diff --git a/dns/opendnssec13/files/patch-auditor-configure b/dns/opendnssec13/files/patch-auditor-configure new file mode 100644 index 000000000000..0cf9380cb82c --- /dev/null +++ b/dns/opendnssec13/files/patch-auditor-configure @@ -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" diff --git a/dns/rubygem-dnsruby/Makefile b/dns/rubygem-dnsruby/Makefile index 2179ae2b8e87..fa79069b9ba2 100644 --- a/dns/rubygem-dnsruby/Makefile +++ b/dns/rubygem-dnsruby/Makefile @@ -2,13 +2,15 @@ # $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 diff --git a/dns/rubygem-dnsruby/distinfo b/dns/rubygem-dnsruby/distinfo index 9f43bdb1e550..d1962e8fbbd1 100644 --- a/dns/rubygem-dnsruby/distinfo +++ b/dns/rubygem-dnsruby/distinfo @@ -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 diff --git a/dns/rubygem-dnsruby/pkg-descr b/dns/rubygem-dnsruby/pkg-descr index 94898da629c3..09c59b6ae6d3 100644 --- a/dns/rubygem-dnsruby/pkg-descr +++ b/dns/rubygem-dnsruby/pkg-descr @@ -2,4 +2,4 @@ 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 -- cgit