Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Dec 2013 22:34:11 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        brd@FreeBSD.org
Subject:   ports/184469: [PATCH] net-mgmt/rubygem-visage-app: add LICENSE, sort RUN_DEPENDS, support STAGEDIR
Message-ID:  <20131202143411.D40FA48D7@sunpoet.net>
Resent-Message-ID: <201312031150.rB3Bo1IJ083801@freefall.freebsd.org>

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

>Number:         184469
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/rubygem-visage-app: add LICENSE, sort RUN_DEPENDS, support STAGEDIR
>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 Dec 03 11:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258738: Sat Nov 30 01:13:16 CST
>Description:
- Add LICENSE
- Sort RUN_DEPENDS
- Support STAGEDIR

Port maintainer (brd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- rubygem-visage-app-2.1.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335499)
+++ Makefile	(working copy)
@@ -9,10 +9,12 @@
 MAINTAINER=	brd@FreeBSD.org
 COMMENT=	Graph tool for Collectd
 
-RUN_DEPENDS=	rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
 		rubygem-haml>=3.1.4:${PORTSDIR}/www/rubygem-haml \
 		rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra \
-		rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
+		rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
 		rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
 
 USE_RUBY=	yes
@@ -21,5 +23,4 @@
 
 PLIST_FILES=	bin/visage-app
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
--- rubygem-visage-app-2.1.0.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?20131202143411.D40FA48D7>