Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 22:10:02 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95432: devel/ruby-cache: add distfile mirrors
Message-ID:  <200604062010.k36KA2jB028586@bart.bsd-geek.de>
Resent-Message-ID: <200604062020.k36KKFuC044537@freefall.freebsd.org>

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

>Number:         95432
>Category:       ports
>Synopsis:       devel/ruby-cache: add distfile mirrors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 20:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bart.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Apr 1 14:14:13 CEST 2006 lars@bart.bsd-geek.de:/usr/obj/usr/src/sys/BART i386


	
>Description:
- Remove dead mirror, add working ones
- Tidy up Makefile
	
>How-To-Repeat:
	
>Fix:

	

--- ruby-cache.diff begins here ---
diff -Nur devel/ruby-cache.orig/Makefile devel/ruby-cache/Makefile
--- devel/ruby-cache.orig/Makefile	Thu Apr  6 13:12:35 2006
+++ devel/ruby-cache/Makefile	Thu Apr  6 13:16:51 2006
@@ -8,8 +8,10 @@
 PORTNAME=	cache
 PORTVERSION=	0.3
 CATEGORIES=	devel ruby
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	pupa/ruby-cache.pkg/${PORTVERSION}
+MASTER_SITES=	http://cvsup.theplanet.com/distfiles//ruby/ \
+		http://ftp.nara.wide.ad.jp/pub/GNU/savannah/files/pupa/ruby-cache.pkg/0.3/ \
+		http://gnu.rtin.bz/ftp/savannah/files/pupa/ruby-cache.pkg/0.3/ \
+		http://mirror.services.wisc.edu/mirrors/gnu/savannah/files/pupa/ruby-cache.pkg/0.3/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	ruby
@@ -26,8 +28,6 @@
 
 post-install: doc-install
 
-.include <bsd.port.mk>
-
 doc-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${RUBY_MODDOCDIR}
@@ -37,3 +37,5 @@
 	${MKDIR} ${RUBY_MODEXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/
 .endif
+
+.include <bsd.port.mk>
--- ruby-cache.diff ends here ---


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



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