git: ec4ada8c0fd3 - main - net/rubygem-domain_name: Update to 0.5.20190701

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 21 18:14:00 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec4ada8c0fd36f008cee3498ea2f4486ea63af7f

commit ec4ada8c0fd36f008cee3498ea2f4486ea63af7f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:18:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-21 18:11:59 +0000

    net/rubygem-domain_name: Update to 0.5.20190701
    
    - Fix LICENSE
    - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/knu/ruby-domain_name/blob/master/CHANGELOG.md
---
 net/rubygem-domain_name/Makefile | 11 ++++++-----
 net/rubygem-domain_name/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/net/rubygem-domain_name/Makefile b/net/rubygem-domain_name/Makefile
index a462fb4d2114..d0f5b5d52f95 100644
--- a/net/rubygem-domain_name/Makefile
+++ b/net/rubygem-domain_name/Makefile
@@ -1,21 +1,22 @@
 # Created by: MIHIRA Yoshiro <sanpei at FreeBSD.org>
 
 PORTNAME=	domain_name
-PORTVERSION=	0.5.20170404
+PORTVERSION=	0.5.20190701
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Domain Name manipulation library for ruby
 
-LICENSE=	BSD2CLAUSE BSD3CLAUSE GPLv2 LGPL21 MPL20
+LICENSE=	BSD2CLAUSE BSD3CLAUSE MPL20
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-unf>=0.0.5:textproc/rubygem-unf
+RUN_DEPENDS=	rubygem-unf>=0.0.5<1.0.0:textproc/rubygem-unf
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/net/rubygem-domain_name/distinfo b/net/rubygem-domain_name/distinfo
index fcd85813ba0c..b42b6d5272fd 100644
--- a/net/rubygem-domain_name/distinfo
+++ b/net/rubygem-domain_name/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495561756
-SHA256 (rubygem/domain_name-0.5.20170404.gem) = 6e8e5cf80b9fdfae3ef730e73a30bce5da0a1e4a70f6e0a0b8672a28a3471a8a
-SIZE (rubygem/domain_name-0.5.20170404.gem) = 120320
+TIMESTAMP = 1626714660
+SHA256 (rubygem/domain_name-0.5.20190701.gem) = 000a600454cb4a344769b2f10b531765ea7bd3a304fe47ed12e5ca1eab969851
+SIZE (rubygem/domain_name-0.5.20190701.gem) = 131072


More information about the dev-commits-ports-main mailing list