diff options
author | johans <johans@FreeBSD.org> | 2015-05-16 17:29:00 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-05-16 17:29:00 +0800 |
commit | 43f0cbc3e04708bb8e7c0d71234b04299b0393f2 (patch) | |
tree | 66727e8705febbac660c3e97830bc922365610b9 /security/ocaml-ssl | |
parent | a117badbafd95a41cc7e924fe8c84b5c6bfa730a (diff) | |
download | freebsd-ports-gnome-43f0cbc3e04708bb8e7c0d71234b04299b0393f2.tar.gz freebsd-ports-gnome-43f0cbc3e04708bb8e7c0d71234b04299b0393f2.tar.zst freebsd-ports-gnome-43f0cbc3e04708bb8e7c0d71234b04299b0393f2.zip |
- Update ocaml-ssl to 0.4.7, now from Github
- Adopt port
Diffstat (limited to 'security/ocaml-ssl')
-rw-r--r-- | security/ocaml-ssl/Makefile | 12 | ||||
-rw-r--r-- | security/ocaml-ssl/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index 968e92a44046..a49506edfe29 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= ssl -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= security devel -MASTER_SITES= SF/savonet/ocaml-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ocaml- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@stack.nl COMMENT= OpenSSL bindings for OCaml -USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= savonet +GH_PROJECT= ocaml-ssl + +USES= autoreconf gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} MAKE_ENV= OCAMLFIND_INSTFLAGS="-ldconf ignore" diff --git a/security/ocaml-ssl/distinfo b/security/ocaml-ssl/distinfo index 8ca930b206ca..386a6f1d8581 100644 --- a/security/ocaml-ssl/distinfo +++ b/security/ocaml-ssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (ocaml-ssl-0.4.6.tar.gz) = 1ff7fbc77bb5ec7b6bfdca045c6c7a51d4d98ed60a865f29e06dd91285ac9499 -SIZE (ocaml-ssl-0.4.6.tar.gz) = 118798 +SHA256 (savonet-ocaml-ssl-0.4.7_GH0.tar.gz) = ed9ce6f270316b5f4ab819c3f074b0ee55e3a4bf600d4ea6a9b704dca0460dc1 +SIZE (savonet-ocaml-ssl-0.4.7_GH0.tar.gz) = 44753 |