svn commit: r319947 - in head/devel/rubygem-activemessaging: . files
Steve Wills
swills at FreeBSD.org
Wed Jun 5 03:04:22 UTC 2013
Author: swills
Date: Wed Jun 5 03:04:21 2013
New Revision: 319947
URL: http://svnweb.freebsd.org/changeset/ports/319947
Log:
- Update to 0.12.1
Added:
head/devel/rubygem-activemessaging/files/
head/devel/rubygem-activemessaging/files/patch-gemspec (contents, props changed)
Modified:
head/devel/rubygem-activemessaging/Makefile
head/devel/rubygem-activemessaging/distinfo
Modified: head/devel/rubygem-activemessaging/Makefile
==============================================================================
--- head/devel/rubygem-activemessaging/Makefile Wed Jun 5 02:09:01 2013 (r319946)
+++ head/devel/rubygem-activemessaging/Makefile Wed Jun 5 03:04:21 2013 (r319947)
@@ -2,15 +2,14 @@
# $FreeBSD$
PORTNAME= activemessaging
-PORTVERSION= 0.11.0
+PORTVERSION= 0.12.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Event-driven architecture for rails
-RUN_DEPENDS= rubygem-activesupport>=1.0.0:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-celluloid>=0:${PORTSDIR}/devel/rubygem-celluloid
+RUN_DEPENDS= rubygem-activesupport>=2.3.11:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
RUBY_VER= 1.9
Modified: head/devel/rubygem-activemessaging/distinfo
==============================================================================
--- head/devel/rubygem-activemessaging/distinfo Wed Jun 5 02:09:01 2013 (r319946)
+++ head/devel/rubygem-activemessaging/distinfo Wed Jun 5 03:04:21 2013 (r319947)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/activemessaging-0.11.0.gem) = 7321de93932dcab7b810c97ef1423a2fb4c478c33850591d1a8c6c35f010b3be
-SIZE (rubygem/activemessaging-0.11.0.gem) = 48128
+SHA256 (rubygem/activemessaging-0.12.1.gem) = a931a0107eedd5a95f7e5fa3095b71f12997664646af32910120a19ec9b8327a
+SIZE (rubygem/activemessaging-0.12.1.gem) = 50176
Added: head/devel/rubygem-activemessaging/files/patch-gemspec
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-activemessaging/files/patch-gemspec Wed Jun 5 03:04:21 2013 (r319947)
@@ -0,0 +1,25 @@
+--- activemessaging-0.12.1.gemspec.orig 2013-06-05 02:42:59.471325464 +0000
++++ activemessaging-0.12.1.gemspec 2013-06-05 02:43:20.310324197 +0000
+@@ -19,22 +19,6 @@
+ date: 2012-09-28 00:00:00.000000000 Z
+ dependencies:
+ - !ruby/object:Gem::Dependency
+- name: activemessaging
+- requirement: !ruby/object:Gem::Requirement
+- none: false
+- requirements:
+- - - ! '>='
+- - !ruby/object:Gem::Version
+- version: '0'
+- type: :runtime
+- prerelease: false
+- version_requirements: !ruby/object:Gem::Requirement
+- none: false
+- requirements:
+- - - ! '>='
+- - !ruby/object:Gem::Version
+- version: '0'
+-- !ruby/object:Gem::Dependency
+ name: activesupport
+ requirement: !ruby/object:Gem::Requirement
+ none: false
More information about the svn-ports-head
mailing list