ports/102855: [PATCH] devel/ruby18-gems: customize GEM_NAME in Makefile.common

Ying-Chieh Liao ijliao at csie.nctu.edu.tw
Mon Sep 4 16:40:20 UTC 2006


>Number:         102855
>Category:       ports
>Synopsis:       [PATCH] devel/ruby18-gems: customize GEM_NAME in Makefile.common
>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:   Mon Sep 04 16:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
[DESCRIBE CHANGES]
I think it's better let users/porters define GEM_NAME in their Makefile

Port maintainer (jw at innerewut.de) is cc'd.

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

--- ruby18-gems-0.8.11.patch begins here ---
Index: Makefile.common
===================================================================
RCS file: /home/pcvs/ports/devel/ruby-gems/Makefile.common,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile.common
--- Makefile.common	4 May 2006 21:41:06 -0000	1.5
+++ Makefile.common	4 Sep 2006 16:28:43 -0000
@@ -18,7 +18,7 @@
 DOC_DIR=	${GEMS_BASE_DIR}/doc
 CACHE_DIR=	${GEMS_BASE_DIR}/cache
 SPEC_DIR=	${GEMS_BASE_DIR}/specifications
-GEM_NAME=	${PORTNAME}-${PORTVERSION}
+GEM_NAME?=	${PORTNAME}-${PORTVERSION}
 GEM_LIB_DIR=	${GEMS_DIR}/${GEM_NAME}
 GEM_DOC_DIR=	${DOC_DIR}/${GEM_NAME}
 GEM_SPEC=	${SPEC_DIR}/${GEM_NAME}.gemspec
--- ruby18-gems-0.8.11.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list