ports/179182: [PATCH] net-mgmt/rubygem-visage-app: Fix build
Steve Wills
swills at FreeBSD.org
Sat Jun 1 22:40:00 UTC 2013
>Number: 179182
>Category: ports
>Synopsis: [PATCH] net-mgmt/rubygem-visage-app: Fix build
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jun 01 22:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r251046: Tue May 28 22:52:00 UTC
>Description:
- rubygem-tilt port was updated, add patch to make it work with that version
- Trim headers while here
Port maintainer (brd at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- rubygem-visage-app-2.1.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 319604)
+++ Makefile (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rubygem-visage
-# Date created: 17 January 2012
-# Whom: Brad Davis <brd at FreeBSD.org>
-#
+# Created by: Brad Davis <brd at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= visage-app
PORTVERSION= 2.1.0
Index: files/patch-versions
===================================================================
--- files/patch-versions (revision 319604)
+++ files/patch-versions (working copy)
@@ -1,16 +1,31 @@
---- 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 @@
+--- Gemfile.lock.orig 2013-06-01 17:05:44.273575736 +0000
++++ Gemfile.lock 2013-06-01 17:06:12.218573668 +0000
+@@ -3,9 +3,9 @@
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)
+- tilt (= 1.3.3)
++ tilt (= 1.4.1)
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
+
+ GEM
+@@ -44,9 +44,9 @@
+ sinatra (1.3.2)
+ rack (~> 1.3, >= 1.3.6)
+ rack-protection (~> 1.2)
+- tilt (~> 1.3, >= 1.3.3)
++ tilt (~> 1.4, >= 1.4.1)
+ term-ansicolor (1.0.7)
+- tilt (1.3.3)
++ tilt (1.4.1)
+ webrat (0.7.3)
+ nokogiri (>= 1.2.0)
+ rack (>= 1.0)
+--- visage-app-2.1.0.gemspec.orig 2013-06-01 17:05:44.305575699 +0000
++++ visage-app-2.1.0.gemspec 2013-06-01 17:06:29.521572391 +0000
@@ -25,8 +25,8 @@
segments:
- 3
@@ -22,14 +37,25 @@
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 @@
+@@ -40,7 +40,7 @@
+ - 1
+ - 3
+ - 3
+- version: 1.3.3
++ version: 1.4.1
+ prerelease: false
+ name: tilt
+ type: :runtime
+--- visage-app.gemspec.orig 2013-06-01 17:09:50.937558744 +0000
++++ visage-app.gemspec 2013-06-01 17:10:33.993556504 +0000
+@@ -23,8 +23,8 @@
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 "tilt", "= 1.3.3"
+ s.add_runtime_dependency "haml", "= 3.1.7"
- s.add_runtime_dependency "tilt", "= 1.3.3"
++ s.add_runtime_dependency "tilt", "= 1.4.1"
s.add_runtime_dependency "sinatra", "= 1.3.2"
s.add_runtime_dependency "errand", "= 0.7.3"
+ s.add_runtime_dependency "yajl-ruby", "= 1.1.0"
--- rubygem-visage-app-2.1.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list