ports/164851: [PATCH] www/rubygem-passenger: fix DEPENDS

Steve Wills swills at FreeBSD.org
Tue Feb 7 15:00:34 UTC 2012


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list