Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 00:23:59 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        avl@FreeBSD.org
Subject:   ports/150816: [PATCH] devel/rubygem-warbler: Fix dependency versions
Message-ID:  <201009220023.o8M0NxGJ046380@frieza.p6m7g8.net>
Resent-Message-ID: <201009220030.o8M0UCq6070514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150816
>Category:       ports
>Synopsis:       [PATCH] devel/rubygem-warbler: Fix dependency versions
>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:   Wed Sep 22 00:30:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010
>Description:
Fix dependency versions based on rubygems.org

Port maintainer (avl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- rubygem-warbler-0.9.14_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-warbler/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	23 Jun 2010 18:42:10 -0000	1.9
+++ Makefile	22 Sep 2010 00:06:08 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	warbler
 PORTVERSION=	0.9.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems java
 MASTER_SITES=	RG
 
@@ -14,7 +14,7 @@
 COMMENT=	A constructor of .war files of Rails applications
 
 RUN_DEPENDS=	jruby:${PORTSDIR}/lang/jruby \
-		rubygem-jruby-jars>=1.3.1:${PORTSDIR}/devel/rubygem-jruby-jars
+		rubygem-jruby-jars>=1.4.0:${PORTSDIR}/devel/rubygem-jruby-jars
 
 USE_RUBY=	yes
 USE_RAKE=	yes
--- rubygem-warbler-0.9.14_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220023.o8M0NxGJ046380>