diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-28 05:25:37 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-28 05:59:11 +0000 |
commit | 933ecc3038739556e6799a1d9697e3866091c827 (patch) | |
tree | 0e1960c7ca81176ccf8964e3b1c7ca014edd7a13 | |
parent | 5e62ce4a52ddec438dd149201afb575b66f16b0f (diff) |
sysutils/conan: update 2.11.0 → 2.12.0
Reported by: portscout
-rw-r--r-- | sysutils/conan/Makefile | 2 | ||||
-rw-r--r-- | sysutils/conan/distinfo | 6 | ||||
-rw-r--r-- | sysutils/conan/files/patch-conans_requirements__server.txt | 9 |
3 files changed, 4 insertions, 13 deletions
diff --git a/sysutils/conan/Makefile b/sysutils/conan/Makefile index 6f3a0ac26e3d..10954ba5ba65 100644 --- a/sysutils/conan/Makefile +++ b/sysutils/conan/Makefile @@ -1,5 +1,5 @@ PORTNAME= conan -DISTVERSION= 2.11.0 +DISTVERSION= 2.12.0 CATEGORIES= sysutils python MASTER_SITES= PYPI diff --git a/sysutils/conan/distinfo b/sysutils/conan/distinfo index 46689d613c28..b9eea2942e7d 100644 --- a/sysutils/conan/distinfo +++ b/sysutils/conan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736491511 -SHA256 (conan-2.11.0.tar.gz) = 87f78a295716d1a37dfabc26f5d1b6a0ed49594618ea339420bb89627ececeda -SIZE (conan-2.11.0.tar.gz) = 476759 +TIMESTAMP = 1738038682 +SHA256 (conan-2.12.0.tar.gz) = 5260849a5eeb2f3082d144b5cde1edeabcbf38055b6b0d98eca91216991ef4c3 +SIZE (conan-2.12.0.tar.gz) = 482383 diff --git a/sysutils/conan/files/patch-conans_requirements__server.txt b/sysutils/conan/files/patch-conans_requirements__server.txt deleted file mode 100644 index c4106b65c0e2..000000000000 --- a/sysutils/conan/files/patch-conans_requirements__server.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- conans/requirements_server.txt.orig 2020-06-11 21:59:08 UTC -+++ conans/requirements_server.txt -@@ -1,3 +1,3 @@ - # Server --bottle>=0.12.8, < 0.13 --pluginbase>=0.5, < 1.0 -\ No newline at end of file -+bottle>=0.12.8 -+pluginbase>=0.5 |