Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2011 19:29:01 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156318: [PATCH] update devel/rubygem-webby to USE_RAKE
Message-ID:  <201104101929.p3AJT1Ws087636@red.freebsd.org>
Resent-Message-ID: <201104101930.p3AJUApn033874@freefall.freebsd.org>

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

>Number:         156318
>Category:       ports
>Synopsis:       [PATCH] update devel/rubygem-webby to USE_RAKE
>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:   Sun Apr 10 19:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
This port uses rake, so it should include USE_RAKE=yes.
>How-To-Repeat:

>Fix:
see attached patch

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rubygem-webby/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	5 Oct 2010 08:37:45 -0000	1.4
+++ Makefile	20 Mar 2011 17:02:53 -0000
@@ -26,6 +26,7 @@
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
+USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/webby bin/webby-gen
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104101929.p3AJT1Ws087636>