Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2006 08:59:52 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        arsptr@internode.on.net
Subject:   ports/103793: [PATCH] www/instiki: instiki does not need ruby-sqlite3
Message-ID:  <20060929005952.3BF58284D1@going04.iis.sinica.edu.tw>
Resent-Message-ID: <200609290100.k8T10UkS012388@freefall.freebsd.org>

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

>Number:         103793
>Category:       ports
>Synopsis:       [PATCH] www/instiki: instiki does not need ruby-sqlite3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 29 01:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #21: Wed Sep 13 17:54:15 CST 2006 root@going04.iis.sinica.edu.tw:/usr/obj/usr/src/sys/GOING04 i386

>Description:
- instiki need sqlite3 instead of ruby-sqlite3
  instiki has bundled sqlite3-ruby in vendor/
- bump PORTREVISION

Port maintainer (arsptr@internode.on.net) is cc'd.

>How-To-Repeat:
>Fix:


--- instiki-0.11.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/instiki/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	8 Aug 2006 11:35:25 -0000	1.10
+++ Makefile	29 Sep 2006 00:57:10 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	instiki
 PORTVERSION=	0.11.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ruby
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,8 +16,8 @@
 MAINTAINER=	arsptr@internode.on.net
 COMMENT=	Easy to set up wiki clone implemented in ruby
 
-RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/sqlite3_api.so:${PORTSDIR}/databases/ruby-sqlite3
-BUILD_DEPENDS+=	${RUN_DEPENDS} rake:${PORTSDIR}/devel/rubygem-rake
+LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3
+BUILD_DEPENDS=	rake:${PORTSDIR}/devel/rubygem-rake
 
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	1.8

--- instiki-0.11.0_2.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?20060929005952.3BF58284D1>