diff options
author | wiz <wiz> | 2010-04-23 10:53:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-04-23 10:53:27 +0000 |
commit | f20500928165418fc23a8c1a3fa65961f23ce85d (patch) | |
tree | d7539e9769dcce397ef8185aef9bdfa2693466e3 /net/mldonkey | |
parent | cde9cb6ff13a088c687c39ea5d136c8614a2d417 (diff) | |
download | pkgsrc-f20500928165418fc23a8c1a3fa65961f23ce85d.tar.gz |
Accept all 3.11.* versions of ocaml.
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/distinfo | 4 | ||||
-rw-r--r-- | net/mldonkey/patches/patch-aa | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 58401a8e01a..e6899127738 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.50 2009/10/31 01:19:59 wiz Exp $ +$NetBSD: distinfo,v 1.51 2010/04/23 10:53:27 wiz Exp $ SHA1 (mldonkey-3.0.1.tar.bz2) = f538245be05e6fc667dd596c1136fd0f64d845b8 RMD160 (mldonkey-3.0.1.tar.bz2) = d16a87200bfb2a930b45afb86277b4f03c8da9de Size (mldonkey-3.0.1.tar.bz2) = 2722659 bytes -SHA1 (patch-aa) = ccfef62acf5d5f527f8b969d4c1f06102f1eb7c0 +SHA1 (patch-aa) = a6d1718ffbda45f050e72d20e9e06c395be96f4a diff --git a/net/mldonkey/patches/patch-aa b/net/mldonkey/patches/patch-aa index bc4bac747d3..7189b3159bf 100644 --- a/net/mldonkey/patches/patch-aa +++ b/net/mldonkey/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.17 2009/09/03 17:16:19 tonio Exp $ +$NetBSD: patch-aa,v 1.18 2010/04/23 10:53:28 wiz Exp $ Ensure mldonkey accepts ocaml 3.11.1 ---- config/configure.orig 2009-02-24 22:47:56.000000000 +0100 +--- config/configure.orig 2009-10-23 05:55:40.000000000 +0000 +++ config/configure -@@ -4580,7 +4580,7 @@ if test -z "$OCAMLC" || test -z "$CAM +@@ -4784,7 +4784,7 @@ if test -z "$OCAMLC" || test -z "$CAM else OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` case "$OCAMLVERSION" in - "$REQUIRED_OCAML"*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;; -+ "$REQUIRED_OCAML"*|3.11.1*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;; ++ "$REQUIRED_OCAML"*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;; *) echo "Need build" BUILD_OCAML=yes |