pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocamlduce Update ocamlduce to 3.10.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb2818d7a0c1
branches: trunk
changeset: 548340:eb2818d7a0c1
user: obache <obache%pkgsrc.org@localhost>
date: Mon Oct 13 13:13:37 2008 +0000
description:
Update ocamlduce to 3.10.2.
Based on maintainer update request in PR 39450.
(Changes is unkonw)
diffstat:
lang/ocamlduce/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 87e7fdca28cc -r eb2818d7a0c1 lang/ocamlduce/Makefile
--- a/lang/ocamlduce/Makefile Mon Oct 13 12:42:51 2008 +0000
+++ b/lang/ocamlduce/Makefile Mon Oct 13 13:13:37 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/12/01 14:48:28 tonio Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/13 13:13:37 obache Exp $
#
-DISTNAME= ocamlduce-3.10.0
+DISTNAME= ocamlduce-3.10.2
CATEGORIES= lang
MASTER_SITES= http://gallium.inria.fr/~frisch/ocamlcduce/download/
@@ -13,7 +13,6 @@
USE_TOOLS+= gmake
BUILD_TARGET= all
-PLIST_SRC+= PLIST
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
@@ -23,7 +22,9 @@
PLIST_SRC+= PLIST.opt
.endif
-BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10
+PLIST_SRC+= PLIST
+
+BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.2
.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index