svn commit: r387480 - in head/net/nsscache: . files
Johannes Jost Meixner
xmj at FreeBSD.org
Tue May 26 14:33:24 UTC 2015
Author: xmj
Date: Tue May 26 14:33:23 2015
New Revision: 387480
URL: https://svnweb.freebsd.org/changeset/ports/387480
Log:
net/nsscache: update to 0.30
- update to 0.30
PR: 200402
Submitted by: Kevin Bowling <kevin.bowling at kev009.com>
Obtained from: Limelight Networks
Modified:
head/net/nsscache/Makefile
head/net/nsscache/distinfo
head/net/nsscache/files/patch-nsscache.conf
Modified: head/net/nsscache/Makefile
==============================================================================
--- head/net/nsscache/Makefile Tue May 26 14:15:22 2015 (r387479)
+++ head/net/nsscache/Makefile Tue May 26 14:33:23 2015 (r387480)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nsscache
-PORTVERSION= 0.29
+PORTVERSION= 0.30
CATEGORIES= net python
MAINTAINER= k at kev009.com
@@ -12,8 +12,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \
- ${PYTHON_PKGNAMEPREFIX}ldap2>0:${PORTSDIR}/net/py-ldap2 \
- ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
+ ${PYTHON_PKGNAMEPREFIX}ldap2>0:${PORTSDIR}/net/py-ldap2
USES= python:2
USE_PYTHON= autoplist distutils
Modified: head/net/nsscache/distinfo
==============================================================================
--- head/net/nsscache/distinfo Tue May 26 14:15:22 2015 (r387479)
+++ head/net/nsscache/distinfo Tue May 26 14:33:23 2015 (r387480)
@@ -1,2 +1,2 @@
-SHA256 (google-nsscache-0.29-version-0.29_GH0.tar.gz) = 631cd032eecdbf27d276540d9e5bb945fced6e71bb3bc8f64475d80c472d9308
-SIZE (google-nsscache-0.29-version-0.29_GH0.tar.gz) = 106591
+SHA256 (google-nsscache-0.30-version-0.30_GH0.tar.gz) = 9cbae8768b6671ec7d8a94d76c62be69cd4c704ea792b50b6dbfa2786cfe19e4
+SIZE (google-nsscache-0.30-version-0.30_GH0.tar.gz) = 109615
Modified: head/net/nsscache/files/patch-nsscache.conf
==============================================================================
--- head/net/nsscache/files/patch-nsscache.conf Tue May 26 14:15:22 2015 (r387479)
+++ head/net/nsscache/files/patch-nsscache.conf Tue May 26 14:33:23 2015 (r387480)
@@ -1,4 +1,4 @@
---- nsscache.conf.orig 2014-10-21 10:32:31 UTC
+--- nsscache.conf.orig 2015-05-19 22:54:48 UTC
+++ nsscache.conf
@@ -2,7 +2,7 @@
#
@@ -13,9 +13,9 @@
source = ldap
# Default NSS data cache module name
--cache = nssdb
+-cache = cache
-#cache = files
-+#cache = nssdb
++#cache = cache
+cache = files
# NSS maps to be cached
@@ -27,7 +27,7 @@
# Lockfile to use for update/repair operations
#lockfile = /var/run/nsscache
-@@ -89,7 +89,7 @@ ldap_filter = (objectclass=posixAccount)
+@@ -108,7 +108,7 @@ ldap_filter = (objectclass=posixAccount)
# Directory to store nssdb databases. Current libnss_db code requires
# the path below
More information about the svn-ports-all
mailing list