pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/js_of_ocaml Stubs library installed in right loc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5a3b57bbc26
branches:  trunk
changeset: 367937:e5a3b57bbc26
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Sep 08 16:55:19 2017 +0000

description:
Stubs library installed in right location

diffstat:

 devel/js_of_ocaml/Makefile      |  3 ++-
 devel/js_of_ocaml/PLIST         |  4 ++--
 devel/js_of_ocaml/buildlink3.mk |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r fc96212212a0 -r e5a3b57bbc26 devel/js_of_ocaml/Makefile
--- a/devel/js_of_ocaml/Makefile        Fri Sep 08 16:54:31 2017 +0000
+++ b/devel/js_of_ocaml/Makefile        Fri Sep 08 16:55:19 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2017/09/08 13:19:34 jaapb Exp $
+# $NetBSD: Makefile,v 1.20 2017/09/08 16:55:19 jaapb Exp $
 #
 
 GITHUB_PROJECT=        js_of_ocaml
 DISTNAME=      ${GITHUB_PROJECT}-3.0.0
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
diff -r fc96212212a0 -r e5a3b57bbc26 devel/js_of_ocaml/PLIST
--- a/devel/js_of_ocaml/PLIST   Fri Sep 08 16:54:31 2017 +0000
+++ b/devel/js_of_ocaml/PLIST   Fri Sep 08 16:55:19 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/09/08 13:19:34 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/09/08 16:55:19 jaapb Exp $
 bin/js_of_ocaml
 bin/js_of_ocaml.exe
 bin/jsoo_link
@@ -542,7 +542,7 @@
 ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmx
 ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.mli
-${OCAML_SITELIB}/stubslibs/dlljs_of_ocaml_stubs.so
+${OCAML_SITELIB}/stublibs/dlljs_of_ocaml_stubs.so
 man/man1/js_of_ocaml.1
 man/man1/jsoo_link.1
 man/man1/jsoo_minify.1
diff -r fc96212212a0 -r e5a3b57bbc26 devel/js_of_ocaml/buildlink3.mk
--- a/devel/js_of_ocaml/buildlink3.mk   Fri Sep 08 16:54:31 2017 +0000
+++ b/devel/js_of_ocaml/buildlink3.mk   Fri Sep 08 16:55:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2017/09/08 13:19:34 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/09/08 16:55:19 jaapb Exp $
 
 BUILDLINK_TREE+=       js_of_ocaml
 
@@ -6,7 +6,7 @@
 JS_OF_OCAML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.0.0
-#BUILDLINK_ABI_DEPENDS.js_of_ocaml+=   js_of_ocaml>=3.0.0
+BUILDLINK_ABI_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.0.0nb1
 BUILDLINK_PKGSRCDIR.js_of_ocaml?=      ../../devel/js_of_ocaml
 
 .endif # JS_OF_OCAML_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index