Re: git: 749db82df5fd - main - */*: Change DISTVERSION to have a hyphen when it refers to a specific revision
- Reply: Yuri Victorovich : "Re: git: 749db82df5fd - main - */*: Change DISTVERSION to have a hyphen when it refers to a specific revision"
- In reply to: Yuri Victorovich : "git: 749db82df5fd - main - */*: Change DISTVERSION to have a hyphen when it refers to a specific revision"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 19:38:28 UTC
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 == <
pkg version -t 1.2.0 1.1.0-20221006 == <
[2]
pkg version -t 1.1.1 1.1.0.20221006 == >
pkg version -t 1.2.0 1.1.0.20221006 == >
This means that case [1] will require an PORTEPOCH bump
Cheers,
Yuri Victorovich <yuri@freebsd.org> escreveu no dia quinta, 1/12/2022 à(s)
18:42:
> The branch main has been updated by yuri:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=749db82df5fdb9d46e46af81bb610548ffc8bb4a
>
> 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= bespokesynth
> -DISTVERSION= 1.1.0.20221006
> +DISTVERSION= 1.1.0-20221006
> CATEGORIES= audio
>
> MAINTAINER= 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 = 1666155005
> -SHA256 (BespokeSynth-BespokeSynth-1.1.0.20221006-616ad67_GH0.tar.gz) =
> efec4b60a8421c6123536535da1975867e58a37693c79d415de4fe656497d00f
> -SIZE (BespokeSynth-BespokeSynth-1.1.0.20221006-616ad67_GH0.tar.gz) =
> 22153257
> +TIMESTAMP = 1669872132
> +SHA256 (BespokeSynth-BespokeSynth-1.1.0-20221006-616ad67_GH0.tar.gz) =
> efec4b60a8421c6123536535da1975867e58a37693c79d415de4fe656497d00f
> +SIZE (BespokeSynth-BespokeSynth-1.1.0-20221006-616ad67_GH0.tar.gz) =
> 22153257
> SHA256
> (chriskohlhoff-asio-01b4e87c04abd4daec58e40463bcdc150085b269_GH0.tar.gz) =
> c8cce67ed6035887cdfc1fff62b6c994f03940fef6b19b8ff6e5e4177b0e335e
> SIZE
> (chriskohlhoff-asio-01b4e87c04abd4daec58e40463bcdc150085b269_GH0.tar.gz) =
> 1512738
> SHA256
> (surge-synthesizer-tuning-library-eb8617be49ac3c2436cf54de6bff94a1b1c94acf_GH0.tar.gz)
> = 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= shroud
> -DISTVERSION= 0.12.2.20220929
> +DISTVERSION= 0.12.2-20220929
> CATEGORIES= devel
> PKGNAMESUFFIX= -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 = 1664869071
> -SHA256 (LLNL-shroud-0.12.2.20220929-f5a1aec_GH0.tar.gz) =
> 79b7048ba58d71180a0cc6c0423a52e2265f096532be97c48b562356d6152c26
> -SIZE (LLNL-shroud-0.12.2.20220929-f5a1aec_GH0.tar.gz) = 2822615
> +TIMESTAMP = 1669850927
> +SHA256 (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) =
> 79b7048ba58d71180a0cc6c0423a52e2265f096532be97c48b562356d6152c26
> +SIZE (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) = 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= elastix
> -DISTVERSION= 5.0.1.20220218
> +DISTVERSION= 5.0.1-20220218
> PORTREVISION= 1
> CATEGORIES= 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 = 1668620803
> -SHA256
> (SuperElastix-elastix-5.0.1.20220218-last-itk5.2-support_GH0.tar.gz) =
> 4d6218c267602c9b46b30766eb590000c697942c8ca32229cbf6ab66b38458d0
> -SIZE (SuperElastix-elastix-5.0.1.20220218-last-itk5.2-support_GH0.tar.gz)
> = 18930947
> +TIMESTAMP = 1669872116
> +SHA256
> (SuperElastix-elastix-5.0.1-20220218-last-itk5.2-support_GH0.tar.gz) =
> 4d6218c267602c9b46b30766eb590000c697942c8ca32229cbf6ab66b38458d0
> +SIZE (SuperElastix-elastix-5.0.1-20220218-last-itk5.2-support_GH0.tar.gz)
> = 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= knotter
> -DISTVERSION= 0.9.6.20220205
> +DISTVERSION= 0.9.6-20220205
> CATEGORIES= graphics
>
> MAINTAINER= 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= cado-nfs
> DISTVERSIONPREFIX= v
> -DISTVERSION= 2.3.0.20220722
> +DISTVERSION= 2.3.0-20220722
> CATEGORIES= math
>
> MAINTAINER= 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= gravity
> DISTVERSIONPREFIX= v
> -DISTVERSION= 1.1.20220309
> +DISTVERSION= 1.1-20220309
> PORTREVISION= 1
> CATEGORIES= math
> PKGNAMEPREFIX= 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 = 1647073695
> -SHA256 (coin-or-Gravity-v1.1.20220309-47ac86a_GH0.tar.gz) =
> 8f68daa13eeac8d1d1bba4f54ea5cb0d683c603b2a0561ab4c8a905d5b6ff833
> -SIZE (coin-or-Gravity-v1.1.20220309-47ac86a_GH0.tar.gz) = 17014869
> +TIMESTAMP = 1669872068
> +SHA256 (coin-or-Gravity-v1.1-20220309-47ac86a_GH0.tar.gz) =
> 8f68daa13eeac8d1d1bba4f54ea5cb0d683c603b2a0561ab4c8a905d5b6ff833
> +SIZE (coin-or-Gravity-v1.1-20220309-47ac86a_GH0.tar.gz) = 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= msopenh264
> -PORTVERSION= 1.2.1.20220531
> +DISTVERSION= 1.2.1-20220531
> PORTREVISION= 1
> CATEGORIES= multimedia net
> #MASTER_SITES=
> 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= fleur
> -DISTVERSION= 6.0.20220715
> +DISTVERSION= 6.0-20220715
> PORTREVISION= 1
> CATEGORIES= 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= mrchem
> DISTVERSIONPREFIX= v
> -DISTVERSION= 1.1.0.20221026
> +DISTVERSION= 1.1.0-20221026
> CATEGORIES= science # chemistry
>
> MAINTAINER= 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 = 1668465270
> -SHA256 (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =
> 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6
> -SIZE (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) = 4232434
> +TIMESTAMP = 1669872009
> +SHA256 (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =
> 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6
> +SIZE (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) = 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= mrcpp
> DISTVERSIONPREFIX= v
> -DISTVERSION= 1.4.1.20221026
> +DISTVERSION= 1.4.1-20221026
> PORTREVISION= 1
> CATEGORIES= 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 = 1668464679
> -SHA256 (MRChemSoft-mrcpp-v1.4.1.20221026-e865a7e_GH0.tar.gz) =
> e97c0e6c5322f8ab31275071b1ebae813e94b82a0befa1cf4eb4301d5dece440
> -SIZE (MRChemSoft-mrcpp-v1.4.1.20221026-e865a7e_GH0.tar.gz) = 48487085
> +TIMESTAMP = 1669872000
> +SHA256 (MRChemSoft-mrcpp-v1.4.1-20221026-e865a7e_GH0.tar.gz) =
> e97c0e6c5322f8ab31275071b1ebae813e94b82a0befa1cf4eb4301d5dece440
> +SIZE (MRChemSoft-mrcpp-v1.4.1-20221026-e865a7e_GH0.tar.gz) = 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= nwchem
> DISTVERSIONPREFIX= v
> -DISTVERSION= 7.0.2.20220224
> +DISTVERSION= 7.0.2-20220224
> DISTVERSIONSUFFIX= -release
> MASTER_SITES=
> https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/:dftd3
> \
>
> 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 = 1645806874
> +TIMESTAMP = 1669871913
> SHA256 (nwchem-7.0.2.20220224/dftd3.tgz) =
> d97cf9758f61aa81fd85425448fbf4a6e8ce07c12e9236739831a3af32880f59
> SIZE (nwchem-7.0.2.20220224/dftd3.tgz) = 555804
> SHA256 (nwchem-7.0.2.20220224/libxc-5.2.0.tar.gz) =
> 30e073ab06638c1e41a3207ec755dee6f516bdcf87988ab89bacafd6b5d3c7a5
> SIZE (nwchem-7.0.2.20220224/libxc-5.2.0.tar.gz) = 46419844
> -SHA256
> (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2.20220224-release-7a73690b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz)
> = 1abcb6a36e68b84dba7eedd0b12b38c65d86acbfdfa9fca7be17fd28cba3d2e6
> -SIZE
> (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2.20220224-release-7a73690b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz)
> = 213619006
> +SHA256
> (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2-20220224-release-7a73690b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz)
> = 1abcb6a36e68b84dba7eedd0b12b38c65d86acbfdfa9fca7be17fd28cba3d2e6
> +SIZE
> (nwchem-7.0.2.20220224/nwchemgit-nwchem-v7.0.2-20220224-release-7a73690b20764d26dc9fdfae9ff0c110253fbf6f_GH0.tar.gz)
> = 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= psi4
> -DISTVERSION= 1.6.1.20221122
> +DISTVERSION= 1.6.1-20221122
> PORTREVISION= 1
> CATEGORIES= science # quantum-chemistry
> EXTRACT_ONLY= ${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 = 1669450517
> -SHA256 (psi4-psi4-1.6.1.20221122-0889d6d34_GH0.tar.gz) =
> 2ae56a29a2e6a9677ae6bcf0f302a22086427effee072c8fa58d0f12ee55cdef
> -SIZE (psi4-psi4-1.6.1.20221122-0889d6d34_GH0.tar.gz) = 44809685
> +TIMESTAMP = 1669871848
> +SHA256 (psi4-psi4-1.6.1-20221122-0889d6d34_GH0.tar.gz) =
> 2ae56a29a2e6a9677ae6bcf0f302a22086427effee072c8fa58d0f12ee55cdef
> +SIZE (psi4-psi4-1.6.1-20221122-0889d6d34_GH0.tar.gz) = 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= mrchem
> DISTVERSIONPREFIX= v
> -DISTVERSION= 1.1.0.20221026
> +DISTVERSION= 1.1.0-20221026
> CATEGORIES= science python # chemistry
> PKGNAMEPREFIX= ${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 = 1668465270
> -SHA256 (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) =
> 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6
> -SIZE (MRChemSoft-mrchem-v1.1.0.20221026-40042fd7_GH0.tar.gz) = 4232434
> +TIMESTAMP = 1669871808
> +SHA256 (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) =
> 8d6d9b50476b44f338b2fd5120113c68181f57949c1d75bfdd151de4802d62a6
> +SIZE (MRChemSoft-mrchem-v1.1.0-20221026-40042fd7_GH0.tar.gz) = 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= liboqs
> -DISTVERSION= 0.7.2.20220607
> +DISTVERSION= 0.7.2-20220607
> CATEGORIES= security
>
> MAINTAINER= 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 = 1654925875
> -SHA256
> (open-quantum-safe-liboqs-0.7.2.20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9_GH0.tar.gz)
> = 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd125bbf5d04f3711a7979
> -SIZE
> (open-quantum-safe-liboqs-0.7.2.20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9_GH0.tar.gz)
> = 8108855
> +TIMESTAMP = 1669872031
> +SHA256
> (open-quantum-safe-liboqs-0.7.2-20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9_GH0.tar.gz)
> = 7faa627bc956f4c9c2b42cfc43324a07a48407ce1efd125bbf5d04f3711a7979
> +SIZE
> (open-quantum-safe-liboqs-0.7.2-20220607-38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9_GH0.tar.gz)
> = 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= castget
> -DISTVERSION= 2.0.1.20220211
> +DISTVERSION= 2.0.1-20220211
> CATEGORIES= www
>
> MAINTAINER= 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 = 1663103506
> -SHA256 (mlj-castget-2.0.1.20220211-da9727d_GH0.tar.gz) =
> 537b31f91c1122a0c668f7b48013333b277c60f7e96f6c37b801bc636fab67ea
> -SIZE (mlj-castget-2.0.1.20220211-da9727d_GH0.tar.gz) = 44124
> +TIMESTAMP = 1669872169
> +SHA256 (mlj-castget-2.0.1-20220211-da9727d_GH0.tar.gz) =
> 537b31f91c1122a0c668f7b48013333b277c60f7e96f6c37b801bc636fab67ea
> +SIZE (mlj-castget-2.0.1-20220211-da9727d_GH0.tar.gz) = 44124
>
--
Nuno Teixeira
FreeBSD Committer (ports)