svn commit: r559149 - head/devel/rubygem-getoptlong

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 24 13:56:28 UTC 2020


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 at 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


More information about the svn-ports-all mailing list