From owner-dev-commits-ports-main@freebsd.org Wed Sep 1 10:17:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DB50667632; Wed, 1 Sep 2021 10:17:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H00P2339Fz3nhB; Wed, 1 Sep 2021 10:17:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C62B236AD; Wed, 1 Sep 2021 10:17:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 181AHgGH091393; Wed, 1 Sep 2021 10:17:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 181AHgTk091392; Wed, 1 Sep 2021 10:17:42 GMT (envelope-from git) Date: Wed, 1 Sep 2021 10:17:42 GMT Message-Id: <202109011017.181AHgTk091392@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: c10758132ed3 - main - devel/ocaml-cppo: update the port to version 1.6.7. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c10758132ed37afb8a33485a6046da5fb833480d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 10:17:42 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=c10758132ed37afb8a33485a6046da5fb833480d commit c10758132ed37afb8a33485a6046da5fb833480d Author: Alexey Dokuchaev AuthorDate: 2021-09-01 10:16:42 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-01 10:16:44 +0000 devel/ocaml-cppo: update the port to version 1.6.7. --- devel/ocaml-cppo/Makefile | 13 +++++++++---- devel/ocaml-cppo/distinfo | 5 +++-- devel/ocaml-cppo/files/patch-Makefile | 13 ------------- devel/ocaml-cppo/pkg-plist | 20 ++++++++++++++++++++ 4 files changed, 32 insertions(+), 19 deletions(-) diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index 8bfccf4bddcf..e97c49aa4d04 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,16 +1,21 @@ # Created by: Michael Grunewald PORTNAME= cppo -PORTVERSION= 0.9.2 +PORTVERSION= 1.6.7 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://martin.jambon.free.fr/ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Simple preprocessor for OCaml -USES= gmake +BUILD_DEPENDS= dune:devel/ocaml-dune \ + ocamlbuild:devel/ocaml-ocamlbuild + +USE_GITHUB= yes +GH_ACCOUNT= ocaml-community USE_OCAML= yes -MAKE_JOBS_UNSAFE= yes + +OPTIONS_DEFINE= DOCS .include diff --git a/devel/ocaml-cppo/distinfo b/devel/ocaml-cppo/distinfo index 29197d4ea60f..e37e9ba6920c 100644 --- a/devel/ocaml-cppo/distinfo +++ b/devel/ocaml-cppo/distinfo @@ -1,2 +1,3 @@ -SHA256 (cppo-0.9.2.tar.gz) = ee4693b16e82e0d7f9b955dc6d935c518958fdd87b8e9402cc54a52e6e03897f -SIZE (cppo-0.9.2.tar.gz) = 20234 +TIMESTAMP = 1608568122 +SHA256 (ocaml-community-cppo-v1.6.7_GH0.tar.gz) = 05da2db9b9c923105c26ef303ff9802e819146d0130421ba5656b1a8739ec461 +SIZE (ocaml-community-cppo-v1.6.7_GH0.tar.gz) = 29032 diff --git a/devel/ocaml-cppo/files/patch-Makefile b/devel/ocaml-cppo/files/patch-Makefile deleted file mode 100644 index 7f04017aee0b..000000000000 --- a/devel/ocaml-cppo/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2014-07-10 23:43:16.837117715 +0800 -+++ Makefile 2014-07-10 23:43:35.518127751 +0800 -@@ -33,8 +33,8 @@ opt: $(ML) - ocamlopt -o cppo -dtypes unix.cmxa $(ML) - - install: -- install -m 0755 cppo $(BINDIR) || \ -- install -m 0755 cppo.exe $(BINDIR) -+ install -m 0755 cppo $(DESTDIR)$(BINDIR) || \ -+ install -m 0755 cppo.exe $(DESTDOR)$(BINDIR) - - cppo_version.ml: Makefile - echo 'let cppo_version = "$(VERSION)"' > cppo_version.ml diff --git a/devel/ocaml-cppo/pkg-plist b/devel/ocaml-cppo/pkg-plist index 854b89ab4f9b..a58ecee23530 100644 --- a/devel/ocaml-cppo/pkg-plist +++ b/devel/ocaml-cppo/pkg-plist @@ -1 +1,21 @@ bin/cppo +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo/META +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo/dune-package +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo/opam +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/META +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.a +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cma +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cmxa +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cmxs +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/dune-package +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmi +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmt +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmti +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmx +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.ml +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.mli +%%OCAML_SITELIBDIR%%:/usr/local/lib/ocaml/cppo_ocamlbuild/opam +%%PORTDOCS%%share/doc/ocaml/cppo/LICENSE.md +%%PORTDOCS%%share/doc/ocaml/cppo/README.md +%%PORTDOCS%%share/doc/ocaml/cppo_ocamlbuild/LICENSE.md +%%PORTDOCS%%share/doc/ocaml/cppo_ocamlbuild/README.md