ports/103705: [PATCH] www/instiki: instiki does not need ruby-sqlite3, pet portlint

Cheng-Lung Sung clsung at FreeBSD.org
Wed Sep 27 05:20:20 UTC 2006


>Number:         103705
>Category:       ports
>Synopsis:       [PATCH] www/instiki: instiki does not need ruby-sqlite3, pet portlint
>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:   Wed Sep 27 05:20:18 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
>Description:
- instiki need sqlite3 instead of ruby-sqlite3
  instiki has bundled sqlite3-ruby in vendor/
- pet portlint
- bump PORTREVISION

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

Generated with FreeBSD Port Tools 0.77
>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	27 Sep 2006 05:10:34 -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
@@ -28,10 +28,10 @@
 USE_RC_SUBR=	${PORTNAME}
 PLIST_SUB=	INSTIKIDIR=${INSTIKIDIR}/
 SUB_LIST+=	INSTIKIDIR=${INSTIKIDIR} \
-		INSTIKIPORT=${INSTIKIPORT} \
-		RUBY_WITH_SUFFIX=${RUBY_WITH_SUFFIX}
+		INSTIKIPORT=${INSTIKIPORT}
 SUB_FILES+=	pkg-deinstall
 RUBY_SHEBANG_FILES=instiki
+USE_LDCONFIG=	yes
 
 OPTIONS=	PORT_BLUECLOTH	"Use BlueCloth gem from ports" On
 
--- instiki-0.11.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list