pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ocaml-cohttp



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Jan 10 21:19:20 UTC 2020

Modified Files:
        pkgsrc/www/ocaml-cohttp: Makefile options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ocaml-cohttp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ocaml-cohttp/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ocaml-cohttp/Makefile
diff -u pkgsrc/www/ocaml-cohttp/Makefile:1.2 pkgsrc/www/ocaml-cohttp/Makefile:1.3
--- pkgsrc/www/ocaml-cohttp/Makefile:1.2        Mon Nov  4 22:09:58 2019
+++ pkgsrc/www/ocaml-cohttp/Makefile    Fri Jan 10 21:19:20 2020
@@ -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/}
 

Index: pkgsrc/www/ocaml-cohttp/options.mk
diff -u pkgsrc/www/ocaml-cohttp/options.mk:1.1 pkgsrc/www/ocaml-cohttp/options.mk:1.2
--- pkgsrc/www/ocaml-cohttp/options.mk:1.1      Mon Jul  1 15:48:53 2019
+++ pkgsrc/www/ocaml-cohttp/options.mk  Fri Jan 10 21:19:20 2020
@@ -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