Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 00:24:13 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tota@FreeBSD.org
Subject:   ports/150818: [PATCH] japanese/ja-jpmobile: Fix dependency versions
Message-ID:  <201009220024.o8M0ODu0046940@frieza.p6m7g8.net>
Resent-Message-ID: <201009220030.o8M0UDim070636@freefall.freebsd.org>

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

>Number:         150818
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-jpmobile: 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:13 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 (tota@FreeBSD.org) is cc'd.

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

--- ja-jpmobile-0.1.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/rubygem-jpmobile/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	19 Sep 2010 22:17:07 -0000	1.10
+++ Makefile	22 Sep 2010 00:06:08 -0000
@@ -7,14 +7,14 @@
 
 PORTNAME=	jpmobile
 PORTVERSION=	0.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	A Rails plugin for Japanese mobile-phones
 
-RUN_DEPENDS=	rubygem-rails>=3.0.0:${PORTSDIR}/www/rubygem-rails
+RUN_DEPENDS=	rubygem-rails>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rails
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
--- ja-jpmobile-0.1.2_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?201009220024.o8M0ODu0046940>