Mon Jun 20 10:21:52 2016 UTC ()
Revbump to make sure package gets recompiled with newer mk/ocaml.mk


(jaapb)
diff -r1.12 -r1.13 pkgsrc/security/ocaml-cryptokit/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/security/ocaml-cryptokit/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ocaml-cryptokit/Makefile 2016/05/06 14:14:28 1.12
+++ pkgsrc/security/ocaml-cryptokit/Makefile 2016/06/20 10:21:52 1.13
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2016/05/06 14:14:28 jaapb Exp $ 1# $NetBSD: Makefile,v 1.13 2016/06/20 10:21:52 jaapb Exp $
2# 2#
3 3
4DISTNAME= cryptokit-1.10 4DISTNAME= cryptokit-1.10
5PKGNAME= ocaml-${DISTNAME} 5PKGNAME= ocaml-${DISTNAME}
 6PKGREVISION= 1
6CATEGORIES= security 7CATEGORIES= security
7MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1493/ 8MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1493/
8 9
9MAINTAINER= jaapb@NetBSD.org 10MAINTAINER= jaapb@NetBSD.org
10HOMEPAGE= http://forge.ocamlcore.org/projects/cryptokit/ 11HOMEPAGE= http://forge.ocamlcore.org/projects/cryptokit/
11COMMENT= Cryptographic primitives library for Objective Caml 12COMMENT= Cryptographic primitives library for Objective Caml
12LICENSE= gnu-lgpl-v2 # with static compilation exception 13LICENSE= gnu-lgpl-v2 # with static compilation exception
13 14
14OCAML_USE_OASIS= yes 15OCAML_USE_OASIS= yes
15 16
16.include "../../mk/ocaml.mk" 17.include "../../mk/ocaml.mk"
17 18
18USE_TOOLS+= gmake 19USE_TOOLS+= gmake