From owner-svn-ports-head@freebsd.org Tue Feb 9 05:52:20 2021 Return-Path: Delivered-To: svn-ports-head@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 5BCAE530C8B; Tue, 9 Feb 2021 05:52:20 +0000 (UTC) (envelope-from rhurlin@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 4DZX902Cmcz4Tsr; Tue, 9 Feb 2021 05:52:20 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F1C52590C; Tue, 9 Feb 2021 05:52:20 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1195qKVc058288; Tue, 9 Feb 2021 05:52:20 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1195qJM2058286; Tue, 9 Feb 2021 05:52:19 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202102090552.1195qJM2058286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 9 Feb 2021 05:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564763 - head/devel/ocaml-opam X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/devel/ocaml-opam X-SVN-Commit-Revision: 564763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 05:52:20 -0000 Author: rhurlin Date: Tue Feb 9 05:52:19 2021 New Revision: 564763 URL: https://svnweb.freebsd.org/changeset/ports/564763 Log: devel/ocaml-opam: Update to 2.0.8 Changlog: https://github.com/ocaml/opam/blob/2.0.8/CHANGES PR: 253349 Submitted by: hannes@mehnert.org (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28544 Modified: head/devel/ocaml-opam/Makefile head/devel/ocaml-opam/distinfo Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Tue Feb 9 04:17:33 2021 (r564762) +++ head/devel/ocaml-opam/Makefile Tue Feb 9 05:52:19 2021 (r564763) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opam -PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTVERSION= 2.0.8 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ocaml- @@ -20,24 +19,27 @@ RUN_DEPENDS= curl:ftp/curl \ USES= gmake USE_OCAML= yes -ALL_TARGET= lib-ext all - GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-checks +MAKE_JOBS_UNSAFE= yes +ALL_TARGET= lib-ext all + OPTIONS_DEFINE= RSYNC GIT HG DARCS OPTIONS_DEFAULT= RSYNC GIT +NO_OPTIONS_SORT= yes -RSYNC_DESC= Remote repository synchronized with Rsync +DARCS_DESC= Remote repository synchronized with darcs GIT_DESC= Remote repository synchronized with git HG_DESC= Remote repository synchronized with mercurial -DARCS_DESC= Remote repository synchronized with darcs +RSYNC_DESC= Remote repository synchronized with Rsync -RSYNC_RUN_DEPENDS= rsync:net/rsync +DARCS_RUN_DEPENDS= darcs:devel/hs-darcs GIT_RUN_DEPENDS= git:devel/git HG_RUN_DEPENDS= ${PY_MERCURIAL} -DARCS_RUN_DEPENDS= darcs:devel/hs-darcs +RSYNC_RUN_DEPENDS= rsync:net/rsync -MAKE_JOBS_UNSAFE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/opam-installer .include Modified: head/devel/ocaml-opam/distinfo ============================================================================== --- head/devel/ocaml-opam/distinfo Tue Feb 9 04:17:33 2021 (r564762) +++ head/devel/ocaml-opam/distinfo Tue Feb 9 05:52:19 2021 (r564763) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579199229 -SHA256 (opam-full-2.0.6.tar.gz) = 7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4 -SIZE (opam-full-2.0.6.tar.gz) = 7928660 +TIMESTAMP = 1612798209 +SHA256 (opam-full-2.0.8.tar.gz) = 7b9d29233d9633ef50ba766df2e39112b15cd05c1c6fedf80bcb548debcdd9bd +SIZE (opam-full-2.0.8.tar.gz) = 8006252