aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/nsscache/Makefile2
-rw-r--r--net/nsscache/distinfo6
-rw-r--r--net/nsscache/files/patch-setup.py10
3 files changed, 4 insertions, 14 deletions
diff --git a/net/nsscache/Makefile b/net/nsscache/Makefile
index 3cf3ddba958e..10348656e919 100644
--- a/net/nsscache/Makefile
+++ b/net/nsscache/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nsscache
-PORTVERSION= 0.39
+PORTVERSION= 0.41
DISTVERSIONPREFIX= version/
CATEGORIES= net python
diff --git a/net/nsscache/distinfo b/net/nsscache/distinfo
index 8d707888b2ca..45f4e9a24919 100644
--- a/net/nsscache/distinfo
+++ b/net/nsscache/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579460924
-SHA256 (google-nsscache-version-0.39_GH0.tar.gz) = 3eb0b2a4c163d2c2fd3748e23fc6296f253d9be0a74a1fe9c0fe3191f4c2638d
-SIZE (google-nsscache-version-0.39_GH0.tar.gz) = 127896
+TIMESTAMP = 1612759227
+SHA256 (google-nsscache-version-0.41_GH0.tar.gz) = bb022e0a8e9c5c29368dc24a6af40c2b4b2da1fd87618976700e0e6f124c295a
+SIZE (google-nsscache-version-0.41_GH0.tar.gz) = 130258
diff --git a/net/nsscache/files/patch-setup.py b/net/nsscache/files/patch-setup.py
deleted file mode 100644
index 48d6c6b8b26f..000000000000
--- a/net/nsscache/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2019-11-11 16:27:27 UTC
-+++ setup.py
-@@ -46,7 +46,6 @@ as LDAP.""",
- 'nss_cache.update', 'nss_cache.sources'
- ],
- scripts=['nsscache'],
-- data_files=[('/etc', ['nsscache.conf'])],
- python_requires='~=3.4',
- setup_requires=['pytest-runner'],
- tests_require=['pytest', 'mox3', 'pytest-cov', 'python-coveralls'],