Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 19:59:20 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303570 - in head: . lang lang/spidermonkey lang/spidermonkey17
Message-ID:  <201209021959.q82JxKK6060709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Sun Sep  2 19:59:20 2012
New Revision: 303570
URL: http://svn.freebsd.org/changeset/ports/303570

Log:
  Rename lang/spidermonkey to lang/spidermonkey17 in preperation for the
  import of lang/spidermonkey18.
  
  Approved by:	Dan Rench <citric@cubicone.tmetic.com> (maintainer)
  Approved by:	eadler (mentor)

Added:
  head/lang/spidermonkey17/
     - copied from r302482, head/lang/spidermonkey/
Deleted:
  head/lang/spidermonkey/
Modified:
  head/MOVED
  head/lang/Makefile
  head/lang/spidermonkey17/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Sep  2 19:35:25 2012	(r303569)
+++ head/MOVED	Sun Sep  2 19:59:20 2012	(r303570)
@@ -3661,3 +3661,4 @@ x11-wm/e17-module-efm_pathbar||2012-08-2
 x11-wm/e17-module-notification||2012-08-26|Has expired: Merged into x11-wm/enlightenment
 www/py-django12||2012-08-31|Has expired: Unsupported version
 www/p5-Xango||2012-08-31|Has expired: Removed from CPAN
+lang/spidermonkey|lang/spidermonkey17|2012-09-01|Moved to allow for addition of the 1.8 development line.

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Sun Sep  2 19:35:25 2012	(r303569)
+++ head/lang/Makefile	Sun Sep  2 19:59:20 2012	(r303570)
@@ -325,7 +325,7 @@
     SUBDIR += sml-nj
     SUBDIR += sml-nj-devel
     SUBDIR += snobol4
-    SUBDIR += spidermonkey
+    SUBDIR += spidermonkey17
     SUBDIR += spl
     SUBDIR += squeak
     SUBDIR += squirrel

Modified: head/lang/spidermonkey17/Makefile
==============================================================================
--- head/lang/spidermonkey/Makefile	Mon Aug 13 19:56:30 2012	(r302482)
+++ head/lang/spidermonkey17/Makefile	Sun Sep  2 19:59:20 2012	(r303570)
@@ -4,7 +4,7 @@
 #
 # $FreeBSD$
 
-PORTNAME=	spidermonkey
+PORTNAME=	spidermonkey17
 DISTVERSION=	1.7.0
 PORTREVISION=	1
 CATEGORIES=	lang



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