diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-19 09:08:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-19 09:08:36 +0000 |
commit | 3e06039b3c02aabedea13f97a3b8fa182c5cddd3 (patch) | |
tree | db12a1c3f2647f1992e18cbb3c2ee13e8686e37c /devel/gyp/patches/patch-gyptest.py | |
parent | 1e0740b090bba85320ee2b077168cb3d7e457fae (diff) | |
download | pkgsrc-3e06039b3c02aabedea13f97a3b8fa182c5cddd3.tar.gz |
Update to 0.1pre1949
Changelog:
* Bugfixes
* More tests
Diffstat (limited to 'devel/gyp/patches/patch-gyptest.py')
-rw-r--r-- | devel/gyp/patches/patch-gyptest.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gyp/patches/patch-gyptest.py b/devel/gyp/patches/patch-gyptest.py index 10e48fb32e1..c2263bbfa92 100644 --- a/devel/gyp/patches/patch-gyptest.py +++ b/devel/gyp/patches/patch-gyptest.py @@ -1,11 +1,11 @@ -$NetBSD: patch-gyptest.py,v 1.2 2013/09/08 16:33:25 ryoon Exp $ +$NetBSD: patch-gyptest.py,v 1.3 2014/07/19 09:08:36 ryoon Exp $ * Add NetBSD 5 and 6 target ---- gyptest.py.orig 2013-09-06 23:07:42.000000000 +0000 +--- gyptest.py.orig 2014-07-14 14:19:50.000000000 +0000 +++ gyptest.py -@@ -218,6 +218,9 @@ def main(argv=None): - format_list = { +@@ -219,6 +219,9 @@ def main(argv=None): + 'aix5': ['make'], 'freebsd7': ['make'], 'freebsd8': ['make'], + 'freebsd9': ['make'], |