Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 02:41:57 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: 9b5584e27312 - main - math/rubygem-prime: Update to 0.1.3
Message-ID:  <202411270241.4AR2fvaI023629@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=9b5584e2731268d122224888a6b264ecadf4a5d4

commit 9b5584e2731268d122224888a6b264ecadf4a5d4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-27 02:36:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-27 02:36:18 +0000

    math/rubygem-prime: Update to 0.1.3
    
    - Update LICENSE_FILE
    
    Changes:        https://github.com/ruby/prime/releases
---
 math/rubygem-prime/Makefile | 5 +++--
 math/rubygem-prime/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/rubygem-prime/Makefile b/math/rubygem-prime/Makefile
index d3c34e858b38..462604241e0b 100644
--- a/math/rubygem-prime/Makefile
+++ b/math/rubygem-prime/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	prime
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.3
 CATEGORIES=	math rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +9,8 @@ WWW=		https://github.com/ruby/prime
 
 LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
-LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-forwardable>=0:devel/rubygem-forwardable \
 		rubygem-singleton>=0:devel/rubygem-singleton
diff --git a/math/rubygem-prime/distinfo b/math/rubygem-prime/distinfo
index 5471b794d88c..f858b91da385 100644
--- a/math/rubygem-prime/distinfo
+++ b/math/rubygem-prime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609598821
-SHA256 (rubygem/prime-0.1.2.gem) = d4e956cadfaf04de036dc7dc74f95bf6a285a62cc509b28b7a66b245d19fe3a4
-SIZE (rubygem/prime-0.1.2.gem) = 11264
+TIMESTAMP = 1732261044
+SHA256 (rubygem/prime-0.1.3.gem) = baf031c50d6ce923594913befc8ac86a3251bffb9d6a5e8b03687962054e53e3
+SIZE (rubygem/prime-0.1.3.gem) = 13312



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