Date: Thu, 1 Dec 2022 19:38:28 +0000 From: Nuno Teixeira <eduardo@freebsd.org> To: Yuri Victorovich <yuri@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 749db82df5fd - main - */*: Change DISTVERSION to have a hyphen when it refers to a specific revision Message-ID: <CAFDf7UJ_PomzjSvJ807%2B33rDw1VxHWzHE3o8c=_efPBKwiP4sw@mail.gmail.com> In-Reply-To: <202212011842.2B1IgP1Z046087@gitrepo.freebsd.org> References: <202212011842.2B1IgP1Z046087@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000003d348405eec95e81 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Yuri, Did you check future versions? Having 1.1.0-20221006 and considering that a new version appears as 1.1.1 or 1.2.0 [1] pkg version -t 1.1.1 1.1.0-20221006 =3D=3D < pkg version -t 1.2.0 1.1.0-20221006 =3D=3D < [2] pkg version -t 1.1.1 1.1.0.20221006 =3D=3D > pkg version -t 1.2.0 1.1.0.20221006 =3D=3D > This means that case [1] will require an PORTEPOCH bump Cheers, Yuri Victorovich <yuri@freebsd.org> escreveu no dia quinta, 1/12/2022 =C3= =A0(s) 18:42: > The branch main has been updated by yuri: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=3D749db82df5fdb9d46e46af81bb610= 548ffc8bb4a > > commit 749db82df5fdb9d46e46af81bb610548ffc8bb4a > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2022-12-01 15:33:37 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2022-12-01 18:42:20 +0000 > > */*: Change DISTVERSION to have a hyphen when it refers to a specific > revision > > When DISTVERSION contains the real version and a revision modifier, > such modifier should be separated with '-', not '.' > --- > audio/bespokesynth/Makefile | 2 +- > audio/bespokesynth/distinfo | 6 +++--- > devel/shroud/Makefile | 2 +- > devel/shroud/distinfo | 6 +++--- > graphics/elastix/Makefile | 2 +- > graphics/elastix/distinfo | 6 +++--- > graphics/knotter/Makefile | 2 +- > math/cado-nfs/Makefile | 2 +- > math/gravity/Makefile | 2 +- > math/gravity/distinfo | 6 +++--- > multimedia/msopenh264/Makefile | 2 +- > science/fleur/Makefile | 2 +- > science/mrchem/Makefile | 2 +- > science/mrchem/distinfo | 6 +++--- > science/mrcpp/Makefile | 2 +- > science/mrcpp/distinfo | 6 +++--- > science/nwchem/Makefile | 2 +- > science/nwchem/distinfo | 6 +++--- > science/psi4/Makefile | 2 +- > science/psi4/distinfo | 6 +++--- > science/py-mrchem/Makefile | 2 +- > science/py-mrchem/distinfo | 6 +++--- > security/liboqs/Makefile | 2 +- > security/liboqs/distinfo | 6 +++--- > www/castget/Makefile | 2 +- > www/castget/distinfo | 6 +++--- > 26 files changed, 48 insertions(+), 48 deletions(-) > > diff --git a/audio/bespokesynth/Makefile b/audio/bespokesynth/Makefile > index e1c55f4be7ca..2575a56dcbf9 100644 > --- a/audio/bespokesynth/Makefile > +++ b/audio/bespokesynth/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D bespokesynth > -DISTVERSION=3D 1.1.0.20221006 > +DISTVERSION=3D 1.1.0-20221006 > CATEGORIES=3D audio > > MAINTAINER=3D yuri@FreeBSD.org > diff --git a/audio/bespokesynth/distinfo b/audio/bespokesynth/distinfo > index e0d67f5eeb28..4fa0a241ab74 100644 > --- a/audio/bespokesynth/distinfo > +++ b/audio/bespokesynth/distinfo > @@ -1,6 +1,6 @@ > -TIMESTAMP =3D 1666155005 > -SHA256 (BespokeSynth-BespokeSynth-1.1.0.20221006-616ad67_GH0.tar.gz) =3D > efec4b60a8421c6123536535da1975867e58a37693c79d415de4fe656497d00f > -SIZE (BespokeSynth-BespokeSynth-1.1.0.20221006-616ad67_GH0.tar.gz) =3D > 22153257 > +TIMESTAMP =3D 1669872132 > +SHA256 (BespokeSynth-BespokeSynth-1.1.0-20221006-616ad67_GH0.tar.gz) =3D > efec4b60a8421c6123536535da1975867e58a37693c79d415de4fe656497d00f > +SIZE (BespokeSynth-BespokeSynth-1.1.0-20221006-616ad67_GH0.tar.gz) =3D > 22153257 > SHA256 > (chriskohlhoff-asio-01b4e87c04abd4daec58e40463bcdc150085b269_GH0.tar.gz) = =3D > c8cce67ed6035887cdfc1fff62b6c994f03940fef6b19b8ff6e5e4177b0e335e > SIZE > (chriskohlhoff-asio-01b4e87c04abd4daec58e40463bcdc150085b269_GH0.tar.gz) = =3D > 1512738 > SHA256 > (surge-synthesizer-tuning-library-eb8617be49ac3c2436cf54de6bff94a1b1c94ac= f_GH0.tar.gz) > =3D f533cfa378e26da495b2364af5ff86e509e31b984e2cad7f20fdc81b0e421b26 > diff --git a/devel/shroud/Makefile b/devel/shroud/Makefile > index f95c1a69cf75..6f14eff93e1f 100644 > --- a/devel/shroud/Makefile > +++ b/devel/shroud/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D shroud > -DISTVERSION=3D 0.12.2.20220929 > +DISTVERSION=3D 0.12.2-20220929 > CATEGORIES=3D devel > PKGNAMESUFFIX=3D -wrapper-generator > > diff --git a/devel/shroud/distinfo b/devel/shroud/distinfo > index bd323a61d5c7..122595e6381d 100644 > --- a/devel/shroud/distinfo > +++ b/devel/shroud/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1664869071 > -SHA256 (LLNL-shroud-0.12.2.20220929-f5a1aec_GH0.tar.gz) =3D > 79b7048ba58d71180a0cc6c0423a52e2265f096532be97c48b562356d6152c26 > -SIZE (LLNL-shroud-0.12.2.20220929-f5a1aec_GH0.tar.gz) =3D 2822615 > +TIMESTAMP =3D 1669850927 > +SHA256 (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) =3D > 79b7048ba58d71180a0cc6c0423a52e2265f096532be97c48b562356d6152c26 > +SIZE (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) =3D 2822615 > diff --git a/graphics/elastix/Makefile b/graphics/elastix/Makefile > index b22af2b50280..018f05321332 100644 > --- a/graphics/elastix/Makefile > +++ b/graphics/elastix/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D elastix > -DISTVERSION=3D 5.0.1.20220218 > +DISTVERSION=3D 5.0.1-20220218 > PORTREVISION=3D 1 > CATEGORIES=3D graphics > > diff --git a/graphics/elastix/distinfo b/graphics/elastix/distinfo > index 41597eb54f80..f7595054b786 100644 > --- a/graphics/elastix/distinfo > +++ b/graphics/elastix/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1668620803 > -SHA256 > (SuperElastix-elastix-5.0.1.20220218-last-itk5.2-support_GH0.tar.gz) =3D > 4d6218c267602c9b46b30766eb590000c697942c8ca32229cbf6ab66b38458d0 > -SIZE (SuperElastix-elastix-5.0.1.20220218-last-itk5.2-support_GH0.tar.gz= ) > =3D 18930947 > +TIMESTAMP =3D 1669872116 > +SHA256 > (SuperElastix-elastix-5.0.1-20220218-last-itk5.2-support_GH0.tar.gz) =3D > 4d6218c267602c9b46b30766eb590000c697942c8ca32229cbf6ab66b38458d0 > +SIZE (SuperElastix-elastix-5.0.1-20220218-last-itk5.2-support_GH0.tar.gz= ) > =3D 18930947 > diff --git a/graphics/knotter/Makefile b/graphics/knotter/Makefile > index 200bf7ba3267..32695114efcd 100644 > --- a/graphics/knotter/Makefile > +++ b/graphics/knotter/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D knotter > -DISTVERSION=3D 0.9.6.20220205 > +DISTVERSION=3D 0.9.6-20220205 > CATEGORIES=3D graphics > > MAINTAINER=3D yuri@FreeBSD.org > diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile > index b385de3b06f1..9a3d6db21a15 100644 > --- a/math/cado-nfs/Makefile > +++ b/math/cado-nfs/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D cado-nfs > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 2.3.0.20220722 > +DISTVERSION=3D 2.3.0-20220722 > CATEGORIES=3D math > > MAINTAINER=3D yuri@FreeBSD.org > diff --git a/math/gravity/Makefile b/math/gravity/Makefile > index f5fd11f40e3e..a1062debc59f 100644 > --- a/math/gravity/Makefile > +++ b/math/gravity/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D gravity > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 1.1.20220309 > +DISTVERSION=3D 1.1-20220309 > PORTREVISION=3D 1 > CATEGORIES=3D math > PKGNAMEPREFIX=3D coin-or- > diff --git a/math/gravity/distinfo b/math/gravity/distinfo > index 401d7fd8d95c..083a3bcd920f 100644 > --- a/math/gravity/distinfo > +++ b/math/gravity/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1647073695 > -SHA256 (coin-or-Gravity-v1.1.20220309-47ac86a_GH0.tar.gz) =3D > 8f68daa13eeac8d1d1bba4f54ea5cb0d683c603b2a0561ab4c8a905d5b6ff833 > -SIZE (coin-or-Gravity-v1.1.20220309-47ac86a_GH0.tar.gz) =3D 17014869 > +TIMESTAMP =3D 1669872068 > +SHA256 (coin-or-Gravity-v1.1-20220309-47ac86a_GH0.tar.gz) =3D > 8f68daa13eeac8d1d1bba4f54ea5cb0d683c603b2a0561ab4c8a905d5b6ff833 > +SIZE (coin-or-Gravity-v1.1-20220309-47ac86a_GH0.tar.gz) =3D 17014869 > diff --git a/multimedia/msopenh264/Makefile > b/multimedia/msopenh264/Makefile > index 05a24cfbd87e..b93ad5b2364c 100644 > --- a/multimedia/msopenh264/Makefile > +++ b/multimedia/msopenh264/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D msopenh264 > -PORTVERSION=3D 1.2.1.20220531 > +DISTVERSION=3D 1.2.1-20220531 > PORTREVISION=3D 1 > CATEGORIES=3D multimedia net > #MASTER_SITES=3D > https://www.linphone.org/releases/sources/plugins/msopenh264/ > diff --git a/science/fleur/Makefile b/science/fleur/Makefile > index c3d0f9524592..552cf38ec42c 100644 > --- a/science/fleur/Makefile > +++ b/science/fleur/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D fleur > -DISTVERSION=3D 6.0.20220715 > +DISTVERSION=3D 6.0-20220715 > PORTREVISION=3D 1 > CATEGORIES=3D science # chemistry > > diff --git a/science/mrchem/Makefile b/science/mrchem/Makefile > index 44220c1ead0d..715f57cf7e61 100644 > --- a/science/mrchem/Makefile > +++ b/science/mrchem/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D mrchem > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 1.1.0.20221026 > +DISTVERSION=3D 1.1.0-20221026 > CATEGORIES=3D science # chemistry > > MAINTAINER=3D yuri@FreeBSD.org > diff --git a/science/mrchem/distinfo b/science/mrchem/distinfo > index 3a6d681c32ed..190e5683b765 100644 > --- a/science/mrchem/distinfo > +++ b/science/mrchem/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1668465270 > -SHA256 (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D > 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6 > -SIZE (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D 4232434 > +TIMESTAMP =3D 1669872009 > +SHA256 (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D > 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6 > +SIZE (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D 4232434 > diff --git a/science/mrcpp/Makefile b/science/mrcpp/Makefile > index 264ef1868dee..7943d2b2b3cc 100644 > --- a/science/mrcpp/Makefile > +++ b/science/mrcpp/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D mrcpp > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 1.4.1.20221026 > +DISTVERSION=3D 1.4.1-20221026 > PORTREVISION=3D 1 > CATEGORIES=3D science # chemistry > > diff --git a/science/mrcpp/distinfo b/science/mrcpp/distinfo > index f6e9db3f66c0..920f52ee90cd 100644 > --- a/science/mrcpp/distinfo > +++ b/science/mrcpp/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1668464679 > -SHA256 (MRChemSoft-mrcpp-v1.4.1.20221026-e865a7e_GH0.tar.gz) =3D > e97c0e6c5322f8ab31275071b1ebae813e94b82a0befa1cf4eb4301d5dece440 > -SIZE (MRChemSoft-mrcpp-v1.4.1.20221026-e865a7e_GH0.tar.gz) =3D 48487085 > +TIMESTAMP =3D 1669872000 > +SHA256 (MRChemSoft-mrcpp-v1.4.1-20221026-e865a7e_GH0.tar.gz) =3D > e97c0e6c5322f8ab31275071b1ebae813e94b82a0befa1cf4eb4301d5dece440 > +SIZE (MRChemSoft-mrcpp-v1.4.1-20221026-e865a7e_GH0.tar.gz) =3D 48487085 > diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile > index 27d25ef5bfe0..778444fc538f 100644 > --- a/science/nwchem/Makefile > +++ b/science/nwchem/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D nwchem > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 7.0.2.20220224 > +DISTVERSION=3D 7.0.2-20220224 > DISTVERSIONSUFFIX=3D -release > MASTER_SITES=3D > https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/:dftd= 3 > \ > > https://web.archive.org/web/20210527062154if_/https://www.chemie.uni-bonn= .de/pctc/mulliken-center/software/dft-d3/:dft3 > \ > diff --git a/science/nwchem/distinfo b/science/nwchem/distinfo > index 599c84825de3..c7c330e79736 100644 > --- a/science/nwchem/distinfo > +++ b/science/nwchem/distinfo > @@ -1,7 +1,7 @@ > -TIMESTAMP =3D 1645806874 > +TIMESTAMP =3D 1669871913 > SHA256 (nwchem-7.0.2.20220224/dftd3.tgz) =3D > d97cf9758f61aa81fd85425448fbf4a6e8ce07c12e9236739831a3af32880f59 > SIZE (nwchem-7.0.2.20220224/dftd3.tgz) =3D 555804 > SHA256 (nwchem-7.0.2.20220224/libxc-5.2.0.tar.gz) =3D > 30e073ab06638c1e41a3207ec755dee6f516bdcf87988ab89bacafd6b5d3c7a5 > SIZE (nwchem-7.0.2.20220224/libxc-5.2.0.tar.gz) =3D 46419844 > -SHA256 > (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2.20220224-release-7a73690b2= 0764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) > =3D 1abcb6a36e68b84dba7eedd0b12b38c65d86acbfdfa9fca7be17fd28cba3d2e6 > -SIZE > (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2.20220224-release-7a73690b2= 0764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) > =3D 213619006 > +SHA256 > (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2-20220224-release-7a73690b2= 0764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) > =3D 1abcb6a36e68b84dba7eedd0b12b38c65d86acbfdfa9fca7be17fd28cba3d2e6 > +SIZE > (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2-20220224-release-7a73690b2= 0764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) > =3D 213619006 > diff --git a/science/psi4/Makefile b/science/psi4/Makefile > index be1a21263073..2cd50fbedc89 100644 > --- a/science/psi4/Makefile > +++ b/science/psi4/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D psi4 > -DISTVERSION=3D 1.6.1.20221122 > +DISTVERSION=3D 1.6.1-20221122 > PORTREVISION=3D 1 > CATEGORIES=3D science # quantum-chemistry > EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX} > diff --git a/science/psi4/distinfo b/science/psi4/distinfo > index c7af4b750590..a27e7c5f9d75 100644 > --- a/science/psi4/distinfo > +++ b/science/psi4/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1669450517 > -SHA256 (psi4-psi4-1.6.1.20221122-0889d6d34_GH0.tar.gz) =3D > 2ae56a29a2e6a9677ae6bcf0f302a22086427effee072c8fa58d0f12ee55cdef > -SIZE (psi4-psi4-1.6.1.20221122-0889d6d34_GH0.tar.gz) =3D 44809685 > +TIMESTAMP =3D 1669871848 > +SHA256 (psi4-psi4-1.6.1-20221122-0889d6d34_GH0.tar.gz) =3D > 2ae56a29a2e6a9677ae6bcf0f302a22086427effee072c8fa58d0f12ee55cdef > +SIZE (psi4-psi4-1.6.1-20221122-0889d6d34_GH0.tar.gz) =3D 44809685 > diff --git a/science/py-mrchem/Makefile b/science/py-mrchem/Makefile > index 5520349d83da..17316d11e19d 100644 > --- a/science/py-mrchem/Makefile > +++ b/science/py-mrchem/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D mrchem > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 1.1.0.20221026 > +DISTVERSION=3D 1.1.0-20221026 > CATEGORIES=3D science python # chemistry > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > > diff --git a/science/py-mrchem/distinfo b/science/py-mrchem/distinfo > index 3a6d681c32ed..c3c3508e85cc 100644 > --- a/science/py-mrchem/distinfo > +++ b/science/py-mrchem/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1668465270 > -SHA256 (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D > 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6 > -SIZE (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D 4232434 > +TIMESTAMP =3D 1669871808 > +SHA256 (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D > 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6 > +SIZE (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D 4232434 > diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile > index bc62ac15fc4b..36771b930f5e 100644 > --- a/security/liboqs/Makefile > +++ b/security/liboqs/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D liboqs > -DISTVERSION=3D 0.7.2.20220607 > +DISTVERSION=3D 0.7.2-20220607 > CATEGORIES=3D security > > MAINTAINER=3D yuri@FreeBSD.org > diff --git a/security/liboqs/distinfo b/security/liboqs/distinfo > index f89b9abe0b1c..48c231f5b661 100644 > --- a/security/liboqs/distinfo > +++ b/security/liboqs/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1654925875 > -SHA256 > (open-quantum-safe-liboqs-0.7.2.20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2= 251adcc9_GH0.tar.gz) > =3D 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd125bbf5d04f3711a7979 > -SIZE > (open-quantum-safe-liboqs-0.7.2.20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2= 251adcc9_GH0.tar.gz) > =3D 8108855 > +TIMESTAMP =3D 1669872031 > +SHA256 > (open-quantum-safe-liboqs-0.7.2-20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2= 251adcc9_GH0.tar.gz) > =3D 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd125bbf5d04f3711a7979 > +SIZE > (open-quantum-safe-liboqs-0.7.2-20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2= 251adcc9_GH0.tar.gz) > =3D 8108855 > diff --git a/www/castget/Makefile b/www/castget/Makefile > index fc6ec7e65e4a..d69584d99c83 100644 > --- a/www/castget/Makefile > +++ b/www/castget/Makefile > @@ -1,5 +1,5 @@ > PORTNAME=3D castget > -DISTVERSION=3D 2.0.1.20220211 > +DISTVERSION=3D 2.0.1-20220211 > CATEGORIES=3D www > > MAINTAINER=3D ports@FreeBSD.org > diff --git a/www/castget/distinfo b/www/castget/distinfo > index b85df908d114..05c266849f84 100644 > --- a/www/castget/distinfo > +++ b/www/castget/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1663103506 > -SHA256 (mlj-castget-2.0.1.20220211-da9727d_GH0.tar.gz) =3D > 537b31f91c1122a0c668f7b48013333b277c60f7e96f6c37b801bc636fab67ea > -SIZE (mlj-castget-2.0.1.20220211-da9727d_GH0.tar.gz) =3D 44124 > +TIMESTAMP =3D 1669872169 > +SHA256 (mlj-castget-2.0.1-20220211-da9727d_GH0.tar.gz) =3D > 537b31f91c1122a0c668f7b48013333b277c60f7e96f6c37b801bc636fab67ea > +SIZE (mlj-castget-2.0.1-20220211-da9727d_GH0.tar.gz) =3D 44124 > --=20 Nuno Teixeira FreeBSD Committer (ports) --0000000000003d348405eec95e81 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hello Yuri,</div><div><br></div><div>Did you check fu= ture versions?</div><div><br></div><div>Having 1.1.0-20221006 and consideri= ng that a new version appears as 1.1.1 or 1.2.0 <br></div><div><br></div><d= iv>[1]</div><div>pkg version -t 1.1.1 1.1.0-20221006 =3D=3D <</div><div>= <div>pkg version -t 1.2.0 1.1.0-20221006 =3D=3D <</div><div><br></div></= div><div>[2]</div><div>pkg version -t 1.1.1 1.1.0.20221006 =3D=3D ></div= ><div>pkg version -t 1.2.0 1.1.0.20221006 =3D=3D ></div><div><br></div><= div>This means that case [1] will require an PORTEPOCH bump</div><div><br><= /div><div>Cheers,<br></div></div><br><div class=3D"gmail_quote"><div dir=3D= "ltr" class=3D"gmail_attr">Yuri Victorovich <<a href=3D"mailto:yuri@free= bsd.org">yuri@freebsd.org</a>> escreveu no dia quinta, 1/12/2022 =C3=A0(= s) 18:42:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0p= x 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The br= anch main has been updated by yuri:<br> <br> URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D749db82df5fdb9d= 46e46af81bb610548ffc8bb4a" rel=3D"noreferrer" target=3D"_blank">https://cgi= t.FreeBSD.org/ports/commit/?id=3D749db82df5fdb9d46e46af81bb610548ffc8bb4a</= a><br> <br> commit 749db82df5fdb9d46e46af81bb610548ffc8bb4a<br> Author:=C2=A0 =C2=A0 =C2=A0Yuri Victorovich <yuri@FreeBSD.org><br> AuthorDate: 2022-12-01 15:33:37 +0000<br> Commit:=C2=A0 =C2=A0 =C2=A0Yuri Victorovich <yuri@FreeBSD.org><br> CommitDate: 2022-12-01 18:42:20 +0000<br> <br> =C2=A0 =C2=A0 */*: Change DISTVERSION to have a hyphen when it refers to a = specific revision<br> <br> =C2=A0 =C2=A0 When DISTVERSION contains the real version and a revision mod= ifier,<br> =C2=A0 =C2=A0 such modifier should be separated with '-', not '= .'<br> ---<br> =C2=A0audio/bespokesynth/Makefile=C2=A0 =C2=A0 | 2 +-<br> =C2=A0audio/bespokesynth/distinfo=C2=A0 =C2=A0 | 6 +++---<br> =C2=A0devel/shroud/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0devel/shroud/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 6 +++---<br= > =C2=A0graphics/elastix/Makefile=C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0graphics/elastix/distinfo=C2=A0 =C2=A0 =C2=A0 | 6 +++---<br> =C2=A0graphics/knotter/Makefile=C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0math/cado-nfs/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-<br> =C2=A0math/gravity/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0math/gravity/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 6 +++---<br= > =C2=A0multimedia/msopenh264/Makefile | 2 +-<br> =C2=A0science/fleur/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-<br> =C2=A0science/mrchem/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0science/mrchem/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 6 +++---<br> =C2=A0science/mrcpp/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-<br> =C2=A0science/mrcpp/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 6 +++---<br= > =C2=A0science/nwchem/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0science/nwchem/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 6 +++---<br> =C2=A0science/psi4/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-<br> =C2=A0science/psi4/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 6 +++---<br= > =C2=A0science/py-mrchem/Makefile=C2=A0 =C2=A0 =C2=A0| 2 +-<br> =C2=A0science/py-mrchem/distinfo=C2=A0 =C2=A0 =C2=A0| 6 +++---<br> =C2=A0security/liboqs/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-<br> =C2=A0security/liboqs/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0| 6 +++---<br> =C2=A0www/castget/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-<b= r> =C2=A0www/castget/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 6 +++-= --<br> =C2=A026 files changed, 48 insertions(+), 48 deletions(-)<br> <br> diff --git a/audio/bespokesynth/Makefile b/audio/bespokesynth/Makefile<br> index e1c55f4be7ca..2575a56dcbf9 100644<br> --- a/audio/bespokesynth/Makefile<br> +++ b/audio/bespokesynth/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 bespokesynth<br> -DISTVERSION=3D=C2=A0 =C2=A01.1.0.20221006<br> +DISTVERSION=3D=C2=A0 =C2=A01.1.0-20221006<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 audio<br> <br> =C2=A0MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br> diff --git a/audio/bespokesynth/distinfo b/audio/bespokesynth/distinfo<br> index e0d67f5eeb28..4fa0a241ab74 100644<br> --- a/audio/bespokesynth/distinfo<br> +++ b/audio/bespokesynth/distinfo<br> @@ -1,6 +1,6 @@<br> -TIMESTAMP =3D 1666155005<br> -SHA256 (BespokeSynth-BespokeSynth-1.1.0.20221006-616ad67_GH0.tar.gz) =3D e= fec4b60a8421c6123536535da1975867e58a37693c79d415de4fe656497d00f<br> -SIZE (BespokeSynth-BespokeSynth-1.1.0.20221006-616ad67_GH0.tar.gz) =3D 221= 53257<br> +TIMESTAMP =3D 1669872132<br> +SHA256 (BespokeSynth-BespokeSynth-1.1.0-20221006-616ad67_GH0.tar.gz) =3D e= fec4b60a8421c6123536535da1975867e58a37693c79d415de4fe656497d00f<br> +SIZE (BespokeSynth-BespokeSynth-1.1.0-20221006-616ad67_GH0.tar.gz) =3D 221= 53257<br> =C2=A0SHA256 (chriskohlhoff-asio-01b4e87c04abd4daec58e40463bcdc150085b269_G= H0.tar.gz) =3D c8cce67ed6035887cdfc1fff62b6c994f03940fef6b19b8ff6e5e4177b0e= 335e<br> =C2=A0SIZE (chriskohlhoff-asio-01b4e87c04abd4daec58e40463bcdc150085b269_GH0= .tar.gz) =3D 1512738<br> =C2=A0SHA256 (surge-synthesizer-tuning-library-eb8617be49ac3c2436cf54de6bff= 94a1b1c94acf_GH0.tar.gz) =3D f533cfa378e26da495b2364af5ff86e509e31b984e2cad= 7f20fdc81b0e421b26<br> diff --git a/devel/shroud/Makefile b/devel/shroud/Makefile<br> index f95c1a69cf75..6f14eff93e1f 100644<br> --- a/devel/shroud/Makefile<br> +++ b/devel/shroud/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 shroud<br> -DISTVERSION=3D=C2=A0 =C2=A00.12.2.20220929<br> +DISTVERSION=3D=C2=A0 =C2=A00.12.2-20220929<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 devel<br> =C2=A0PKGNAMESUFFIX=3D -wrapper-generator<br> <br> diff --git a/devel/shroud/distinfo b/devel/shroud/distinfo<br> index bd323a61d5c7..122595e6381d 100644<br> --- a/devel/shroud/distinfo<br> +++ b/devel/shroud/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1664869071<br> -SHA256 (LLNL-shroud-0.12.2.20220929-f5a1aec_GH0.tar.gz) =3D 79b7048ba58d71= 180a0cc6c0423a52e2265f096532be97c48b562356d6152c26<br> -SIZE (LLNL-shroud-0.12.2.20220929-f5a1aec_GH0.tar.gz) =3D 2822615<br> +TIMESTAMP =3D 1669850927<br> +SHA256 (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) =3D 79b7048ba58d71= 180a0cc6c0423a52e2265f096532be97c48b562356d6152c26<br> +SIZE (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) =3D 2822615<br> diff --git a/graphics/elastix/Makefile b/graphics/elastix/Makefile<br> index b22af2b50280..018f05321332 100644<br> --- a/graphics/elastix/Makefile<br> +++ b/graphics/elastix/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 elastix<br> -DISTVERSION=3D=C2=A0 =C2=A05.0.1.20220218<br> +DISTVERSION=3D=C2=A0 =C2=A05.0.1-20220218<br> =C2=A0PORTREVISION=3D=C2=A0 1<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 graphics<br> <br> diff --git a/graphics/elastix/distinfo b/graphics/elastix/distinfo<br> index 41597eb54f80..f7595054b786 100644<br> --- a/graphics/elastix/distinfo<br> +++ b/graphics/elastix/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1668620803<br> -SHA256 (SuperElastix-elastix-5.0.1.20220218-last-itk5.2-support_GH0.tar.gz= ) =3D 4d6218c267602c9b46b30766eb590000c697942c8ca32229cbf6ab66b38458d0<br> -SIZE (SuperElastix-elastix-5.0.1.20220218-last-itk5.2-support_GH0.tar.gz) = =3D 18930947<br> +TIMESTAMP =3D 1669872116<br> +SHA256 (SuperElastix-elastix-5.0.1-20220218-last-itk5.2-support_GH0.tar.gz= ) =3D 4d6218c267602c9b46b30766eb590000c697942c8ca32229cbf6ab66b38458d0<br> +SIZE (SuperElastix-elastix-5.0.1-20220218-last-itk5.2-support_GH0.tar.gz) = =3D 18930947<br> diff --git a/graphics/knotter/Makefile b/graphics/knotter/Makefile<br> index 200bf7ba3267..32695114efcd 100644<br> --- a/graphics/knotter/Makefile<br> +++ b/graphics/knotter/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 knotter<br> -DISTVERSION=3D=C2=A0 =C2=A00.9.6.20220205<br> +DISTVERSION=3D=C2=A0 =C2=A00.9.6-20220205<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 graphics<br> <br> =C2=A0MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br> diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile<br> index b385de3b06f1..9a3d6db21a15 100644<br> --- a/math/cado-nfs/Makefile<br> +++ b/math/cado-nfs/Makefile<br> @@ -1,6 +1,6 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 cado-nfs<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br> -DISTVERSION=3D=C2=A0 =C2=A02.3.0.20220722<br> +DISTVERSION=3D=C2=A0 =C2=A02.3.0-20220722<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 math<br> <br> =C2=A0MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br> diff --git a/math/gravity/Makefile b/math/gravity/Makefile<br> index f5fd11f40e3e..a1062debc59f 100644<br> --- a/math/gravity/Makefile<br> +++ b/math/gravity/Makefile<br> @@ -1,6 +1,6 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 gravity<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br> -DISTVERSION=3D=C2=A0 =C2=A01.1.20220309<br> +DISTVERSION=3D=C2=A0 =C2=A01.1-20220309<br> =C2=A0PORTREVISION=3D=C2=A0 1<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 math<br> =C2=A0PKGNAMEPREFIX=3D coin-or-<br> diff --git a/math/gravity/distinfo b/math/gravity/distinfo<br> index 401d7fd8d95c..083a3bcd920f 100644<br> --- a/math/gravity/distinfo<br> +++ b/math/gravity/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1647073695<br> -SHA256 (coin-or-Gravity-v1.1.20220309-47ac86a_GH0.tar.gz) =3D 8f68daa13eea= c8d1d1bba4f54ea5cb0d683c603b2a0561ab4c8a905d5b6ff833<br> -SIZE (coin-or-Gravity-v1.1.20220309-47ac86a_GH0.tar.gz) =3D 17014869<br> +TIMESTAMP =3D 1669872068<br> +SHA256 (coin-or-Gravity-v1.1-20220309-47ac86a_GH0.tar.gz) =3D 8f68daa13eea= c8d1d1bba4f54ea5cb0d683c603b2a0561ab4c8a905d5b6ff833<br> +SIZE (coin-or-Gravity-v1.1-20220309-47ac86a_GH0.tar.gz) =3D 17014869<br> diff --git a/multimedia/msopenh264/Makefile b/multimedia/msopenh264/Makefil= e<br> index 05a24cfbd87e..b93ad5b2364c 100644<br> --- a/multimedia/msopenh264/Makefile<br> +++ b/multimedia/msopenh264/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 msopenh264<br> -PORTVERSION=3D=C2=A0 =C2=A01.2.1.20220531<br> +DISTVERSION=3D=C2=A0 =C2=A01.2.1-20220531<br> =C2=A0PORTREVISION=3D=C2=A0 1<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 multimedia net<br> =C2=A0#MASTER_SITES=3D <a href=3D"https://www.linphone.org/releases/sources= /plugins/msopenh264/" rel=3D"noreferrer" target=3D"_blank">https://www.linp= hone.org/releases/sources/plugins/msopenh264/</a><br> diff --git a/science/fleur/Makefile b/science/fleur/Makefile<br> index c3d0f9524592..552cf38ec42c 100644<br> --- a/science/fleur/Makefile<br> +++ b/science/fleur/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 fleur<br> -DISTVERSION=3D=C2=A0 =C2=A06.0.20220715<br> +DISTVERSION=3D=C2=A0 =C2=A06.0-20220715<br> =C2=A0PORTREVISION=3D=C2=A0 1<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 science # chemistry<br> <br> diff --git a/science/mrchem/Makefile b/science/mrchem/Makefile<br> index 44220c1ead0d..715f57cf7e61 100644<br> --- a/science/mrchem/Makefile<br> +++ b/science/mrchem/Makefile<br> @@ -1,6 +1,6 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 mrchem<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br> -DISTVERSION=3D=C2=A0 =C2=A01.1.0.20221026<br> +DISTVERSION=3D=C2=A0 =C2=A01.1.0-20221026<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 science # chemistry<br> <br> =C2=A0MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br> diff --git a/science/mrchem/distinfo b/science/mrchem/distinfo<br> index 3a6d681c32ed..190e5683b765 100644<br> --- a/science/mrchem/distinfo<br> +++ b/science/mrchem/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1668465270<br> -SHA256 (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D 8d6d9b5= 0476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6<br> -SIZE (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D 4232434<b= r> +TIMESTAMP =3D 1669872009<br> +SHA256 (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D 8d6d9b5= 0476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6<br> +SIZE (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D 4232434<b= r> diff --git a/science/mrcpp/Makefile b/science/mrcpp/Makefile<br> index 264ef1868dee..7943d2b2b3cc 100644<br> --- a/science/mrcpp/Makefile<br> +++ b/science/mrcpp/Makefile<br> @@ -1,6 +1,6 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 mrcpp<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br> -DISTVERSION=3D=C2=A0 =C2=A01.4.1.20221026<br> +DISTVERSION=3D=C2=A0 =C2=A01.4.1-20221026<br> =C2=A0PORTREVISION=3D=C2=A0 1<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 science # chemistry<br> <br> diff --git a/science/mrcpp/distinfo b/science/mrcpp/distinfo<br> index f6e9db3f66c0..920f52ee90cd 100644<br> --- a/science/mrcpp/distinfo<br> +++ b/science/mrcpp/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1668464679<br> -SHA256 (MRChemSoft-mrcpp-v1.4.1.20221026-e865a7e_GH0.tar.gz) =3D e97c0e6c5= 322f8ab31275071b1ebae813e94b82a0befa1cf4eb4301d5dece440<br> -SIZE (MRChemSoft-mrcpp-v1.4.1.20221026-e865a7e_GH0.tar.gz) =3D 48487085<br= > +TIMESTAMP =3D 1669872000<br> +SHA256 (MRChemSoft-mrcpp-v1.4.1-20221026-e865a7e_GH0.tar.gz) =3D e97c0e6c5= 322f8ab31275071b1ebae813e94b82a0befa1cf4eb4301d5dece440<br> +SIZE (MRChemSoft-mrcpp-v1.4.1-20221026-e865a7e_GH0.tar.gz) =3D 48487085<br= > diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile<br> index 27d25ef5bfe0..778444fc538f 100644<br> --- a/science/nwchem/Makefile<br> +++ b/science/nwchem/Makefile<br> @@ -1,6 +1,6 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 nwchem<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br> -DISTVERSION=3D=C2=A0 =C2=A07.0.2.20220224<br> +DISTVERSION=3D=C2=A0 =C2=A07.0.2-20220224<br> =C2=A0DISTVERSIONSUFFIX=3D=C2=A0 =C2=A0 =C2=A0-release<br> =C2=A0MASTER_SITES=3D=C2=A0 <a href=3D"https://www.chemie.uni-bonn.de/pctc/= mulliken-center/software/dft-d3/:dftd3" rel=3D"noreferrer" target=3D"_blank= ">https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/:dftd= 3</a> \<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https://= web.archive.org/web/20210527062154if_/https://www.chemie.uni-bonn.de/pctc/m= ulliken-center/software/dft-d3/:dft3" rel=3D"noreferrer" target=3D"_blank">= https://web.archive.org/web/20210527062154if_/https://www.chemie.uni-bonn.d= e/pctc/mulliken-center/software/dft-d3/:dft3</a> \<br> diff --git a/science/nwchem/distinfo b/science/nwchem/distinfo<br> index 599c84825de3..c7c330e79736 100644<br> --- a/science/nwchem/distinfo<br> +++ b/science/nwchem/distinfo<br> @@ -1,7 +1,7 @@<br> -TIMESTAMP =3D 1645806874<br> +TIMESTAMP =3D 1669871913<br> =C2=A0SHA256 (nwchem-7.0.2.20220224/dftd3.tgz) =3D d97cf9758f61aa81fd854254= 48fbf4a6e8ce07c12e9236739831a3af32880f59<br> =C2=A0SIZE (nwchem-7.0.2.20220224/dftd3.tgz) =3D 555804<br> =C2=A0SHA256 (nwchem-7.0.2.20220224/libxc-5.2.0.tar.gz) =3D 30e073ab06638c1= e41a3207ec755dee6f516bdcf87988ab89bacafd6b5d3c7a5<br> =C2=A0SIZE (nwchem-7.0.2.20220224/libxc-5.2.0.tar.gz) =3D 46419844<br> -SHA256 (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2.20220224-release-7a7= 3690b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) =3D 1abcb6a36e68b84dba7ee= dd0b12b38c65d86acbfdfa9fca7be17fd28cba3d2e6<br> -SIZE (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2.20220224-release-7a736= 90b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) =3D 213619006<br> +SHA256 (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2-20220224-release-7a7= 3690b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) =3D 1abcb6a36e68b84dba7ee= dd0b12b38c65d86acbfdfa9fca7be17fd28cba3d2e6<br> +SIZE (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2-20220224-release-7a736= 90b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz) =3D 213619006<br> diff --git a/science/psi4/Makefile b/science/psi4/Makefile<br> index be1a21263073..2cd50fbedc89 100644<br> --- a/science/psi4/Makefile<br> +++ b/science/psi4/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 psi4<br> -DISTVERSION=3D=C2=A0 =C2=A01.6.1.20221122<br> +DISTVERSION=3D=C2=A0 =C2=A01.6.1-20221122<br> =C2=A0PORTREVISION=3D=C2=A0 1<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 science # quantum-chemistry<br> =C2=A0EXTRACT_ONLY=3D=C2=A0 ${DISTNAME}${EXTRACT_SUFX}<br> diff --git a/science/psi4/distinfo b/science/psi4/distinfo<br> index c7af4b750590..a27e7c5f9d75 100644<br> --- a/science/psi4/distinfo<br> +++ b/science/psi4/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1669450517<br> -SHA256 (psi4-psi4-1.6.1.20221122-0889d6d34_GH0.tar.gz) =3D 2ae56a29a2e6a96= 77ae6bcf0f302a22086427effee072c8fa58d0f12ee55cdef<br> -SIZE (psi4-psi4-1.6.1.20221122-0889d6d34_GH0.tar.gz) =3D 44809685<br> +TIMESTAMP =3D 1669871848<br> +SHA256 (psi4-psi4-1.6.1-20221122-0889d6d34_GH0.tar.gz) =3D 2ae56a29a2e6a96= 77ae6bcf0f302a22086427effee072c8fa58d0f12ee55cdef<br> +SIZE (psi4-psi4-1.6.1-20221122-0889d6d34_GH0.tar.gz) =3D 44809685<br> diff --git a/science/py-mrchem/Makefile b/science/py-mrchem/Makefile<br> index 5520349d83da..17316d11e19d 100644<br> --- a/science/py-mrchem/Makefile<br> +++ b/science/py-mrchem/Makefile<br> @@ -1,6 +1,6 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 mrchem<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br> -DISTVERSION=3D=C2=A0 =C2=A01.1.0.20221026<br> +DISTVERSION=3D=C2=A0 =C2=A01.1.0-20221026<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 science python # chemistry<br> =C2=A0PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX}<br> <br> diff --git a/science/py-mrchem/distinfo b/science/py-mrchem/distinfo<br> index 3a6d681c32ed..c3c3508e85cc 100644<br> --- a/science/py-mrchem/distinfo<br> +++ b/science/py-mrchem/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1668465270<br> -SHA256 (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D 8d6d9b5= 0476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6<br> -SIZE (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =3D 4232434<b= r> +TIMESTAMP =3D 1669871808<br> +SHA256 (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D 8d6d9b5= 0476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6<br> +SIZE (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =3D 4232434<b= r> diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile<br> index bc62ac15fc4b..36771b930f5e 100644<br> --- a/security/liboqs/Makefile<br> +++ b/security/liboqs/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 liboqs<br> -DISTVERSION=3D=C2=A0 =C2=A00.7.2.20220607<br> +DISTVERSION=3D=C2=A0 =C2=A00.7.2-20220607<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 security<br> <br> =C2=A0MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br> diff --git a/security/liboqs/distinfo b/security/liboqs/distinfo<br> index f89b9abe0b1c..48c231f5b661 100644<br> --- a/security/liboqs/distinfo<br> +++ b/security/liboqs/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1654925875<br> -SHA256 (open-quantum-safe-liboqs-0.7.2.20220607-38d3014dc2f74ec0f0c1a9e7e6= 1aa4d2251adcc9_GH0.tar.gz) =3D 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd= 125bbf5d04f3711a7979<br> -SIZE (open-quantum-safe-liboqs-0.7.2.20220607-38d3014dc2f74ec0f0c1a9e7e61a= a4d2251adcc9_GH0.tar.gz) =3D 8108855<br> +TIMESTAMP =3D 1669872031<br> +SHA256 (open-quantum-safe-liboqs-0.7.2-20220607-38d3014dc2f74ec0f0c1a9e7e6= 1aa4d2251adcc9_GH0.tar.gz) =3D 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd= 125bbf5d04f3711a7979<br> +SIZE (open-quantum-safe-liboqs-0.7.2-20220607-38d3014dc2f74ec0f0c1a9e7e61a= a4d2251adcc9_GH0.tar.gz) =3D 8108855<br> diff --git a/www/castget/Makefile b/www/castget/Makefile<br> index fc6ec7e65e4a..d69584d99c83 100644<br> --- a/www/castget/Makefile<br> +++ b/www/castget/Makefile<br> @@ -1,5 +1,5 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 castget<br> -DISTVERSION=3D=C2=A0 =C2=A02.0.1.20220211<br> +DISTVERSION=3D=C2=A0 =C2=A02.0.1-20220211<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 www<br> <br> =C2=A0MAINTAINER=3D=C2=A0 =C2=A0 ports@FreeBSD.org<br> diff --git a/www/castget/distinfo b/www/castget/distinfo<br> index b85df908d114..05c266849f84 100644<br> --- a/www/castget/distinfo<br> +++ b/www/castget/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1663103506<br> -SHA256 (mlj-castget-2.0.1.20220211-da9727d_GH0.tar.gz) =3D 537b31f91c1122a= 0c668f7b48013333b277c60f7e96f6c37b801bc636fab67ea<br> -SIZE (mlj-castget-2.0.1.20220211-da9727d_GH0.tar.gz) =3D 44124<br> +TIMESTAMP =3D 1669872169<br> +SHA256 (mlj-castget-2.0.1-20220211-da9727d_GH0.tar.gz) =3D 537b31f91c1122a= 0c668f7b48013333b277c60f7e96f6c37b801bc636fab67ea<br> +SIZE (mlj-castget-2.0.1-20220211-da9727d_GH0.tar.gz) =3D 44124<br> </blockquote></div><br clear=3D"all"><br>-- <br><div dir=3D"ltr" class=3D"g= mail_signature"><div dir=3D"ltr"><span style=3D"color:rgb(102,102,102)">Nun= o Teixeira<br>FreeBSD Committer (ports)</span></div></div> --0000000000003d348405eec95e81--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7UJ_PomzjSvJ807%2B33rDw1VxHWzHE3o8c=_efPBKwiP4sw>