Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:04:25 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: e9636f7dbb10 - main - devel/rubygem-zlib: Update to 2.0.0
Message-ID:  <202110251604.19PG4Pis081569@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=e9636f7dbb10d17554e5e88db06748d9353ec1ae

commit e9636f7dbb10d17554e5e88db06748d9353ec1ae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:11:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:57 +0000

    devel/rubygem-zlib: Update to 2.0.0
    
    - Update LICENSE
    
    Changes:        https://github.com/ruby/zlib/commits/master
---
 devel/rubygem-zlib/Makefile | 7 ++++---
 devel/rubygem-zlib/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/rubygem-zlib/Makefile b/devel/rubygem-zlib/Makefile
index 6d791a629336..5303a8d3c433 100644
--- a/devel/rubygem-zlib/Makefile
+++ b/devel/rubygem-zlib/Makefile
@@ -1,15 +1,16 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	zlib
-PORTVERSION=	1.1.0
+PORTVERSION=	2.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby interface for the zlib compression/decompression library
 
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
 
 USES=		gem
 USE_RUBY=	yes
diff --git a/devel/rubygem-zlib/distinfo b/devel/rubygem-zlib/distinfo
index 7e661971f82e..71f27620a77a 100644
--- a/devel/rubygem-zlib/distinfo
+++ b/devel/rubygem-zlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595865775
-SHA256 (rubygem/zlib-1.1.0.gem) = b315d530512d6b7ea7526754cc322c58991e3890d50aa6abf6763227dbe0f83e
-SIZE (rubygem/zlib-1.1.0.gem) = 37888
+TIMESTAMP = 1634391244
+SHA256 (rubygem/zlib-2.0.0.gem) = 16fc7408e5f3419e9f229fa422c9d16d67b7ce34d6cd3c4d846b9ca65ff51dba
+SIZE (rubygem/zlib-2.0.0.gem) = 38912



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