diff options
-rw-r--r-- | lang/spidermonkey/Makefile | 4 | ||||
-rw-r--r-- | lang/spidermonkey/distinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 390d428b1d4f..2d395f3c780e 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -20,7 +20,9 @@ CONFLICTS= njs-* .if !defined(WITHOUT_TEST) USE_PERL5_BUILD=test harness -PATCHFILES= spidermonkey-patch-tests-ecma.bz2 spidermonkey-patch-tests-js.bz2 +PATCHFILES= spidermonkey-patch-tests-ecma.bz2 \ + spidermonkey-patch-tests-timezone.bz2 \ + spidermonkey-patch-tests-js.bz2 PATCH_SITES= http://virtual-estates.net/~mi/port-stuff/ BUILD_DEPENDS+= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed DISTFILES+= js-tests-20021118${EXTRACT_SUFX} diff --git a/lang/spidermonkey/distinfo b/lang/spidermonkey/distinfo index 91724ec5a473..69545ec8d678 100644 --- a/lang/spidermonkey/distinfo +++ b/lang/spidermonkey/distinfo @@ -4,5 +4,7 @@ MD5 (js-tests-20021118.tar.gz) = df89464084e583a075a782ad66da5370 SIZE (js-tests-20021118.tar.gz) = 803198 MD5 (spidermonkey-patch-tests-ecma.bz2) = 73ec1e37821deff69e68eac2192a2cd2 SIZE (spidermonkey-patch-tests-ecma.bz2) = 5702 +MD5 (spidermonkey-patch-tests-timezone.bz2) = 9b392c970d878f3defcd7e3e7ddeb0b5 +SIZE (spidermonkey-patch-tests-timezone.bz2) = 7658 MD5 (spidermonkey-patch-tests-js.bz2) = 20770d4e82fff61c1bbb5ff91d2551ec SIZE (spidermonkey-patch-tests-js.bz2) = 3685 |