Date: Wed, 5 Jun 2019 13:13:17 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503507 - head/archivers/ocaml-zip Message-ID: <201906051313.x55DDH5b019309@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Jun 5 13:13:17 2019 New Revision: 503507 URL: https://svnweb.freebsd.org/changeset/ports/503507 Log: Update to version 1.06 (it would also simplify upcoming `lang/ocaml' update) and assume maintainership while here. Modified: head/archivers/ocaml-zip/Makefile head/archivers/ocaml-zip/distinfo Modified: head/archivers/ocaml-zip/Makefile ============================================================================== --- head/archivers/ocaml-zip/Makefile Wed Jun 5 11:46:23 2019 (r503506) +++ head/archivers/ocaml-zip/Makefile Wed Jun 5 13:13:17 2019 (r503507) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= zip -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= archivers -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1037/ +MASTER_SITES= https://download.ocamlcore.org/camlzip/camlzip/${PORTVERSION}/ PKGNAMEPREFIX= ocaml- DISTNAME= caml${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives LICENSE= LGPL21 Modified: head/archivers/ocaml-zip/distinfo ============================================================================== --- head/archivers/ocaml-zip/distinfo Wed Jun 5 11:46:23 2019 (r503506) +++ head/archivers/ocaml-zip/distinfo Wed Jun 5 13:13:17 2019 (r503507) @@ -1,2 +1,3 @@ -SHA256 (camlzip-1.05.tar.gz) = 930b70c736ab5a7ed1b05220102310a0a2241564786657abe418e834a538d06b -SIZE (camlzip-1.05.tar.gz) = 25817 +TIMESTAMP = 1559737560 +SHA256 (camlzip-1.06.tar.gz) = c83877f9972943e6f2e147cf9715a785da2fc8531e7bed3ab4787043b8f4cf54 +SIZE (camlzip-1.06.tar.gz) = 26499
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906051313.x55DDH5b019309>