svn commit: r312928 - head/net-mgmt/rubygem-visage-app/files

Steve Wills swills at FreeBSD.org
Mon Feb 25 15:49:34 UTC 2013


Author: swills
Date: Mon Feb 25 15:49:33 2013
New Revision: 312928
URL: http://svnweb.freebsd.org/changeset/ports/312928

Log:
  - Add patch to fix build
  
  Approved by:	brd (maintainer)

Added:
  head/net-mgmt/rubygem-visage-app/files/
  head/net-mgmt/rubygem-visage-app/files/patch-versions   (contents, props changed)

Added: head/net-mgmt/rubygem-visage-app/files/patch-versions
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-visage-app/files/patch-versions	Mon Feb 25 15:49:33 2013	(r312928)
@@ -0,0 +1,35 @@
+--- Gemfile.lock.orig	2013-02-24 05:57:00.000000000 +0000
++++ Gemfile.lock	2013-02-24 05:57:23.000000000 +0000
+@@ -3,7 +3,7 @@
+   specs:
+     visage-app (2.1.0)
+       errand (= 0.7.3)
+-      haml (= 3.1.4)
++      haml (= 3.1.7)
+       sinatra (= 1.3.2)
+       tilt (= 1.3.3)
+       yajl-ruby (= 1.1.0)
+--- visage-app-2.1.0.gemspec.orig	2013-02-24 05:57:06.000000000 +0000
++++ visage-app-2.1.0.gemspec	2013-02-24 05:57:30.000000000 +0000
+@@ -25,8 +25,8 @@
+         segments: 
+         - 3
+         - 1
+-        - 4
+-        version: 3.1.4
++        - 7
++        version: 3.1.7
+   prerelease: false
+   name: haml
+   type: :runtime
+--- visage-app.gemspec.orig	2013-02-24 05:57:12.000000000 +0000
++++ visage-app.gemspec	2013-02-24 05:57:39.000000000 +0000
+@@ -23,7 +23,7 @@
+   s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+   s.require_paths = ["lib"]
+ 
+-  s.add_runtime_dependency     "haml",      "= 3.1.4"
++  s.add_runtime_dependency     "haml",      "= 3.1.7"
+   s.add_runtime_dependency     "tilt",      "= 1.3.3"
+   s.add_runtime_dependency     "sinatra",   "= 1.3.2"
+   s.add_runtime_dependency     "errand",    "= 0.7.3"


More information about the svn-ports-head mailing list