Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2007 19:21:58 GMT
From:      Dan Rench<citric@cubicone.tmetic.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/112144: [maintainer update] distfile location update for lang/spidermonkey
Message-ID:  <200704251921.l3PJLwSe060617@www.freebsd.org>
Resent-Message-ID: <200704251930.l3PJU6NK050824@freefall.freebsd.org>

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

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



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