git: 5de3c032d21c - main - net/rubygem-http_parser.rb: Update to 0.7.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 16 00:07:19 UTC 2021


The branch main has been updated by sunpoet:

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

commit 5de3c032d21cb6ac64cb1a08d281c5c6659ee287
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-15 23:54:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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 at 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 at 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


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