Provide an upgrade path from spidermonkey (there is no spidermonkey60).
This commit is contained in:
parent
d5bdb4d82f
commit
e451377b4a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1072 2020/10/18 20:41:25 daniel Exp $
|
||||
# $OpenBSD: Makefile,v 1.1073 2020/10/22 08:30:39 ajacoutot Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.464
|
||||
PKGNAME = quirks-3.465
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.1090 2020/10/18 20:41:25 daniel Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1091 2020/10/22 08:30:39 ajacoutot Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -434,7 +434,6 @@ my $stem_extensions = {
|
||||
'kdegraphics-thumbnailers' => 'kdegraphics-thumbnailers-kf5',
|
||||
'svgpart' => 'svgpart-kf5',
|
||||
'kdenetwork-filesharing' => 'kdenetwork-filesharing-kf5',
|
||||
'spidermonkey60' => 'spidermonkey68',
|
||||
'py-cloudpickle' => 'py3-cloudpickle',
|
||||
'py-podcastparser' => 'py3-podcastparser',
|
||||
'py-configargparse' => 'py3-configargparse',
|
||||
@ -493,6 +492,7 @@ my $stem_extensions = {
|
||||
'py-zmq' => 'py3-zmq',
|
||||
'py-kiwisolver' => 'py3-kiwisolver',
|
||||
'py-scipy' => 'py3-scipy',
|
||||
'spidermonkey' => 'spidermonkey78',
|
||||
'spidermonkey68' => 'spidermonkey78',
|
||||
'py-relatorio' => 'py3-relatorio',
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2020/10/18 18:03:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2020/10/22 08:30:39 ajacoutot Exp $
|
||||
|
||||
# see patch-js_src_old-configure_in
|
||||
USE_WXNEEDED = Yes
|
||||
@ -20,6 +20,7 @@ DISTNAME = firefox-${V}esr.source
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
PKGNAME = spidermonkey${MOZILLA_VERSION}-${V}
|
||||
EPOCH = 1
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = mozjs-78 0.0
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/10/16 19:39:41 jasper Exp $
|
||||
@conflict spidermonkey-<=68.11.0v1
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/10/22 08:30:39 ajacoutot Exp $
|
||||
@conflict spidermonkey-*
|
||||
@conflict spidermonkey68-*
|
||||
@pkgpath devel/spidermonkey60
|
||||
@pkgpath devel/spidermonkey68
|
||||
include/mozjs-${MOZILLA_VERSION}/
|
||||
include/mozjs-${MOZILLA_VERSION}/BaseProfiler.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user