diff options
author | danfe <danfe@FreeBSD.org> | 2019-06-05 21:13:17 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2019-06-05 21:13:17 +0800 |
commit | 2e6ee18aa817a5e9dc2cfa9ba49a98e14f5621e4 (patch) | |
tree | 2d4dbdb1395a2341c987b09eab6785bddea79490 /archivers | |
parent | 49c55aedf71d8047e25e225dbb00e0f1ccbf8e21 (diff) | |
download | freebsd-ports-gnome-2e6ee18aa817a5e9dc2cfa9ba49a98e14f5621e4.tar.gz freebsd-ports-gnome-2e6ee18aa817a5e9dc2cfa9ba49a98e14f5621e4.tar.zst freebsd-ports-gnome-2e6ee18aa817a5e9dc2cfa9ba49a98e14f5621e4.zip |
Update to version 1.06 (it would also simplify upcoming `lang/ocaml' update)
and assume maintainership while here.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/ocaml-zip/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index d56a0476ff2d..890f3e1e2f8c 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -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 diff --git a/archivers/ocaml-zip/distinfo b/archivers/ocaml-zip/distinfo index 089fed42d84e..0d53eac6e7f2 100644 --- a/archivers/ocaml-zip/distinfo +++ b/archivers/ocaml-zip/distinfo @@ -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 |