svn commit: r503507 - head/archivers/ocaml-zip

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jun 5 13:13:18 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	danfe at 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


More information about the svn-ports-head mailing list