- Update to 1.58.0
- Add LICENSE - Update WWW Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
This commit is contained in:
parent
edcfac10de
commit
a385ebf32a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383380
4 changed files with 17 additions and 4 deletions
11
dns/opendnssec13/files/patch-auditor-configure
Normal file
11
dns/opendnssec13/files/patch-auditor-configure
Normal file
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue