Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 May 2006 21:08:24 -0400 (EDT)
From:      Christopher Boumenot <root@crash.divebomb.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97005: [PATCH] databases/ruby18-dbd_mysql: [SUMMARIZE CHANGES]
Message-ID:  <20060509010824.7FD4DF1820@crash.divebomb.org>
Resent-Message-ID: <200605090110.k491AJGE064925@freefall.freebsd.org>

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

>Number:         97005
>Category:       ports
>Synopsis:       [PATCH] databases/ruby18-dbd_mysql: [SUMMARIZE CHANGES]
>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:   Tue May 09 01:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Nov 20 07:14:34 UTC 2005
>Description:

Update to ruby-dbi-0.1.0, and take over maintainership.  I've removed the
@dirrmtry from pkg-plist because this is explicity removed by the master port -
ruby-dbi.

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

--- ruby18-dbd_mysql-0.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_mysql/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	11 Nov 2005 01:17:22 -0000	1.10
+++ Makefile	9 May 2006 01:06:23 -0000
@@ -14,7 +14,7 @@
 DISTNAME=	${RUBY_DBI_DISTNAME}
 DIST_SUBDIR=	ruby
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	boumenot@gmail.com
 COMMENT=	MySQL driver for DBI-for-Ruby
 
 RUN_DEPENDS=	${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
@@ -27,9 +27,9 @@
 MASTER_PORT=	databases/ruby-dbi
 
 WRKSRC=		${RUBY_DBI_WRKSRC}
-CONFIGURE_ARGS=	--with=lib/${PORTNAME}
+CONFIGURE_ARGS=	--with=${PORTNAME}
 
-DOCS_EN=	lib/${PORTNAME}/doc/*
+DOCS_EN=	doc/dbd/mysql/*
 
 .include "${.CURDIR}/../ruby-dbi/Makefile.common"
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_mysql/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	22 Jan 2006 00:26:48 -0000	1.5
+++ pkg-plist	9 May 2006 01:06:23 -0000
@@ -3,4 +3,3 @@
 %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
 %%RUBY_SITELIBDIR%%/DBD/Mysql/Mysql.rb
 @dirrm %%RUBY_SITELIBDIR%%/DBD/Mysql
-@dirrmtry %%RUBY_SITELIBDIR%%/DBD
--- ruby18-dbd_mysql-0.1.0.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?20060509010824.7FD4DF1820>