ports/103793: [PATCH] www/instiki: instiki does not need ruby-sqlite3

Cheng-Lung Sung clsung at FreeBSD.org
Fri Sep 29 01:00:31 UTC 2006


>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 at 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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list