Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 17:12:38 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378479 - head/devel/rubygem-hashie
Message-ID:  <201502051712.t15HCcLV034295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Thu Feb  5 17:12:37 2015
New Revision: 378479
URL: https://svnweb.freebsd.org/changeset/ports/378479
QAT: https://qat.redports.org/buildarchive/r378479/

Log:
  Upgrade from 3.2.0 to 3.4.0. Include an upstream's fix made after 3.4.0
  was rolled-up (https://github.com/intridea/hashie/pull/277).
  
  Sponsored by:	http://sybpipe.com/

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

Modified: head/devel/rubygem-hashie/Makefile
==============================================================================
--- head/devel/rubygem-hashie/Makefile	Thu Feb  5 17:08:10 2015	(r378478)
+++ head/devel/rubygem-hashie/Makefile	Thu Feb  5 17:12:37 2015	(r378479)
@@ -2,13 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	hashie
-PORTVERSION=	3.2.0
+PORTVERSION=	3.4.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
+PATCHFILES=	09821f3c90755d019c5083174ab42f442e182767.diff
+PATCH_SITES=	https://github.com/intridea/hashie/commit/
+PATCH_DIST_STRIP=-p1 -S +	# We don't care to patch CHANGELOG.md
+
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Hashie is a simple collection of useful Hash extensions
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=yes

Modified: head/devel/rubygem-hashie/distinfo
==============================================================================
--- head/devel/rubygem-hashie/distinfo	Thu Feb  5 17:08:10 2015	(r378478)
+++ head/devel/rubygem-hashie/distinfo	Thu Feb  5 17:12:37 2015	(r378479)
@@ -1,2 +1,4 @@
-SHA256 (rubygem/hashie-3.2.0.gem) = c18884028555c75b95693f62b6dd12c906d2087d64e0c09d20e3f42bad693e7c
-SIZE (rubygem/hashie-3.2.0.gem) = 40448
+SHA256 (rubygem/hashie-3.4.0.gem) = 5e39f20c0087ff8fc415f378427c17dc8cd21fa282b7f26267a863b073655802
+SIZE (rubygem/hashie-3.4.0.gem) = 51712
+SHA256 (rubygem/09821f3c90755d019c5083174ab42f442e182767.diff) = 6281bfb9615b4abce7771e550273cf89ebd5e919e0608553fe1b4a5e9d2a70c5
+SIZE (rubygem/09821f3c90755d019c5083174ab42f442e182767.diff) = 3348



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