Date: Thu, 21 Apr 2022 11:42:45 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6c6ff4ee42b7 - main - devel/ocaml-camlp5: the port had been updated to version 7.14 Message-ID: <202204211142.23LBgjEw038402@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c6ff4ee42b71fc7cadbe4ae2502027d28a54b4f commit 6c6ff4ee42b71fc7cadbe4ae2502027d28a54b4f Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-04-21 11:41:30 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-04-21 11:41:30 +0000 devel/ocaml-camlp5: the port had been updated to version 7.14 This is the latest 7.x release and features support for contemporary versions of OCaml. While here, don't set DIST_SUBDIR, there is just one distfile and it's uniquely named. --- devel/ocaml-camlp5/Makefile | 8 ++++---- devel/ocaml-camlp5/distinfo | 6 +++--- devel/ocaml-camlp5/pkg-plist | 7 +++++++ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/devel/ocaml-camlp5/Makefile b/devel/ocaml-camlp5/Makefile index 101a5bb68d67..b651350b4173 100644 --- a/devel/ocaml-camlp5/Makefile +++ b/devel/ocaml-camlp5/Makefile @@ -1,10 +1,9 @@ # Created by: Hirohisa Yamaguchi <umq@ueo.co.jp> PORTNAME= camlp5 -PORTVERSION= 7.07 +PORTVERSION= 7.14 CATEGORIES= devel PKGNAMEPREFIX= ocaml- -DIST_SUBDIR= ${PKGBASE} MAINTAINER= hrs@FreeBSD.org COMMENT= Preprocessor-pretty-printer of OCaml @@ -14,10 +13,11 @@ LICENSE_NAME= INRIA permissive license with copyright notice requirements LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= tar:tgz +USES= perl5 tar:tgz USE_GITHUB= yes GH_TAGNAME= rel${PORTVERSION:S/.//} USE_OCAML= yes +USE_PERL5= build HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} ALL_TARGET= world.opt @@ -32,7 +32,7 @@ STRICT_DESC= New syntax tree quotations kit OPTIONS_DEFINE= DOCS DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} -PORTDOCS= CHANGES DEVEL ICHANGES INSTALL MODE README UPGRADING +PORTDOCS= CHANGES DEVEL ICHANGES MODE README.md UPGRADING STRICT_CONFIGURE_ON= --strict TRANSITIONAL_CONFIGURE_ON= --transitional diff --git a/devel/ocaml-camlp5/distinfo b/devel/ocaml-camlp5/distinfo index 2ff8c4ba9974..435704ed2e3e 100644 --- a/devel/ocaml-camlp5/distinfo +++ b/devel/ocaml-camlp5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539160056 -SHA256 (ocaml-camlp5/camlp5-camlp5-7.07-rel707_GH0.tar.gz) = a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991 -SIZE (ocaml-camlp5/camlp5-camlp5-7.07-rel707_GH0.tar.gz) = 813500 +TIMESTAMP = 1609024910 +SHA256 (camlp5-camlp5-7.14-rel714_GH0.tar.gz) = 6e84b9bc04e03b05bd1ec15500f0b8f4ef4ea81576a1aa7037ef01c84cf76da5 +SIZE (camlp5-camlp5-7.14-rel714_GH0.tar.gz) = 1044110 diff --git a/devel/ocaml-camlp5/pkg-plist b/devel/ocaml-camlp5/pkg-plist index 60b8267cd96f..5509255eddab 100644 --- a/devel/ocaml-camlp5/pkg-plist +++ b/devel/ocaml-camlp5/pkg-plist @@ -83,6 +83,13 @@ lib/ocaml/camlp5/pa_macro.cmi lib/ocaml/camlp5/pa_macro.cmo lib/ocaml/camlp5/pa_macro.cmx lib/ocaml/camlp5/pa_macro.o +lib/ocaml/camlp5/pa_macro_gram.cmi +lib/ocaml/camlp5/pa_macro_gram.cmo +lib/ocaml/camlp5/pa_macro_gram.cmx +lib/ocaml/camlp5/pa_macro_gram.o +lib/ocaml/camlp5/pa_macro_print.cmo +lib/ocaml/camlp5/pa_macro_print.cmx +lib/ocaml/camlp5/pa_macro_print.o lib/ocaml/camlp5/pa_mkast.cmo lib/ocaml/camlp5/pa_mkast.cmx lib/ocaml/camlp5/pa_mkast.o
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204211142.23LBgjEw038402>