Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 13:56:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559149 - head/devel/rubygem-getoptlong
Message-ID:  <202012241356.0BODuPI2040819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 24 13:56:25 2020
New Revision: 559149
URL: https://svnweb.freebsd.org/changeset/ports/559149

Log:
  Update to 0.1.1
  
  - Update LICENSE
  
  Changes:	https://github.com/ruby/getoptlong/commits/master

Modified:
  head/devel/rubygem-getoptlong/Makefile
  head/devel/rubygem-getoptlong/distinfo

Modified: head/devel/rubygem-getoptlong/Makefile
==============================================================================
--- head/devel/rubygem-getoptlong/Makefile	Thu Dec 24 13:56:20 2020	(r559148)
+++ head/devel/rubygem-getoptlong/Makefile	Thu Dec 24 13:56:25 2020	(r559149)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	getoptlong
-PORTVERSION=	0.1.0
+PORTVERSION=	0.1.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	GetoptLong for Ruby
 
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-getoptlong/distinfo
==============================================================================
--- head/devel/rubygem-getoptlong/distinfo	Thu Dec 24 13:56:20 2020	(r559148)
+++ head/devel/rubygem-getoptlong/distinfo	Thu Dec 24 13:56:25 2020	(r559149)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588335942
-SHA256 (rubygem/getoptlong-0.1.0.gem) = 6f7d9769f124976b09fce7841b4332e216a708dd5548d30bb535974d7223ed78
-SIZE (rubygem/getoptlong-0.1.0.gem) = 11264
+TIMESTAMP = 1608730825
+SHA256 (rubygem/getoptlong-0.1.1.gem) = 922c2ec40a68ef011bdad316982d0d8761ef91bd7de20bbc4a003a5be640c9f7
+SIZE (rubygem/getoptlong-0.1.1.gem) = 11264



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