From owner-dev-commits-ports-all@freebsd.org Thu Sep 9 20:01:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 A02CB6764D4; Thu, 9 Sep 2021 20:01:17 +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 4H58yj3jXpz4TxV; Thu, 9 Sep 2021 20:01:17 +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 4E1421FBD5; Thu, 9 Sep 2021 20:01:17 +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 189K1H1K082286; Thu, 9 Sep 2021 20:01:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 189K1HGO082285; Thu, 9 Sep 2021 20:01:17 GMT (envelope-from git) Date: Thu, 9 Sep 2021 20:01:17 GMT Message-Id: <202109092001.189K1HGO082285@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: 8eb9c3421ede - main - science/coordgenlibs: Update 2.0.3 -> 3.0.0 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: 8eb9c3421ede92d3ffb5a993365a635d73cff285 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2021 20:01:17 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb9c3421ede92d3ffb5a993365a635d73cff285 commit 8eb9c3421ede92d3ffb5a993365a635d73cff285 Author: Yuri Victorovich AuthorDate: 2021-09-09 19:59:27 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-09 20:00:09 +0000 science/coordgenlibs: Update 2.0.3 -> 3.0.0 --- science/coordgenlibs/Makefile | 2 +- science/coordgenlibs/distinfo | 6 +++--- science/coordgenlibs/pkg-plist | 4 ++-- science/openbabel/Makefile | 2 +- science/rdkit/Makefile | 1 + 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/science/coordgenlibs/Makefile b/science/coordgenlibs/Makefile index eae6ab9be9b8..651a67a4f2c9 100644 --- a/science/coordgenlibs/Makefile +++ b/science/coordgenlibs/Makefile @@ -1,6 +1,6 @@ PORTNAME= coordgenlibs DISTVERSIONPREFIX= v -DISTVERSION= 2.0.3 +DISTVERSION= 3.0.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/coordgenlibs/distinfo b/science/coordgenlibs/distinfo index 522bc2a15217..291d2e594a94 100644 --- a/science/coordgenlibs/distinfo +++ b/science/coordgenlibs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623389928 -SHA256 (schrodinger-coordgenlibs-v2.0.3_GH0.tar.gz) = 7db567ba988d9fa92918c174ee7a3ba99ee653ca7eef3bee321a3c4419aff515 -SIZE (schrodinger-coordgenlibs-v2.0.3_GH0.tar.gz) = 162607 +TIMESTAMP = 1631213570 +SHA256 (schrodinger-coordgenlibs-v3.0.0_GH0.tar.gz) = 1efabb1bb98cb7dbaa90339f90783fa6109853db3c63932b07ca394f948068d9 +SIZE (schrodinger-coordgenlibs-v3.0.0_GH0.tar.gz) = 166558 diff --git a/science/coordgenlibs/pkg-plist b/science/coordgenlibs/pkg-plist index a4cf07d1562f..64e692ce624d 100644 --- a/science/coordgenlibs/pkg-plist +++ b/science/coordgenlibs/pkg-plist @@ -21,6 +21,6 @@ include/coordgen/sketcherMinimizerStretchInteraction.h lib/cmake/coordgen-config-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/coordgen-config.cmake lib/libcoordgen.so -lib/libcoordgen.so.2 -lib/libcoordgen.so.2.0.3 +lib/libcoordgen.so.3 +lib/libcoordgen.so.3.0.0 %%DATADIR%%/templates.mae diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 3b98322f741e..058ccfc5091f 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -2,7 +2,7 @@ PORTNAME= openbabel DISTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -source CATEGORIES= science MASTER_SITES= https://github.com/openbabel/openbabel/releases/download/openbabel-${PORTVERSION:C/\./-/g}/ diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile index 797effcb2ac1..2868887af376 100644 --- a/science/rdkit/Makefile +++ b/science/rdkit/Makefile @@ -1,6 +1,7 @@ PORTNAME= rdkit DISTVERSIONPREFIX= Release_ DISTVERSION= 2021_03_5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://fonts.google.com/download?family=Comic%20Neue&dummy=/:font DISTFILES= Comic_Neue.zip:font