Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2006 23:01:03 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100631: [PATCH] lang/ruby-reference: add mirror, fix PORTNAME, take maintainership
Message-ID:  <20060720190103.2418F128E8@fonon.realnet>
Resent-Message-ID: <200607202010.k6KKAGf0035145@freefall.freebsd.org>

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

>Number:         100631
>Category:       ports
>Synopsis:       [PATCH] lang/ruby-reference: add mirror, fix PORTNAME, take maintainership
>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 Jul 20 20:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
- Fix PORTNAME (use PKGNAMEPREFIX)
- Add mirror
- Take maintainership

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

--- ruby18-reference-1.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/ruby-reference/Makefile /var/tmp/ruby-reference/Makefile
--- /usr/ports/lang/ruby-reference/Makefile	Mon Jan 30 17:17:19 2006
+++ /var/tmp/ruby-reference/Makefile	Thu Jul 20 22:56:20 2006
@@ -5,17 +5,19 @@
 # $FreeBSD: ports/lang/ruby-reference/Makefile,v 1.8 2006/01/30 14:17:19 garga Exp $
 #
 
-PORTNAME=	ruby-reference
+PORTNAME=	reference
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	lang ruby
 MASTER_SITES=	http://cvsup.theplanet.com/distfiles/ruby/ \
-		ftp://ftp.iDaemons.org/pub/distfiles/ruby/
+		ftp://ftp.iDaemons.org/pub/distfiles/ruby/ \
+		http://mbsd.msk.ru/dist/
+PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	rubyref_html_${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	ruby
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ssedov@mbsd.msk.ru
 COMMENT=	Ruby Class and Module Reference, in HTML format
 
 USE_RUBY=	yes
--- ruby18-reference-1.0_1.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?20060720190103.2418F128E8>