Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 00:25:13 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/150825: [PATCH] www/rubygem-mongrel: Fix dependency versions
Message-ID:  <201009220025.o8M0PDKk049059@frieza.p6m7g8.net>
Resent-Message-ID: <201009220030.o8M0UHMb071038@freefall.freebsd.org>

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

>Number:         150825
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-mongrel: 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:17 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 (clsung@FreeBSD.org) is cc'd.

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

--- rubygem-mongrel-1.1.5_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-mongrel/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	2 Sep 2010 02:33:09 -0000	1.21
+++ Makefile	22 Sep 2010 00:06:08 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	mongrel
 PORTVERSION=	1.1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 DISTFILES=	${PATCHNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}
@@ -14,7 +14,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Fast HTTP 1.1 library and server for Ruby web applications
 
-RUN_DEPENDS=	rubygem-gem_plugin>0.2.3:${PORTSDIR}/devel/rubygem-gem_plugin \
+RUN_DEPENDS=	rubygem-gem_plugin>=0.2.3:${PORTSDIR}/devel/rubygem-gem_plugin \
 		rubygem-daemons>=1.0.3:${PORTSDIR}/devel/rubygem-daemons \
 		rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread
 
--- rubygem-mongrel-1.1.5_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?201009220025.o8M0PDKk049059>