From nobody Mon Jan 13 00:03:18 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YWXXR14P1z5k5pW; Mon, 13 Jan 2025 00:03:19 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YWXXQ6vWrz4vtb; Mon, 13 Jan 2025 00:03:18 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1736726599; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=g+WZICgqsTIYBghYNCp5z7o70ak1QTWyt6eT8/8fYjY=; b=QbubxXfrSDQPNepNeYlYKBaWeY9iwqg/nbzG4qpEryx8ew8kadnW6oYanjHchgiu6owTQt RHUPyRBg51hvKAXB7gVX5Rg5M4NjzTRSKuk6muKpPNo85lJLfBgD3a/3W3AmatpeO98NDP 4WFqckzExgABpsdMbNvoIicvurkoF4blPJusK+y/RzWkLLLnHgjyPhKmQR9mrR3Y4LqQm8 eLEmm2r7zEGIidBDEng3UQXx0VU9DSCPm8Gt7Hyrw74XTtpc3sDOZmppzTfPy/xEDyhLur ND+AlcUIxMOMzn83M6lZXh38S4nTJuDHWaIzv7nQk1vzg6vHq4dopICJkYCpwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1736726599; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=g+WZICgqsTIYBghYNCp5z7o70ak1QTWyt6eT8/8fYjY=; b=SSIc2zSHj44QzxTKeWqGI8gvM7YjhHPUXsdUwrszumHnSwHfR4ekNXJCR6LY4I+I65I270 oy8CpV9FnVf0NH/QsnIgiJInjABgDbOX5a+DD4niCigQmdLdHyfIERquJcIHO7KG2Rgn1T +THD6xG7xKmoIeEtkCbHUbanfB4h630/jJCfSeKftLpY5K4gURzKj37w24bENtolv/MwBI lEG2sIjGsrkuxYvhMsf7rqQkC3soQaMpMHZAhu++efwsiJULyrBdmeJf/0uKCuITXyyCyB u8eMYzI0twanXwRef00TTR7xLisme5aHzJ2L1FGu5Vlt190OMXwtTvMS8HmhbA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1736726599; a=rsa-sha256; cv=none; b=tI6enBxy7MwlAcdFDFhVYHza3Xy6JpCClbm9EKQNyLeOL0qnGc2odV60JQKuHTWQaFVcGc xPIJMwwgg7P2WxfFZaq07l1TUjqVJgGp1Vd5Y7993+sFXd/A6nLHkNeKpnQrgVrz725RHT 6j1qvOqAXC15LHJH8kt09aSp6sgw8pkhvxt+bl4qiJJPtSIN20ak8zfOVW7TvLe+iAd4cG /byhU1k+BvWvY+giuBAvY0syMLKvXYwMD7Ubwym9Q2bc59fmSKFGje95sC+fGwbn5G0baN jhhUjGsBEmw+ytZqTZ1WhImRDn1KXwsFP2Va1OEXJj1nDrNCQe6tP5zZ0gYpCw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4YWXXQ6WKQz15M9; Mon, 13 Jan 2025 00:03:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 50D03IlU062233; Mon, 13 Jan 2025 00:03:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 50D03IoK062229; Mon, 13 Jan 2025 00:03:18 GMT (envelope-from git) Date: Mon, 13 Jan 2025 00:03:18 GMT Message-Id: <202501130003.50D03IoK062229@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: a26635a3973a - main - science/libcifpp: update 7.0.7 =?utf-8?Q?=E2=86=92?= 7.0.8 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a26635a3973a86e7f205f6ecee5674ed47a99b2f Auto-Submitted: auto-generated The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a26635a3973a86e7f205f6ecee5674ed47a99b2f commit a26635a3973a86e7f205f6ecee5674ed47a99b2f Author: Yuri Victorovich AuthorDate: 2025-01-12 23:44:28 +0000 Commit: Yuri Victorovich CommitDate: 2025-01-13 00:03:13 +0000 science/libcifpp: update 7.0.7 → 7.0.8 --- science/libcifpp/Makefile | 3 +-- science/libcifpp/distinfo | 10 +++++----- science/libcifpp/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/science/libcifpp/Makefile b/science/libcifpp/Makefile index f67cd7af9cd3..ce6974e66856 100644 --- a/science/libcifpp/Makefile +++ b/science/libcifpp/Makefile @@ -1,7 +1,6 @@ PORTNAME= libcifpp DISTVERSIONPREFIX= v -DISTVERSION= 7.0.7 -PORTREVISION= 1 +DISTVERSION= 7.0.8 CATEGORIES= science MASTER_SITES= https://files.wwpdb.org/pub/pdb/data/monomers/:components DISTFILES= components.cif.gz:components diff --git a/science/libcifpp/distinfo b/science/libcifpp/distinfo index a8391213a391..36ccc806dc44 100644 --- a/science/libcifpp/distinfo +++ b/science/libcifpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1729817543 -SHA256 (libcifpp-7.0.7/components.cif.gz) = 938fb58f91fec0e145b6d33bb01b752a45a77c8903f71845f79cd8e1e4a839a8 -SIZE (libcifpp-7.0.7/components.cif.gz) = 102898823 -SHA256 (libcifpp-7.0.7/PDB-REDO-libcifpp-v7.0.7_GH0.tar.gz) = 0e88805b4704d4a899aeee6df5aaace1d6b47d8ccb3a3f39b35bc5a3997c09ac -SIZE (libcifpp-7.0.7/PDB-REDO-libcifpp-v7.0.7_GH0.tar.gz) = 2648232 +TIMESTAMP = 1736722754 +SHA256 (libcifpp-7.0.8/components.cif.gz) = 6c5174e7fdc80bdba9ebba72ae789ad5ca9f47b6885d5f6936c2656eff351847 +SIZE (libcifpp-7.0.8/components.cif.gz) = 104745353 +SHA256 (libcifpp-7.0.8/PDB-REDO-libcifpp-v7.0.8_GH0.tar.gz) = 2297e6649a4f71caf9da5f1d97f59512e7324bb62083bb5b08eb00c1c0385cb3 +SIZE (libcifpp-7.0.8/PDB-REDO-libcifpp-v7.0.8_GH0.tar.gz) = 2648244 diff --git a/science/libcifpp/pkg-plist b/science/libcifpp/pkg-plist index 11bd02e3c8bf..7cc58395cd24 100644 --- a/science/libcifpp/pkg-plist +++ b/science/libcifpp/pkg-plist @@ -34,7 +34,7 @@ lib/cmake/cifpp/cifpp-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/cifpp/cifpp-targets.cmake lib/libcifpp.so lib/libcifpp.so.7.0 -lib/libcifpp.so.7.0.7 +lib/libcifpp.so.7.0.8 %%DATADIR%%/components.cif %%DATADIR%%/mmcif_ddl.dic %%DATADIR%%/mmcif_ma.dic