From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 9 01:20:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E408916A400 for ; Tue, 9 May 2006 01:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B142043D46 for ; Tue, 9 May 2006 01:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k491KFFL065300 for ; Tue, 9 May 2006 01:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k491KFer065299; Tue, 9 May 2006 01:20:15 GMT (envelope-from gnats) Resent-Date: Tue, 9 May 2006 01:20:15 GMT Resent-Message-Id: <200605090120.k491KFer065299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Boumenot Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF9816A485 for ; Tue, 9 May 2006 01:14:37 +0000 (UTC) (envelope-from root@divebomb.org) Received: from crash.divebomb.org (c-66-31-231-74.hsd1.ma.comcast.net [66.31.231.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 709D543D45 for ; Tue, 9 May 2006 01:14:37 +0000 (GMT) (envelope-from root@divebomb.org) Received: by crash.divebomb.org (Postfix, from userid 0) id BD831F1820; Mon, 8 May 2006 21:14:59 -0400 (EDT) Message-Id: <20060509011459.BD831F1820@crash.divebomb.org> Date: Mon, 8 May 2006 21:14:59 -0400 (EDT) From: Christopher Boumenot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97008: [PATCH] databases/ruby18-dbd_pg: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 01:20:18 -0000 >Number: 97008 >Category: ports >Synopsis: [PATCH] databases/ruby18-dbd_pg: [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:20:15 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_pg-0.1.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-dbd_pg/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 11 Nov 2005 01:17:22 -0000 1.9 +++ Makefile 9 May 2006 01:14:05 -0000 @@ -15,7 +15,7 @@ DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= boumenot@gmail.com COMMENT= PostgreSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ @@ -28,9 +28,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/postgresql/* .include "${.CURDIR}/../ruby-dbi/Makefile.common" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/ruby-dbd_pg/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 22 Jan 2006 00:26:48 -0000 1.4 +++ pkg-plist 9 May 2006 01:14:05 -0000 @@ -2,4 +2,3 @@ %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% %%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb @dirrm %%RUBY_SITELIBDIR%%/DBD/Pg -@dirrmtry %%RUBY_SITELIBDIR%%/DBD --- ruby18-dbd_pg-0.1.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: