Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2012 09:57:01 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        osa@FreeBSD.org
Subject:   ports/164851: [PATCH] www/rubygem-passenger: fix DEPENDS
Message-ID:  <201202071457.q17Ev1t6092409@meatwad.mouf.net>
Resent-Message-ID: <201202071500.q17F0YVT097057@freefall.freebsd.org>

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

>Number:         164851
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-passenger: fix DEPENDS
>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:   Tue Feb 07 15:00:33 UTC 2012
>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 #13 r230974: Fri Feb  3 23:48:36
>Description:
- Remove dependency on rubygem-file-tail, it was removed from passenger in 3.0.7
- Add run depdendency on fast-thread, daemon_controller and rack since passenger-status needs them

Port maintainer (osa@FreeBSD.ORG) is cc'd.

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

--- rubygem-passenger-3.0.11_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/rubygem-passenger/Makefile,v
retrieving revision 1.34
diff -u -u -r1.34 Makefile
--- Makefile	28 Nov 2011 19:21:40 -0000	1.34
+++ Makefile	7 Feb 2012 14:55:54 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	passenger
 PORTVERSION=	3.0.11
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMEPREFIX=	rubygem-
@@ -13,6 +14,10 @@
 MAINTAINER=	osa@FreeBSD.ORG
 COMMENT=	Modules for running Ruby on Rails and Rack applications
 
+RUN_DEPENDS=	rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread \
+		rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
+		rubygem-daemon_controller>=0.2.5:${PORTSDIR}/devel/rubygem-daemon_controller
+
 OPTIONS=	APACHEPORT	"Use apache22"			on  \
 		NGINXPORT	"Use nginx"			off \
 		DEBUG		"Build with debugging info"	off \
@@ -47,8 +52,7 @@
 		curl.6:${PORTSDIR}/ftp/curl
 BUILD_DEPENDS+=	rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread \
 		rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
-		rubygem-daemon_controller>=0.2.5:${PORTSDIR}/devel/rubygem-daemon_controller \
-		rubygem-file-tail>=0:${PORTSDIR}/devel/rubygem-file-tail
+		rubygem-daemon_controller>=0.2.5:${PORTSDIR}/devel/rubygem-daemon_controller
 
 SUB_LIST+=	GEM_LIB_DIR=${GEM_LIB_DIR} RUBY=${RUBY}
 SUB_FILES=	pkg-message
--- rubygem-passenger-3.0.11_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?201202071457.q17Ev1t6092409>