Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 18:14:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff98d4fdacc1 - main - www/rubygem-http-cookie: Update to 1.0.4
Message-ID:  <202107211814.16LIElsE044825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit ff98d4fdacc16c1674f2498b0604c26996d33413
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-21 17:21:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-21 18:12:08 +0000

    www/rubygem-http-cookie: Update to 1.0.4
    
    - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/sparklemotion/http-cookie/blob/master/CHANGELOG.md
---
 www/rubygem-http-cookie/Makefile | 10 +++++-----
 www/rubygem-http-cookie/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/rubygem-http-cookie/Makefile b/www/rubygem-http-cookie/Makefile
index 43bdb2bed4f1..0880bc10b741 100644
--- a/www/rubygem-http-cookie/Makefile
+++ b/www/rubygem-http-cookie/Makefile
@@ -1,7 +1,7 @@
 # Created by: Steve Wills <swills@FreeBSD.org>
 
 PORTNAME=	http-cookie
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,11 +10,11 @@ COMMENT=	Ruby library to handle HTTP Cookies
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-domain_name>=0.5.1:net/rubygem-domain_name
+RUN_DEPENDS=	rubygem-domain_name>=0.5<1:net/rubygem-domain_name
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/www/rubygem-http-cookie/distinfo b/www/rubygem-http-cookie/distinfo
index 76913eb36929..4fdbfaf28bc2 100644
--- a/www/rubygem-http-cookie/distinfo
+++ b/www/rubygem-http-cookie/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483104564
-SHA256 (rubygem/http-cookie-1.0.3.gem) = 2f11269d817bc52ab2af2721e89a377660a961078de2a3a55fc696d7897e8c00
-SIZE (rubygem/http-cookie-1.0.3.gem) = 38400
+TIMESTAMP = 1626714740
+SHA256 (rubygem/http-cookie-1.0.4.gem) = 89a64e1b9e3ed823b559b2030e0b62ad850d0d11325a0589145ebf93d80267a4
+SIZE (rubygem/http-cookie-1.0.4.gem) = 39424



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211814.16LIElsE044825>