- Update to 1.6 [1]
- Convert to optionsNG and add DOCS option PR: ports/169290 [1] Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> Approved by: jaapb@kerguelen.org (maintainer), culot (mentor)
This commit is contained in:
parent
936a467d10
commit
e62635926b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300313
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= cryptokit
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/639/
|
||||
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/891/
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
|
||||
MAINTAINER= jaapb@kerguelen.org
|
||||
@ -22,7 +22,11 @@ USE_OCAML_FINDLIB= yes
|
||||
USE_OCAMLFIND_PLIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.ifndef(NOPORTDOCS)
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
ALL_TARGET+= doc
|
||||
CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/ocaml
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cryptokit-1.5.tar.gz) = e2483a463ea57eee99c1e9c5aed1c34885255e47f0d4d872bb2bb3a8975eb3e4
|
||||
SIZE (cryptokit-1.5.tar.gz) = 128907
|
||||
SHA256 (cryptokit-1.6.tar.gz) = c58cb6ee1efa996bb227d64b378e80824637f875e914ad38833d610b7f992422
|
||||
SIZE (cryptokit-1.6.tar.gz) = 133031
|
||||
|
Loading…
Reference in New Issue
Block a user