Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 09:29:01 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386506 - head/security/ocaml-ssl
Message-ID:  <201505160929.t4G9T1ut049900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505160929.t4G9T1ut049900>