[csw-devel] SF.net SVN: gar:[9186] csw/mgar/pkg/spidermonkey/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Mar 15 15:45:30 CET 2010


Revision: 9186
          http://gar.svn.sourceforge.net/gar/?rev=9186&view=rev
Author:   skayser
Date:     2010-03-15 14:45:30 +0000 (Mon, 15 Mar 2010)

Log Message:
-----------
spidermonkey: bumped to 1.7, switched to GARv2

Modified Paths:
--------------
    csw/mgar/pkg/spidermonkey/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/spidermonkey/trunk/files/CSWspidermonkey.gspec

Property Changed:
----------------
    csw/mgar/pkg/spidermonkey/trunk/


Property changes on: csw/mgar/pkg/spidermonkey/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/spidermonkey/trunk/Makefile
===================================================================
--- csw/mgar/pkg/spidermonkey/trunk/Makefile	2010-03-15 13:48:52 UTC (rev 9185)
+++ csw/mgar/pkg/spidermonkey/trunk/Makefile	2010-03-15 14:45:30 UTC (rev 9186)
@@ -1,22 +1,21 @@
 GARNAME = spidermonkey
-GARVERSION = 1.5
+GARVERSION = 1.7.0
 CATEGORIES = lib
 
-DESCRIPTION = SpiderMonkey JS library
+DESCRIPTION = The Mozilla SpiderMonkey JavaScript interpreter and library
 define BLURB
   SpiderMonkey JS library
 endef
 
+VENDOR_URL   = http://www.mozilla.org/js/spidermonkey/
 MASTER_SITES = http://ftp.mozilla.org/pub/mozilla.org/js/
-DISTFILES  = js-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWspidermonkey,)
+DISTFILES    = js-$(GARVERSION).tar.gz
+UFILES_REGEX = js-(\d+(?:\.\d+)*).tar.gz
+
 # the sun5.8 x86 config file is missing so
 # we are using our own
-DISTFILES += SunOS5.8_i86pc.mk
+#DISTFILES += SunOS5.8_i86pc.mk
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = js-(\d+(?:\.\d+)*).tar.gz
-
 DISTNAME = js
 
 # we find the os string used by the makefile by using

Deleted: csw/mgar/pkg/spidermonkey/trunk/files/CSWspidermonkey.gspec
===================================================================
--- csw/mgar/pkg/spidermonkey/trunk/files/CSWspidermonkey.gspec	2010-03-15 13:48:52 UTC (rev 9185)
+++ csw/mgar/pkg/spidermonkey/trunk/files/CSWspidermonkey.gspec	2010-03-15 14:45:30 UTC (rev 9186)
@@ -1,38 +0,0 @@
-%var            bitname spidermonkey
-%var            pkgname CSWspidermonkey
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      
-Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
-The contents of this file are subject to the Mozilla Public License Version
-1.1 (the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.mozilla.org/MPL/
-
-Software distributed under the License is distributed on an "AS IS" basis,
-WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-for the specific language governing rights and limitations under the
-License.
-
-The Original Code is Mozilla Communicator client code, released
-March 31, 1998.
-
-The Initial Developer of the Original Code is
-Netscape Communications Corporation.
-Portions created by the Initial Developer are Copyright (C) 1998
-the Initial Developer. All Rights Reserved.
-
-Contributor(s):
-
-Alternatively, the contents of this file may be used under the terms of
-either of the GNU General Public License Version 2 or later (the "GPL"),
-or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-in which case the provisions of the GPL or the LGPL are applicable instead
-of those above. If you wish to allow use of your version of this file only
-under the terms of either the GPL or the LGPL, and not to allow others to
-use your version of this file under the terms of the MPL, indicate your
-decision by deleting the provisions above and replace them with the notice
-and other provisions required by the GPL or the LGPL. If you do not delete
-the provisions above, a recipient may use your version of this file under
-the terms of any one of the MPL, the GPL or the LGPL.
-


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list