svn commit: r331716 - head/devel/rubygem-fog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 26 16:25:19 UTC 2013


Author: sunpoet
Date: Sat Oct 26 16:25:18 2013
New Revision: 331716
URL: http://svnweb.freebsd.org/changeset/ports/331716

Log:
  - Update to 1.16.0
  - Add LICENSE
  - Support STAGEDIR
  
  Changes:	https://github.com/fog/fog/blob/master/changelog.txt

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

Modified: head/devel/rubygem-fog/Makefile
==============================================================================
--- head/devel/rubygem-fog/Makefile	Sat Oct 26 16:25:13 2013	(r331715)
+++ head/devel/rubygem-fog/Makefile	Sat Oct 26 16:25:18 2013	(r331716)
@@ -2,22 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	fog
-PORTVERSION=	1.14.0
+PORTVERSION=	1.16.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby cloud services library
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
-		rubygem-excon>=0.25:${PORTSDIR}/devel/rubygem-excon \
-		rubygem-formatador>=0.2.3:${PORTSDIR}/devel/rubygem-formatador \
+		rubygem-excon>=0.27:${PORTSDIR}/devel/rubygem-excon \
+		rubygem-formatador>=0.2:${PORTSDIR}/devel/rubygem-formatador \
 		rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \
-		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+		rubygem-multi_json>=1:${PORTSDIR}/devel/rubygem-multi_json \
 		rubygem-net-scp>=1.1:${PORTSDIR}/security/rubygem-net-scp \
 		rubygem-net-ssh>=2.1.3:${PORTSDIR}/security/rubygem-net-ssh \
-		rubygem-nokogiri>=1.5.0:${PORTSDIR}/textproc/rubygem-nokogiri \
-		rubygem-hmac>=0:${PORTSDIR}/security/rubygem-hmac
+		rubygem-nokogiri>=1.5:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-ruby-hmac>=0:${PORTSDIR}/security/rubygem-ruby-hmac \
+		rubygem-unicode>=0.4.4:${PORTSDIR}/devel/rubygem-unicode
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
@@ -25,5 +28,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/fog
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fog/distinfo
==============================================================================
--- head/devel/rubygem-fog/distinfo	Sat Oct 26 16:25:13 2013	(r331715)
+++ head/devel/rubygem-fog/distinfo	Sat Oct 26 16:25:18 2013	(r331716)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fog-1.14.0.gem) = c78c7ed2a7b1e915baab59d57b70c57bd9b204402e6dbd62ec96d745ecc1361d
-SIZE (rubygem/fog-1.14.0.gem) = 1188864
+SHA256 (rubygem/fog-1.16.0.gem) = 4acffff67f2e62e63384163e9efeb4884c846c99c8a8e87cf43b4504b6e9625a
+SIZE (rubygem/fog-1.16.0.gem) = 1388544


More information about the svn-ports-head mailing list