- Update to ocaml-lwt 2.5.0
- Reorder Makefile to pet portlint
This commit is contained in:
parent
48d66e5d44
commit
e87f560267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391363
@ -2,23 +2,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lwt
|
||||
PORTVERSION= 2.4.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.5.0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Cooperative threading library for OCaml
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ocsigen
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \
|
||||
${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
||||
RUN_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \
|
||||
${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
||||
BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \
|
||||
${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
||||
RUN_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \
|
||||
${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ocsigen
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
@ -39,7 +38,7 @@ CONFIGURE_ARGS= --destdir "${STAGEDIR}" \
|
||||
--disable-glib
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
|
||||
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}
|
||||
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ocsigen-lwt-2.4.8_GH0.tar.gz) = cada92a1c7ce9c678adc67dfa0a8c51f582358e99bbe839ece2decd6866cfa38
|
||||
SIZE (ocsigen-lwt-2.4.8_GH0.tar.gz) = 262232
|
||||
SHA256 (ocsigen-lwt-2.5.0_GH0.tar.gz) = 37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130
|
||||
SIZE (ocsigen-lwt-2.5.0_GH0.tar.gz) = 1278567
|
||||
|
Loading…
Reference in New Issue
Block a user