diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-09 19:59:27 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-09 20:00:09 +0000 |
commit | 8eb9c3421ede92d3ffb5a993365a635d73cff285 (patch) | |
tree | 5cc71cb2cab0612dbfec6e3050c729f911cd14bb | |
parent | 4de7898d60cf25a4589e87e16a99da01df82925f (diff) | |
download | ports-8eb9c3421ede92d3ffb5a993365a635d73cff285.tar.gz ports-8eb9c3421ede92d3ffb5a993365a635d73cff285.zip |
science/coordgenlibs: Update 2.0.3 -> 3.0.0
-rw-r--r-- | science/coordgenlibs/Makefile | 2 | ||||
-rw-r--r-- | science/coordgenlibs/distinfo | 6 | ||||
-rw-r--r-- | science/coordgenlibs/pkg-plist | 4 | ||||
-rw-r--r-- | science/openbabel/Makefile | 2 | ||||
-rw-r--r-- | 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 |