svn commit: r386506 - head/security/ocaml-ssl
Johan van Selst
johans at FreeBSD.org
Sat May 16 09:29:01 UTC 2015
Author: johans
Date: Sat May 16 09:29:00 2015
New Revision: 386506
URL: https://svnweb.freebsd.org/changeset/ports/386506
Log:
- Update ocaml-ssl to 0.4.7, now from Github
- Adopt port
Modified:
head/security/ocaml-ssl/Makefile
head/security/ocaml-ssl/distinfo
Modified: head/security/ocaml-ssl/Makefile
==============================================================================
--- head/security/ocaml-ssl/Makefile Sat May 16 09:28:35 2015 (r386505)
+++ head/security/ocaml-ssl/Makefile Sat May 16 09:29:00 2015 (r386506)
@@ -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 at FreeBSD.org
+MAINTAINER= johans at 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"
Modified: head/security/ocaml-ssl/distinfo
==============================================================================
--- head/security/ocaml-ssl/distinfo Sat May 16 09:28:35 2015 (r386505)
+++ head/security/ocaml-ssl/distinfo Sat May 16 09:29:00 2015 (r386506)
@@ -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
More information about the svn-ports-all
mailing list