Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2019 17:23:01 +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: r503640 - head/devel/ocaml-ppx-tools
Message-ID:  <201906071723.x57HN14M067163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Jun  7 17:23:01 2019
New Revision: 503640
URL: https://svnweb.freebsd.org/changeset/ports/503640

Log:
  Update to the latest version which is compatible with OCaml 4.02,
  in order to make upcoming OCaml stack update somewhat less bumpy.

Modified:
  head/devel/ocaml-ppx-tools/Makefile
  head/devel/ocaml-ppx-tools/distinfo
  head/devel/ocaml-ppx-tools/pkg-descr
  head/devel/ocaml-ppx-tools/pkg-plist

Modified: head/devel/ocaml-ppx-tools/Makefile
==============================================================================
--- head/devel/ocaml-ppx-tools/Makefile	Fri Jun  7 17:12:43 2019	(r503639)
+++ head/devel/ocaml-ppx-tools/Makefile	Fri Jun  7 17:23:01 2019	(r503640)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	ppx-tools
-PORTVERSION=	0.99.2
-DISTVERSIONPREFIX=	${GH_PROJECT}_
+PORTVERSION=	5.0
+DISTVERSIONSUFFIX=	+4.02.0
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
@@ -17,7 +17,7 @@ USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 MAKE_JOBS_UNSAFE=yes
 USE_GITHUB=	yes
-GH_ACCOUNT=	alainfrisch
+GH_ACCOUNT=	ocaml-ppx
 GH_PROJECT=	${PORTNAME:C/-/_/}
 
 post-install:

Modified: head/devel/ocaml-ppx-tools/distinfo
==============================================================================
--- head/devel/ocaml-ppx-tools/distinfo	Fri Jun  7 17:12:43 2019	(r503639)
+++ head/devel/ocaml-ppx-tools/distinfo	Fri Jun  7 17:23:01 2019	(r503640)
@@ -1,2 +1,3 @@
-SHA256 (alainfrisch-ppx_tools-ppx_tools_0.99.2_GH0.tar.gz) = 98128022ea0574d769a263eb9b73be06200eec4bac9adb8dc44df289a77c4dec
-SIZE (alainfrisch-ppx_tools-ppx_tools_0.99.2_GH0.tar.gz) = 15877
+TIMESTAMP = 1462286829
+SHA256 (ocaml-ppx-ppx_tools-5.0+4.02.0_GH0.tar.gz) = 2c9b80f1755a6155820fc165b603f7184998ec2f097ff2c74169a2f86c264f66
+SIZE (ocaml-ppx-ppx_tools-5.0+4.02.0_GH0.tar.gz) = 17443

Modified: head/devel/ocaml-ppx-tools/pkg-descr
==============================================================================
--- head/devel/ocaml-ppx-tools/pkg-descr	Fri Jun  7 17:12:43 2019	(r503639)
+++ head/devel/ocaml-ppx-tools/pkg-descr	Fri Jun  7 17:23:01 2019	(r503640)
@@ -2,4 +2,4 @@ Tools for authors of syntactic tools (such as ppx rewr
 
 This package is licensed by LexiFi under the terms of the MIT license.
 
-WWW: https://github.com/alainfrisch/ppx_tools
+WWW: https://github.com/ocaml-ppx/ppx_tools

Modified: head/devel/ocaml-ppx-tools/pkg-plist
==============================================================================
--- head/devel/ocaml-ppx-tools/pkg-plist	Fri Jun  7 17:12:43 2019	(r503639)
+++ head/devel/ocaml-ppx-tools/pkg-plist	Fri Jun  7 17:23:01 2019	(r503640)
@@ -1,8 +1,14 @@
 %%OCAML_SITELIBDIR%%/ppx_tools/META
 %%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmi
+%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmt
+%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmti
 %%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmx
+%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.mli
 %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmi
+%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmt
+%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmti
 %%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmx
+%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.mli
 %%OCAML_SITELIBDIR%%/ppx_tools/dumpast
 %%OCAML_SITELIBDIR%%/ppx_tools/genlifter
 %%OCAML_SITELIBDIR%%/ppx_tools/ppx_metaquot



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