Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 15:35:36 GMT
From:      Steven Kreuzer <skreuzer@exit2shell.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129739: Add Sun's Project Kenai to bsd.sites.mk
Message-ID:  <200812181535.mBIFZaSn030905@www.freebsd.org>
Resent-Message-ID: <200812181540.mBIFe0Qm098204@freefall.freebsd.org>

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

>Number:         129739
>Category:       ports
>Synopsis:       Add Sun's Project Kenai to bsd.sites.mk
>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:   Thu Dec 18 15:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008     root@simon.sddi.net:/usr/obj/usr/src/sys/KERNEL  amd64
>Description:
Project Kenia is Sun's version of a SourceForge like site. The attached patch will modify bsd.sites.mk to add the url to download files from that site.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: bsd.sites.mk
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/Mk/bsd.sites.mk,v
retrieving revision 1.465
diff -u -r1.465 bsd.sites.mk
--- bsd.sites.mk	1 Dec 2008 19:45:30 -0000	1.465
+++ bsd.sites.mk	18 Dec 2008 15:31:37 -0000
@@ -650,6 +650,10 @@
 	ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/
 .endif
 
+.if !defined(IGNORE_MASTER_SITE_KENAI)
+MASTER_SITE_KENAI+=	http://projectkenai.com/downloads/%SUBDIR%/
+.endif
+
 .if !defined(IGNORE_MASTER_SITE_KDE)
 MASTER_SITE_KDE+=	\
 	http://mirrors.isc.org/pub/kde/%SUBDIR%/ \


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



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