Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2006 20:02:17 +0900 (JST)
From:      IWATSUKI Hiroyuki <don@na.rim.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101568: [MAINTAINER] graphics/ruby18-ming: fix MASTER_SITES variable
Message-ID:  <200608071102.k77B2Gcl021710@lemmy.moonrock.local>
Resent-Message-ID: <200608071110.k77BAJ1T020243@freefall.freebsd.org>

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

>Number:         101568
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/ruby18-ming: fix MASTER_SITES variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 11:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     IWATSUKI Hiroyuki
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Natsume Co., Ltd.
>Environment:
System: FreeBSD lemmy.moonrock.local 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul 10 00:09:34 JST 2006
>Description:
- Fix MASTER_SITES variable.

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

--- ruby18-ming-0.3.0.0.1.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/ruby-ming/Makefile,v
retrieving revision 1.24
diff -u -p -u -r1.24 Makefile
--- Makefile	18 Apr 2006 20:20:54 -0000	1.24
+++ Makefile	7 Aug 2006 10:52:37 -0000
@@ -7,7 +7,8 @@
 PORTNAME=	ming
 PORTVERSION=	0.3.0.${RUBY_MING_VERSION}
 CATEGORIES+=	graphics ruby
-MASTER_SITES=	http://rubyforge.org/frs/download.php/1841/
+MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR=	mingruby
 PKGNAMEPREFIX?=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}-ruby-${RUBY_MING_VERSION}
 DIST_SUBDIR=	ruby
--- ruby18-ming-0.3.0.0.1.7.patch ends here ---

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



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