svn commit: r532568 - head/devel/rubygem-optimist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 22 21:30:52 UTC 2020


Author: sunpoet
Date: Wed Apr 22 21:30:47 2020
New Revision: 532568
URL: https://svnweb.freebsd.org/changeset/ports/532568

Log:
  Update to 3.0.1
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/ManageIQ/optimist/blob/master/History.txt

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

Modified: head/devel/rubygem-optimist/Makefile
==============================================================================
--- head/devel/rubygem-optimist/Makefile	Wed Apr 22 21:30:42 2020	(r532567)
+++ head/devel/rubygem-optimist/Makefile	Wed Apr 22 21:30:47 2020	(r532568)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	optimist
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	commandline option parser for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-optimist/distinfo
==============================================================================
--- head/devel/rubygem-optimist/distinfo	Wed Apr 22 21:30:42 2020	(r532567)
+++ head/devel/rubygem-optimist/distinfo	Wed Apr 22 21:30:47 2020	(r532568)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536188114
-SHA256 (rubygem/optimist-3.0.0.gem) = 9248b63be64ee1516f2e1a1d98d8528571eb2a48399e19188db1d865c7cd5d16
-SIZE (rubygem/optimist-3.0.0.gem) = 29696
+TIMESTAMP = 1587498969
+SHA256 (rubygem/optimist-3.0.1.gem) = 336b753676d6117cad9301fac7e91dab4228f747d4e7179891ad3a163c64e2ed
+SIZE (rubygem/optimist-3.0.1.gem) = 30208


More information about the svn-ports-all mailing list