Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 16:04:38 +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: r441174 - head/devel/rubygem-bit-struct
Message-ID:  <201705181604.v4IG4cLq004423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 18 16:04:38 2017
New Revision: 441174
URL: https://svnweb.freebsd.org/changeset/ports/441174

Log:
  Update to 0.16
  
  - Update LICENSE
  - Add LICENSE_FILE
  
  Changes:	https://github.com/vjoel/bit-struct/blob/master/History.txt

Modified:
  head/devel/rubygem-bit-struct/Makefile
  head/devel/rubygem-bit-struct/distinfo

Modified: head/devel/rubygem-bit-struct/Makefile
==============================================================================
--- head/devel/rubygem-bit-struct/Makefile	Thu May 18 16:04:32 2017	(r441173)
+++ head/devel/rubygem-bit-struct/Makefile	Thu May 18 16:04:38 2017	(r441174)
@@ -1,17 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	bit-struct
-PORTVERSION=	0.15.0
+PORTVERSION=	0.16
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Library for packed binary data stored in ruby Strings
 
-LICENSE=	RUBY
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-bit-struct/distinfo
==============================================================================
--- head/devel/rubygem-bit-struct/distinfo	Thu May 18 16:04:32 2017	(r441173)
+++ head/devel/rubygem-bit-struct/distinfo	Thu May 18 16:04:38 2017	(r441174)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468572686
-SHA256 (rubygem/bit-struct-0.15.0.gem) = 99f91abd0b4f87f227db2f6ecba54c5bb0c425f4f3aa11857b00d37089007e9e
-SIZE (rubygem/bit-struct-0.15.0.gem) = 30720
+TIMESTAMP = 1495046376
+SHA256 (rubygem/bit-struct-0.16.gem) = 5d83d2a170f1a264916bfabcdbbe69e4039c3b710dd668c8ba361a45a00bfdf0
+SIZE (rubygem/bit-struct-0.16.gem) = 31232



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