From ijliao@FreeBSD.csie.nctu.edu.tw  Wed Dec 27 07:41:11 2006
Return-Path: <ijliao@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A965F16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 07:41:11 +0000 (UTC)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.freebsd.org (Postfix) with ESMTP id 7810213C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 07:41:11 +0000 (UTC)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (unknown [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 019407E9EA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 15:14:20 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
	by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id WJGO3lWGDk0j for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 27 Dec 2006 15:14:19 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1041)
	id 4F0027E9EB; Wed, 27 Dec 2006 15:14:19 +0800 (CST)
Message-Id: <20061227071419.4F0027E9EB@FreeBSD.csie.nctu.edu.tw>
Date: Wed, 27 Dec 2006 15:14:19 +0800 (CST)
From: Ying-Chieh Liao <ijliao@FreeBSD.csie.nctu.edu.tw>
Reply-To: Ying-Chieh Liao <ijliao@FreeBSD.csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Be more friendly to rubyforge ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107228
>Category:       ports
>Synopsis:       Be more friendly to rubyforge ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 07:50:09 GMT 2006
>Closed-Date:    Thu Dec 28 17:37:07 GMT 2006
>Last-Modified:  Thu Dec 28 17:40:14 GMT 2006
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #11: Thu Oct 26 10:15:43 CST 2006 root@FreeBSD.csie.nctu.edu.tw:/home/usr.obj/usr/src/sys/FREEBSD i386


	
>Description:

There are more and more ruby/rubyforge ports, I think this might be helpful

>How-To-Repeat:
	
>Fix:

Index: ports/Mk/bsd.sites.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.sites.mk,v
retrieving revision 1.405
diff -u -r1.405 bsd.sites.mk
--- ports/Mk/bsd.sites.mk	6 Dec 2006 14:37:53 -0000	1.405
+++ ports/Mk/bsd.sites.mk	27 Dec 2006 06:59:02 -0000
@@ -1305,7 +1305,8 @@
 
 # Macro magic
 
-MASTER_SITES_ABBREVS=	CPAN:PERL_CPAN SF:SOURCEFORGE SFE:SOURCEFORGE_EXTENDED
+MASTER_SITES_ABBREVS=	CPAN:PERL_CPAN SF:SOURCEFORGE SFE:SOURCEFORGE_EXTENDED \
+			RF:RUBYFORGE
 MASTER_SITES_SUBDIRS=	\
 			APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
 			BERLIOS:${PORTNAME:L} \
@@ -1321,7 +1322,8 @@
 			RUBY_GNOME:${RUBY_GNOME_MASTER_SITE_SUBDIR} \
 			SAVANNAH:${PORTNAME:L} \
 			SOURCEFORGE:${PORTNAME:L} \
-			SOURCEFORGE_EXTENDED:${PORTNAME:L}
+			SOURCEFORGE_EXTENDED:${PORTNAME:L} \
+			RUBYFORGE:${PORTNAME:L}
 
 .if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*}
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Thu Dec 28 16:40:39 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107228 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Thu Dec 28 17:37:05 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107228 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107228: commit references a PR
Date: Thu, 28 Dec 2006 17:37:04 +0000 (UTC)

 itetcu      2006-12-28 17:36:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.sites.mk 
   Log:
   Add RF:RUBYFORGE as macro for MASTER_STIES_RUBYFORGE and default
   MASTER_SITE_SUBDIR in this case to lowercased PORTNAME
   
   PR:             ports/107228
   Submitted by:   Ying-Chieh Liao
   
   Revision  Changes    Path
   1.406     +5 -3      ports/Mk/bsd.sites.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
