Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 18:57:50 +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: r390040 - head/devel/rubygem-paperclip
Message-ID:  <201506181857.t5IIvoTq075822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun 18 18:57:50 2015
New Revision: 390040
URL: https://svnweb.freebsd.org/changeset/ports/390040

Log:
  - Update to 4.3.0
  - Update RUN_DEPENDS: use Rails 4
  
  Changes:	https://github.com/thoughtbot/paperclip/blob/master/NEWS

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

Modified: head/devel/rubygem-paperclip/Makefile
==============================================================================
--- head/devel/rubygem-paperclip/Makefile	Thu Jun 18 18:57:45 2015	(r390039)
+++ head/devel/rubygem-paperclip/Makefile	Thu Jun 18 18:57:50 2015	(r390040)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	paperclip
-PORTVERSION=	4.2.2
+PORTVERSION=	4.3.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,10 @@ COMMENT=	Easy upload management for Acti
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activemodel>=3.0.0:${PORTSDIR}/databases/rubygem-activemodel \
-		rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
-    		rubygem-cocaine>=0.5.3:${PORTSDIR}/devel/rubygem-cocaine \
+RUN_DEPENDS=	rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \
+		rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \
+    		rubygem-cocaine>=0.5.5:${PORTSDIR}/devel/rubygem-cocaine \
+		rubygem-mimemagic>=0.3.0:${PORTSDIR}/misc/rubygem-mimemagic \
     		rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types
 
 NO_ARCH=	yes

Modified: head/devel/rubygem-paperclip/distinfo
==============================================================================
--- head/devel/rubygem-paperclip/distinfo	Thu Jun 18 18:57:45 2015	(r390039)
+++ head/devel/rubygem-paperclip/distinfo	Thu Jun 18 18:57:50 2015	(r390040)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/paperclip-4.2.2.gem) = 9bf104617acd6fec6cacdfd2e98c595ed9a6e76e2bb87f06857cc500ea18e4f5
-SIZE (rubygem/paperclip-4.2.2.gem) = 264704
+SHA256 (rubygem/paperclip-4.3.0.gem) = 676abc31e9eab40901acd561569dce1982277463a9e34bbb58032cb65508c290
+SIZE (rubygem/paperclip-4.3.0.gem) = 294912



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