Date: Sun, 23 Aug 2009 12:53:19 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138097: [Patch]databases/ruby-mysql:fix the fetch error Message-ID: <200908231253.n7NCrJ7j033327@www.freebsd.org> Resent-Message-ID: <200908231300.n7ND0Aqo070463@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138097 >Category: ports >Synopsis: [Patch]databases/ruby-mysql:fix the fetch error >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: Sun Aug 23 13:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: add one more mirror to fix the fetch error >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-08-23 19:45:31.000000000 +0800 +++ Makefile 2009-08-23 19:52:44.000000000 +0800 @@ -8,7 +8,8 @@ PORTNAME= mysql PORTVERSION= 2.8.1 CATEGORIES= databases ruby -MASTER_SITES= http://www.tmtm.org/downloads/mysql/ruby/ +MASTER_SITES= RF/ruby-mysql \ + http://www.tmtm.org/downloads/mysql/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908231253.n7NCrJ7j033327>