Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2005 12:15:18 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        knu@FreeBSD.org
Subject:   ports/79632: [PATCH] databases/ruby18-dbd_pg: Fix pkg-plist and unbreak port
Message-ID:  <200504071515.j37FFIug054769@data.galle.com.br>
Resent-Message-ID: <200504071520.j37FK5h1092120@freefall.freebsd.org>

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

>Number:         79632
>Category:       ports
>Synopsis:       [PATCH] databases/ruby18-dbd_pg: 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:05 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
- Remove a blank line from pkg-descr

Port maintainer (knu@FreeBSD.org) is cc'd.

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

--- ruby18-dbd_pg-0.0.23_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_pg/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	28 Feb 2005 01:27:00 -0000	1.6
+++ Makefile	7 Apr 2005 15:14:22 -0000
@@ -21,8 +21,6 @@
 RUN_DEPENDS=	${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
 		${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres
 
-BROKEN=		Incomplete pkg-plist
-
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_pg/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	9 Jun 2001 14:23:29 -0000	1.1
+++ pkg-descr	7 Apr 2005 15:14:22 -0000
@@ -2,4 +2,3 @@
 
 Author:	Jim Weirich <jweirich@one.ent>
 WWW:	http://www.ruby-projects.org/dbi/
-
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/ruby-dbd_pg/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	6 Oct 2002 21:03:51 -0000	1.2
+++ pkg-plist	7 Apr 2005 15:14:22 -0000
@@ -1,4 +1,5 @@
-%%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb
-@dirrm %%RUBY_SITELIBDIR%%/DBD/Pg
 %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
 %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
+%%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb
+@dirrm %%RUBY_SITELIBDIR%%/DBD/Pg
+@unexec rmdir %D/%%RUBY_SITELIBDIR%%/DBD 2>/dev/null || true
--- ruby18-dbd_pg-0.0.23_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?200504071515.j37FFIug054769>