From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 1 22:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA3539FA for ; Sat, 1 Jun 2013 22:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9B746197 for ; Sat, 1 Jun 2013 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r51Me0IH048289 for ; Sat, 1 Jun 2013 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r51Me07c048288; Sat, 1 Jun 2013 22:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 1 Jun 2013 22:40:00 GMT Resent-Message-Id: <201306012240.r51Me07c048288@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/179182: [PATCH] net-mgmt/rubygem-visage-app: Fix build Cc: brd@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 22:40:00 -0000 >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@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 -# +# Created by: Brad Davis # $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: