svn commit: r495159 - head/devel/rubygem-getopt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 9 14:38:03 UTC 2019


Author: sunpoet
Date: Sat Mar  9 14:38:01 2019
New Revision: 495159
URL: https://svnweb.freebsd.org/changeset/ports/495159

Log:
  Update to 1.5.0
  
  - Update LICENSE
  
  Changes:	https://github.com/djberg96/getopt/blob/master/CHANGES

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

Modified: head/devel/rubygem-getopt/Makefile
==============================================================================
--- head/devel/rubygem-getopt/Makefile	Sat Mar  9 14:37:55 2019	(r495158)
+++ head/devel/rubygem-getopt/Makefile	Sat Mar  9 14:38:01 2019	(r495159)
@@ -2,17 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	getopt
-PORTVERSION=	1.4.4
+PORTVERSION=	1.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Command line parsing with Ruby
 
-LICENSE=	ART20
+LICENSE=	APACHE20
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-getopt/distinfo
==============================================================================
--- head/devel/rubygem-getopt/distinfo	Sat Mar  9 14:37:55 2019	(r495158)
+++ head/devel/rubygem-getopt/distinfo	Sat Mar  9 14:38:01 2019	(r495159)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532783353
-SHA256 (rubygem/getopt-1.4.4.gem) = 882bfc4e14a57a82efa2ddaadea6213badf9c4f87f637ef5fda2cbc0cc2e5cc4
-SIZE (rubygem/getopt-1.4.4.gem) = 21504
+TIMESTAMP = 1552133676
+SHA256 (rubygem/getopt-1.5.0.gem) = 5c3c621dfbb284105e1cc33c2622e83d2a745296eaa5d3f77bbce1d1f5d054ee
+SIZE (rubygem/getopt-1.5.0.gem) = 21504


More information about the svn-ports-all mailing list