Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 00:07:18 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: 5de3c032d21c - main - net/rubygem-http_parser.rb: Update to 0.7.0
Message-ID:  <202107160007.16G07Ipd068198@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=5de3c032d21cb6ac64cb1a08d281c5c6659ee287

commit 5de3c032d21cb6ac64cb1a08d281c5c6659ee287
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-15 23:54:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-15 23:54:12 +0000

    net/rubygem-http_parser.rb: Update to 0.7.0
    
    - Add LICENSE_FILE
    
    Changes:        https://github.com/tmm1/http_parser.rb/commits/master
---
 net/rubygem-http_parser.rb/Makefile | 5 +++--
 net/rubygem-http_parser.rb/distinfo | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net/rubygem-http_parser.rb/Makefile b/net/rubygem-http_parser.rb/Makefile
index 3afc462be981..b0e7cf404079 100644
--- a/net/rubygem-http_parser.rb/Makefile
+++ b/net/rubygem-http_parser.rb/Makefile
@@ -1,7 +1,7 @@
 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
 
 PORTNAME=	http_parser.rb
-PORTVERSION=	0.6.0
+PORTVERSION=	0.7.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +9,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Simple callback-based HTTP request/response parser
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>
diff --git a/net/rubygem-http_parser.rb/distinfo b/net/rubygem-http_parser.rb/distinfo
index 7987f168dbf9..59820ba03028 100644
--- a/net/rubygem-http_parser.rb/distinfo
+++ b/net/rubygem-http_parser.rb/distinfo
@@ -1,2 +1,3 @@
-SHA256 (rubygem/http_parser.rb-0.6.0.gem) = f11d0aec50ef26a7d1f991e627ac88acdb5979282aeba7a5c3be6ce0636ed196
-SIZE (rubygem/http_parser.rb-0.6.0.gem) = 177664
+TIMESTAMP = 1626383216
+SHA256 (rubygem/http_parser.rb-0.7.0.gem) = 176ab661633ed25a11a415a745cd82957eaa6eed414aec3327809ae848300af6
+SIZE (rubygem/http_parser.rb-0.7.0.gem) = 194560



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