aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:45:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:05:07 +0000
commit381e31ca18a38d63fb0be99ae868d88fdfaaae61 (patch)
tree230d13b5d79b67547a9254836b71660911c2088a /security
parenteda44511547546a9b7448ea19de49f978f185164 (diff)
downloadports-381e31ca18a38d63fb0be99ae868d88fdfaaae61.tar.gz
ports-381e31ca18a38d63fb0be99ae868d88fdfaaae61.zip
security/py-krb5: Update to 0.4.1
Diffstat (limited to 'security')
-rw-r--r--security/py-krb5/Makefile2
-rw-r--r--security/py-krb5/distinfo6
-rw-r--r--security/py-krb5/files/patch-setup.py11
3 files changed, 4 insertions, 15 deletions
diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index 4d78499024db..eee83e3be797 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -1,5 +1,5 @@
PORTNAME= krb5
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-krb5/distinfo b/security/py-krb5/distinfo
index acaa321406e8..aa75b1b7dbf0 100644
--- a/security/py-krb5/distinfo
+++ b/security/py-krb5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661599323
-SHA256 (krb5-0.4.0.tar.gz) = 6eb0e91e044d37cb34c84b831310f4a48951f2902d4ebb65b97cbac5ff1b2264
-SIZE (krb5-0.4.0.tar.gz) = 218774
+TIMESTAMP = 1669057953
+SHA256 (krb5-0.4.1.tar.gz) = 606059b9db52086f4e03e15b161d1d172ccc1172880e42fa5744f99a4407cf57
+SIZE (krb5-0.4.1.tar.gz) = 218745
diff --git a/security/py-krb5/files/patch-setup.py b/security/py-krb5/files/patch-setup.py
deleted file mode 100644
index 182901798537..000000000000
--- a/security/py-krb5/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2022-08-08 21:14:44 UTC
-+++ setup.py
-@@ -174,8 +174,6 @@ if not SKIP_EXTENSIONS:
- else:
- compile_args = shlex.split(run_command(f"{kc} --cflags krb5"))
-
-- compile_args.append("-Werror")
--
- # Python 3.8 on macOS errors on these deprecation warnings. We ignore them as things are fixed on 3.9 but the
- # code still needs to compile on 3.8.
- if sys.platform == "darwin" and sys.version_info[:2] == (3, 8):