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

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

>Number:         150806
>Category:       ports
>Synopsis:       [PATCH] devel/rubygem-authlogic: 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:05 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-authlogic-2.1.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-authlogic/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	28 Aug 2010 14:51:53 -0000	1.7
+++ Makefile	22 Sep 2010 00:06:08 -0000
@@ -6,13 +6,14 @@
 
 PORTNAME=	authlogic
 PORTVERSION=	2.1.6
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	avl@FreeBSD.org
 COMMENT=	A clean, simple, and unobtrusive Ruby authentication solution
 
-RUN_DEPENDS=	rubygem-activesupport>=2.0.2:${PORTSDIR}/devel/rubygem-activesupport
+RUN_DEPENDS=	rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
--- rubygem-authlogic-2.1.6_1.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.o8M0NJlc043665>