pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ocaml-cohttp Enable all options by default, at lea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c86412ff51a
branches:  trunk
changeset: 407852:5c86412ff51a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 10 21:19:20 2020 +0000

description:
Enable all options by default, at least devel/ocaml-git requires lwt
support. Bump revision.

diffstat:

 www/ocaml-cohttp/Makefile   |  3 ++-
 www/ocaml-cohttp/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 67a1f76a8e36 -r 5c86412ff51a www/ocaml-cohttp/Makefile
--- a/www/ocaml-cohttp/Makefile Fri Jan 10 21:18:44 2020 +0000
+++ b/www/ocaml-cohttp/Makefile Fri Jan 10 21:19:20 2020 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2019/11/04 22:09:58 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/10 21:19:20 joerg Exp $
 
 GITHUB_PROJECT=        ocaml-cohttp
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      ${GITHUB_PROJECT}-2.1.2
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
 
diff -r 67a1f76a8e36 -r 5c86412ff51a www/ocaml-cohttp/options.mk
--- a/www/ocaml-cohttp/options.mk       Fri Jan 10 21:18:44 2020 +0000
+++ b/www/ocaml-cohttp/options.mk       Fri Jan 10 21:19:20 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2019/07/01 15:48:53 jaapb Exp $
+# $NetBSD: options.mk,v 1.2 2020/01/10 21:19:20 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ocaml-cohttp
 PKG_SUPPORTED_OPTIONS= async lwt js_of_ocaml
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= async lwt js_of_ocaml
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index