From swills@mouf.net  Sat Jun  1 22:32:31 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 853C08C3;
	Sat,  1 Jun 2013 22:32:31 +0000 (UTC)
	(envelope-from swills@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id 4379C167;
	Sat,  1 Jun 2013 22:32:31 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-098-122-135-254.nc.res.rr.com [98.122.135.254])
	by mouf.net (8.14.5/8.14.5) with ESMTP id r51MWLYY057417
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 1 Jun 2013 22:32:26 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r51LY6Hh034964;
	Sat, 1 Jun 2013 21:34:06 GMT
	(envelope-from swills)
Message-Id: <201306012134.r51LY6Hh034964@meatwad.mouf.net>
Date: Sat, 1 Jun 2013 21:34:06 GMT
From: Steve Wills <swills@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: brd@FreeBSD.org
Subject: [PATCH] net-mgmt/rubygem-visage-app: Fix build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179182
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/rubygem-visage-app: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brd
>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:  Sat Jun 01 22:40:09 UTC 2013
>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@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@FreeBSD.org>
-#
+# Created by: Brad Davis <brd@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:
Responsible-Changed-From-To: freebsd-ports-bugs->brd 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 1 22:40:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179182 
>Unformatted:
