summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-10-02 15:38:05 +0000
committerwiz <wiz@pkgsrc.org>2017-10-02 15:38:05 +0000
commit47b369e82508e8d0143ff4991c8ccecc1d83f881 (patch)
tree55ffa73cbc8d415e6d84aa06d9aa4f442b873dbd
parent3759ce92e6ac83266839d84291155b7c5daa2c8a (diff)
downloadpkgsrc-47b369e82508e8d0143ff4991c8ccecc1d83f881.tar.gz
libsecret: update to 0.18.5.
0.18.5 * Build fixes * Port tests to Python 3 [#761834] * Fix textual typos [#763143] * Updated translations 0.18.4 * Multithreading fixes [#756766] * Fix memory leaks [#756766] * Updated translations 0.18.3 * Updated translations * Documentation fixes 0.18.2 * Testing fixes * Documentation typo [#747654 ...] * Build fixes [#743444] * Updated transaltions * Accomodate libgcrypt 1.6+ 0.18.1 * Testing fix [#726909]
-rw-r--r--security/libsecret/Makefile6
-rw-r--r--security/libsecret/PLIST11
-rw-r--r--security/libsecret/distinfo10
3 files changed, 18 insertions, 9 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile
index ceb143b76db..b770efe81ba 100644
--- a/security/libsecret/Makefile
+++ b/security/libsecret/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2016/12/01 12:51:12 martin Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/02 15:38:05 wiz Exp $
-DISTNAME= libsecret-0.18
+DISTNAME= libsecret-0.18.5
CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION_NOREV}/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/0.18/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
diff --git a/security/libsecret/PLIST b/security/libsecret/PLIST
index a8c107c9b96..dd8c5b9a1c5 100644
--- a/security/libsecret/PLIST
+++ b/security/libsecret/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/12/01 12:51:12 martin Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/10/02 15:38:05 wiz Exp $
bin/secret-tool
include/libsecret-1/libsecret/secret-attributes.h
include/libsecret-1/libsecret/secret-collection.h
@@ -78,8 +78,10 @@ share/gtk-doc/html/libsecret-1/vala-lookup-example.html
share/gtk-doc/html/libsecret-1/vala-remove-example.html
share/gtk-doc/html/libsecret-1/vala-store-example.html
share/locale/an/LC_MESSAGES/libsecret.mo
+share/locale/ar/LC_MESSAGES/libsecret.mo
share/locale/as/LC_MESSAGES/libsecret.mo
share/locale/be/LC_MESSAGES/libsecret.mo
+share/locale/bs/LC_MESSAGES/libsecret.mo
share/locale/ca/LC_MESSAGES/libsecret.mo
share/locale/ca@valencia/LC_MESSAGES/libsecret.mo
share/locale/cs/LC_MESSAGES/libsecret.mo
@@ -88,6 +90,8 @@ share/locale/de/LC_MESSAGES/libsecret.mo
share/locale/el/LC_MESSAGES/libsecret.mo
share/locale/eo/LC_MESSAGES/libsecret.mo
share/locale/es/LC_MESSAGES/libsecret.mo
+share/locale/eu/LC_MESSAGES/libsecret.mo
+share/locale/fa/LC_MESSAGES/libsecret.mo
share/locale/fr/LC_MESSAGES/libsecret.mo
share/locale/fur/LC_MESSAGES/libsecret.mo
share/locale/gl/LC_MESSAGES/libsecret.mo
@@ -96,22 +100,27 @@ share/locale/hu/LC_MESSAGES/libsecret.mo
share/locale/id/LC_MESSAGES/libsecret.mo
share/locale/it/LC_MESSAGES/libsecret.mo
share/locale/ja/LC_MESSAGES/libsecret.mo
+share/locale/kk/LC_MESSAGES/libsecret.mo
share/locale/ko/LC_MESSAGES/libsecret.mo
share/locale/lt/LC_MESSAGES/libsecret.mo
share/locale/lv/LC_MESSAGES/libsecret.mo
share/locale/ml/LC_MESSAGES/libsecret.mo
share/locale/nb/LC_MESSAGES/libsecret.mo
share/locale/nl/LC_MESSAGES/libsecret.mo
+share/locale/oc/LC_MESSAGES/libsecret.mo
share/locale/pa/LC_MESSAGES/libsecret.mo
share/locale/pl/LC_MESSAGES/libsecret.mo
share/locale/pt/LC_MESSAGES/libsecret.mo
share/locale/pt_BR/LC_MESSAGES/libsecret.mo
+share/locale/ro/LC_MESSAGES/libsecret.mo
share/locale/ru/LC_MESSAGES/libsecret.mo
share/locale/sk/LC_MESSAGES/libsecret.mo
share/locale/sl/LC_MESSAGES/libsecret.mo
share/locale/sr/LC_MESSAGES/libsecret.mo
share/locale/sr@latin/LC_MESSAGES/libsecret.mo
+share/locale/sv/LC_MESSAGES/libsecret.mo
share/locale/tg/LC_MESSAGES/libsecret.mo
+share/locale/tr/LC_MESSAGES/libsecret.mo
share/locale/uk/LC_MESSAGES/libsecret.mo
share/locale/zh_CN/LC_MESSAGES/libsecret.mo
share/locale/zh_HK/LC_MESSAGES/libsecret.mo
diff --git a/security/libsecret/distinfo b/security/libsecret/distinfo
index 1bbb317a3ba..4e54e22fce5 100644
--- a/security/libsecret/distinfo
+++ b/security/libsecret/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 01:17:49 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/10/02 15:38:05 wiz Exp $
-SHA1 (libsecret-0.18.tar.xz) = af62de3958bbe0ccf59a02101a6704e036378a6f
-RMD160 (libsecret-0.18.tar.xz) = 51e70600d4c3293c5a08b51263fa3390b73fbaf6
-SHA512 (libsecret-0.18.tar.xz) = 5b3b460fe45b780fd4018dbb3b5fcc2c2e775725a8c74f4cfa86c00c643ccc1b29961b7e464c7b01846c5cc16a4bb9819c74016dd6758301ae2f67ab947c35bd
-Size (libsecret-0.18.tar.xz) = 480520 bytes
+SHA1 (libsecret-0.18.5.tar.xz) = 65d80307756ef45f7c282098c48125ef41f56acd
+RMD160 (libsecret-0.18.5.tar.xz) = 24cfd20bd0d9a80e78ae21b5575fb8d5c2fd7991
+SHA512 (libsecret-0.18.5.tar.xz) = 4ee297b556d3b555b6ca9f5eb5cc87425b782491d0550a75873aac0f7019b123f437f0731c85bb058fc65b50a589d54d0697657a50bef4ac2952e9e40a916b5c
+Size (libsecret-0.18.5.tar.xz) = 508556 bytes
SHA1 (patch-Makefile.in) = 64f2c83676a28fe9b963dd00a99bd1a89fb6af3d