Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Aug 2006 10:00:10 +0100 (BST)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101561: lang/p5-JavaScript: chase lang/spidermonkey shlib version
Message-ID:  <20060807090010.411CBB84F@happygiraffe.net>
Resent-Message-ID: <200608070900.k7790UpR005339@freefall.freebsd.org>

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

>Number:         101561
>Category:       ports
>Synopsis:       lang/p5-JavaScript: chase lang/spidermonkey shlib version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 09:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gimli.happygiraffe.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Tue May 9 08:45:02 BST 2006 root@gimli.happygiraffe.net:/usr/obj/usr/src/sys/GIMLI i386


	spidermonkey-1.5_2
>Description:
	This patch from Andrew Pantyukhin follows the recent versioning
        of the shared library in lang/spidermonkey.
>How-To-Repeat:
	n/a
>Fix:
	here's the patch.

diff -ruN /usr/ports/lang/p5-JavaScript/Makefile p5-JavaScript/Makefile
--- /usr/ports/lang/p5-JavaScript/Makefile	Fri Jun  2 14:24:55 2006
+++ p5-JavaScript/Makefile	Mon Aug  7 09:57:34 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	JavaScript
 PORTVERSION=	0.55
+PORTREVISION=   1
 CATEGORIES=	lang perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	JavaScript
@@ -15,8 +16,7 @@
 MAINTAINER=	dom@happygiraffe.net
 COMMENT=	Perl extension for executing embedded JavaScript
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey
-RUN_DEPENDS=	${BUILD_DEPENDS}
+LIB_DEPENDS=	js.1:${PORTSDIR}/lang/spidermonkey
 
 MAN3=		JavaScript.3
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060807090010.411CBB84F>