diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 09:23:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 09:23:29 +0000 |
commit | 619b5ac1ce04d00ae3f0bc8fad1b8af9620d51b9 (patch) | |
tree | bcdf89a034da18163f61dd4a82f4dd93bb2ec2e4 /lang | |
parent | 7f8f10d03356d5cbac60edbe5b54ee1253513fb1 (diff) | |
download | ports-619b5ac1ce04d00ae3f0bc8fad1b8af9620d51b9.tar.gz ports-619b5ac1ce04d00ae3f0bc8fad1b8af9620d51b9.zip |
Update port: lang/spidermonkey updated to latest source, new contact address
Spidermonkey is the JavaScript interpreter from the Mozilla project.
This revision updates the port to the newest version.
I've also updated my contact address.
PR: ports/56593
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
Notes
Notes:
svn path=/head/; revision=89167
Diffstat (limited to 'lang')
-rw-r--r-- | lang/spidermonkey/Makefile | 7 | ||||
-rw-r--r-- | lang/spidermonkey/distinfo | 2 | ||||
-rw-r--r-- | lang/spidermonkey/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index f7336959307a..9a18d0c4d27b 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,17 +1,18 @@ # Ports collection makefile for: spidermonkey # Date created: Fri Apr 18, 2003 -# Whom: Dan Rench (drench@xnet.com) +# Whom: Dan Rench (citric@cubicone.tmetic.com) # # $FreeBSD$ PORTNAME= js PORTVERSION= 1.5.p5 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= js -DISTNAME= js-1.5-rc5 +DISTNAME= js-1.5-rc5a -MAINTAINER= drench@xnet.com +MAINTAINER= citric@cubicone.tmetic.com COMMENT= A standalone JavaScript interpreter from the Mozilla project USE_GMAKE= YES diff --git a/lang/spidermonkey/distinfo b/lang/spidermonkey/distinfo index b2eb91ebd208..2c3421688bb5 100644 --- a/lang/spidermonkey/distinfo +++ b/lang/spidermonkey/distinfo @@ -1 +1 @@ -MD5 (js-1.5-rc5.tar.gz) = 3c720a8af00ff5590e623c00a683c53b +MD5 (js-1.5-rc5a.tar.gz) = 001fae2f953c2bbc0b495ee0823a3539 diff --git a/lang/spidermonkey/pkg-descr b/lang/spidermonkey/pkg-descr index 25b64883d7ac..f1b02a9e35f6 100644 --- a/lang/spidermonkey/pkg-descr +++ b/lang/spidermonkey/pkg-descr @@ -3,4 +3,4 @@ Spidermonkey is the JavaScript interpreter from the Mozilla project. WWW: http://www.mozilla.org/js/spidermonkey/ - Dan Rench -drench@xnet.com +citric@cubicone.tmetic.com |