From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 25 19:30:06 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8269316A400 for ; Wed, 25 Apr 2007 19:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4B66C13C46C for ; Wed, 25 Apr 2007 19:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3PJU6kx050845 for ; Wed, 25 Apr 2007 19:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3PJU6NK050824; Wed, 25 Apr 2007 19:30:06 GMT (envelope-from gnats) Resent-Date: Wed, 25 Apr 2007 19:30:06 GMT Resent-Message-Id: <200704251930.l3PJU6NK050824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Rench Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26F1916A400 for ; Wed, 25 Apr 2007 19:27:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1881E13C458 for ; Wed, 25 Apr 2007 19:27:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3PJQx5K061735 for ; Wed, 25 Apr 2007 19:26:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l3PJLwSe060617; Wed, 25 Apr 2007 19:21:58 GMT (envelope-from nobody) Message-Id: <200704251921.l3PJLwSe060617@www.freebsd.org> Date: Wed, 25 Apr 2007 19:21:58 GMT From: Dan Rench To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/112144: [maintainer update] distfile location update for lang/spidermonkey X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 19:30:06 -0000 >Number: 112144 >Category: ports >Synopsis: [maintainer update] distfile location update for lang/spidermonkey >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 25 19:30:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dan Rench >Release: 6.1-STABLE >Organization: >Environment: FreeBSD motorhead.i.dren.ch 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon May 29 16:23:53 CDT 2006 root@motorhead.i.dren.ch:/usr/obj/usr/src/sys/SMP i386 >Description: The source tarball moved so I've updated the Makefile. I also moved the LIB_DEPENDS line to quiet a portlint warning. >How-To-Repeat: n/a >Fix: diff -u -r spidermonkey-orig/Makefile spidermonkey/Makefile --- spidermonkey-orig/Makefile Wed Dec 6 14:07:31 2006 +++ spidermonkey/Makefile Wed Apr 25 14:07:52 2007 @@ -8,17 +8,18 @@ DISTVERSION= 1.5 PORTREVISION= 3 CATEGORIES= lang -MASTER_SITES= MOZILLA:src,older -MASTER_SITE_SUBDIR= js/:src js/older-packages/:older +MASTER_SITES= MOZILLA +MASTER_SITE_SUBDIR= js/older-packages/ DISTNAME= js-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src MAINTAINER= citric@cubicone.tmetic.com COMMENT= A standalone JavaScript interpreter from the Mozilla project +LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr + CONFLICTS= njs-[0-9]* -LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr MAKE_ARGS+= JS_THREADSAFE=YES \ PROG_LIBS="-lreadline -ltermcap -lm ${PTHREAD_LIBS}" \ LDFLAGS="-L${LOCALBASE}/lib" >Release-Note: >Audit-Trail: >Unformatted: