From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 7 15:20:07 2005 Return-Path: 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 1A31B16A4CE for ; Thu, 7 Apr 2005 15:20:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF97343D45 for ; Thu, 7 Apr 2005 15:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j37FK6QG092147 for ; Thu, 7 Apr 2005 15:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j37FK6LM092146; Thu, 7 Apr 2005 15:20:06 GMT (envelope-from gnats) Resent-Date: Thu, 7 Apr 2005 15:20:06 GMT Resent-Message-Id: <200504071520.j37FK6LM092146@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, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E82E016A4CE; Thu, 7 Apr 2005 15:17:38 +0000 (GMT) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD4D43D45; Thu, 7 Apr 2005 15:17:38 +0000 (GMT) (envelope-from renato@data.galle.com.br) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by data.galle.com.br (8.13.1/8.13.1) with ESMTP id j37FHbu1055557; Thu, 7 Apr 2005 12:17:37 -0300 (BRST) (envelope-from renato@data.galle.com.br) Received: (from root@localhost) by data.galle.com.br (8.13.1/8.13.1/Submit) id j37FHW1k055556; Thu, 7 Apr 2005 12:17:32 -0300 (BRST) (envelope-from renato) Message-Id: <200504071517.j37FHW1k055556@data.galle.com.br> Date: Thu, 7 Apr 2005 12:17:32 -0300 (BRST) From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: knu@FreeBSD.org Subject: ports/79634: [PATCH] databases/ruby18-dbd_sqlite: Fix pkg-plist and unbreak port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 15:20:07 -0000 >Number: 79634 >Category: ports >Synopsis: [PATCH] databases/ruby18-dbd_sqlite: Fix pkg-plist and unbreak port >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 Apr 07 15:20:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p7 i386 >Organization: Galle Folheados - http://www.galle.com.br >Environment: System: FreeBSD data.galle.com.br 5.3-RELEASE-p7 FreeBSD 5.3-RELEASE-p7 #8: Tue Apr 5 08:06:19 BRST >Description: - Fix pkg-plist and unbreak port Port maintainer (knu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-dbd_sqlite-0.0.23_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-dbd_sqlite/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 28 Feb 2005 01:27:43 -0000 1.10 +++ Makefile 7 Apr 2005 15:17:15 -0000 @@ -21,8 +21,6 @@ LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} -BROKEN= Incomplete pkg-plist - USE_RUBY= yes USE_RUBY_SETUP= yes Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/ruby-dbd_sqlite/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 6 Oct 2002 21:03:52 -0000 1.3 +++ pkg-plist 7 Apr 2005 15:17:15 -0000 @@ -1,4 +1,5 @@ -%%RUBY_SITEARCHLIBDIR%%/DBD/SQLite/SQLite.so -@dirrm %%RUBY_SITEARCHLIBDIR%%/DBD/SQLite %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% +%%RUBY_SITEARCHLIBDIR%%/DBD/SQLite/SQLite.so +@dirrm %%RUBY_SITEARCHLIBDIR%%/DBD/SQLite +@unexec rmdir %D/%%RUBY_SITEARCHLIBDIR%%/DBD 2>/dev/null || true --- ruby18-dbd_sqlite-0.0.23_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: