pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libsecret Update to 0.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa1b3bb67d4b
branches:  trunk
changeset: 629794:fa1b3bb67d4b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 27 20:14:04 2014 +0000

description:
Update to 0.16:

0.16
 * Clarify documentation for secret_service_clear_xxx() [#705629]
 * Pass return_type to prompt async begin functions, rather than finish
 * Simpler way to use custom service/collection/item types
 * service: Rename secret_service_new() and friends to xxx_open()
 * Add secret_value_get_text() function to return NULL terminated secret
 * Fix return types in secret_service_search_finish() on error paths [#698040]
 * Testing fixes [#705202]
 * Build fixes [#704233]
 * Updated translations

diffstat:

 security/libsecret/Makefile |   8 +++-----
 security/libsecret/PLIST    |  14 +++++++++++++-
 security/libsecret/distinfo |   8 ++++----
 3 files changed, 20 insertions(+), 10 deletions(-)

diffs (70 lines):

diff -r c04e962ff28a -r fa1b3bb67d4b security/libsecret/Makefile
--- a/security/libsecret/Makefile       Mon Jan 27 20:12:14 2014 +0000
+++ b/security/libsecret/Makefile       Mon Jan 27 20:14:04 2014 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2014/01/01 11:52:03 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.7 2014/01/27 20:14:04 wiz Exp $
 
-DISTNAME=      libsecret-0.15
-PKGREVISION=   1
+DISTNAME=      libsecret-0.16
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      https://live.gnome.org/Libsecret
+HOMEPAGE=      https://wiki.gnome.org/Projects/Libsecret
 COMMENT=       GObject based library for accessing the Secret Service API
 LICENSE=       gnu-lgpl-v2.1
 
diff -r c04e962ff28a -r fa1b3bb67d4b security/libsecret/PLIST
--- a/security/libsecret/PLIST  Mon Jan 27 20:12:14 2014 +0000
+++ b/security/libsecret/PLIST  Mon Jan 27 20:14:04 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/05/18 09:05:46 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/01/27 20:14:04 wiz Exp $
 bin/secret-tool
 include/libsecret-1/libsecret/secret-attributes.h
 include/libsecret-1/libsecret/secret-collection.h
@@ -77,14 +77,26 @@
 share/gtk-doc/html/libsecret-1/vala-remove-example.html
 share/gtk-doc/html/libsecret-1/vala-store-example.html
 share/locale/cs/LC_MESSAGES/libsecret.mo
+share/locale/da/LC_MESSAGES/libsecret.mo
+share/locale/de/LC_MESSAGES/libsecret.mo
 share/locale/es/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
+share/locale/he/LC_MESSAGES/libsecret.mo
 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/lt/LC_MESSAGES/libsecret.mo
+share/locale/nb/LC_MESSAGES/libsecret.mo
+share/locale/pa/LC_MESSAGES/libsecret.mo
 share/locale/pl/LC_MESSAGES/libsecret.mo
 share/locale/pt_BR/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/zh_HK/LC_MESSAGES/libsecret.mo
+share/locale/zh_TW/LC_MESSAGES/libsecret.mo
diff -r c04e962ff28a -r fa1b3bb67d4b security/libsecret/distinfo
--- a/security/libsecret/distinfo       Mon Jan 27 20:12:14 2014 +0000
+++ b/security/libsecret/distinfo       Mon Jan 27 20:14:04 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/05/18 09:05:46 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2014/01/27 20:14:04 wiz Exp $
 
-SHA1 (libsecret-0.15.tar.xz) = da54ec18c3aa1581b4080237f082ce0105132eaf
-RMD160 (libsecret-0.15.tar.xz) = f5cf815f11d5c80b970a89852a99426afb7c5c66
-Size (libsecret-0.15.tar.xz) = 484532 bytes
+SHA1 (libsecret-0.16.tar.xz) = 9110beaaa0dbaf0d8119c1a04f38ef87320cbc0e
+RMD160 (libsecret-0.16.tar.xz) = f63400bf2d8209675d28b26c137fb073ca91e37e
+Size (libsecret-0.16.tar.xz) = 499888 bytes



Home | Main Index | Thread Index | Old Index