Mon Jan 27 20:14:04 2014 UTC ()
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


(wiz)
diff -r1.6 -r1.7 pkgsrc/security/libsecret/Makefile
diff -r1.2 -r1.3 pkgsrc/security/libsecret/PLIST
diff -r1.2 -r1.3 pkgsrc/security/libsecret/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/security/libsecret/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libsecret/Makefile 2014/01/01 11:52:03 1.6
+++ pkgsrc/security/libsecret/Makefile 2014/01/27 20:14:04 1.7
@@ -1,24 +1,22 @@ @@ -1,24 +1,22 @@
1# $NetBSD: Makefile,v 1.6 2014/01/01 11:52:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2014/01/27 20:14:04 wiz Exp $
2# 
3 2
4DISTNAME= libsecret-0.15 3DISTNAME= libsecret-0.16
5PKGREVISION= 1 
6CATEGORIES= security gnome 4CATEGORIES= security gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION_NOREV}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION_NOREV}/}
8EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
9 7
10MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://live.gnome.org/Libsecret 9HOMEPAGE= https://wiki.gnome.org/Projects/Libsecret
12COMMENT= GObject based library for accessing the Secret Service API 10COMMENT= GObject based library for accessing the Secret Service API
13LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
14 12
15BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
16BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 14BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
17 15
18GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 17USE_LIBTOOL= yes
20USE_TOOLS+= gmake intltool pkg-config msgfmt 18USE_TOOLS+= gmake intltool pkg-config msgfmt
21 19
22PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in 20PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in
23PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in 21PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in
24 22

cvs diff -r1.2 -r1.3 pkgsrc/security/libsecret/PLIST (expand / switch to unified diff)

--- pkgsrc/security/libsecret/PLIST 2013/05/18 09:05:46 1.2
+++ pkgsrc/security/libsecret/PLIST 2014/01/27 20:14:04 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2013/05/18 09:05:46 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.3 2014/01/27 20:14:04 wiz Exp $
2bin/secret-tool 2bin/secret-tool
3include/libsecret-1/libsecret/secret-attributes.h 3include/libsecret-1/libsecret/secret-attributes.h
4include/libsecret-1/libsecret/secret-collection.h 4include/libsecret-1/libsecret/secret-collection.h
5include/libsecret-1/libsecret/secret-enum-types.h 5include/libsecret-1/libsecret/secret-enum-types.h
6include/libsecret-1/libsecret/secret-item.h 6include/libsecret-1/libsecret/secret-item.h
7include/libsecret-1/libsecret/secret-password.h 7include/libsecret-1/libsecret/secret-password.h
8include/libsecret-1/libsecret/secret-paths.h 8include/libsecret-1/libsecret/secret-paths.h
9include/libsecret-1/libsecret/secret-prompt.h 9include/libsecret-1/libsecret/secret-prompt.h
10include/libsecret-1/libsecret/secret-schema.h 10include/libsecret-1/libsecret/secret-schema.h
11include/libsecret-1/libsecret/secret-schemas.h 11include/libsecret-1/libsecret/secret-schemas.h
12include/libsecret-1/libsecret/secret-service.h 12include/libsecret-1/libsecret/secret-service.h
13include/libsecret-1/libsecret/secret-types.h 13include/libsecret-1/libsecret/secret-types.h
14include/libsecret-1/libsecret/secret-value.h 14include/libsecret-1/libsecret/secret-value.h
@@ -67,24 +67,36 @@ share/gtk-doc/html/libsecret-1/right.png @@ -67,24 +67,36 @@ share/gtk-doc/html/libsecret-1/right.png
67share/gtk-doc/html/libsecret-1/simple.html 67share/gtk-doc/html/libsecret-1/simple.html
68share/gtk-doc/html/libsecret-1/style.css 68share/gtk-doc/html/libsecret-1/style.css
69share/gtk-doc/html/libsecret-1/up.png 69share/gtk-doc/html/libsecret-1/up.png
70share/gtk-doc/html/libsecret-1/using-c.html 70share/gtk-doc/html/libsecret-1/using-c.html
71share/gtk-doc/html/libsecret-1/using-js.html 71share/gtk-doc/html/libsecret-1/using-js.html
72share/gtk-doc/html/libsecret-1/using-python.html 72share/gtk-doc/html/libsecret-1/using-python.html
73share/gtk-doc/html/libsecret-1/using-vala.html 73share/gtk-doc/html/libsecret-1/using-vala.html
74share/gtk-doc/html/libsecret-1/using.html 74share/gtk-doc/html/libsecret-1/using.html
75share/gtk-doc/html/libsecret-1/vala-examples.html 75share/gtk-doc/html/libsecret-1/vala-examples.html
76share/gtk-doc/html/libsecret-1/vala-lookup-example.html 76share/gtk-doc/html/libsecret-1/vala-lookup-example.html
77share/gtk-doc/html/libsecret-1/vala-remove-example.html 77share/gtk-doc/html/libsecret-1/vala-remove-example.html
78share/gtk-doc/html/libsecret-1/vala-store-example.html 78share/gtk-doc/html/libsecret-1/vala-store-example.html
79share/locale/cs/LC_MESSAGES/libsecret.mo 79share/locale/cs/LC_MESSAGES/libsecret.mo
 80share/locale/da/LC_MESSAGES/libsecret.mo
 81share/locale/de/LC_MESSAGES/libsecret.mo
80share/locale/es/LC_MESSAGES/libsecret.mo 82share/locale/es/LC_MESSAGES/libsecret.mo
 83share/locale/fr/LC_MESSAGES/libsecret.mo
 84share/locale/fur/LC_MESSAGES/libsecret.mo
81share/locale/gl/LC_MESSAGES/libsecret.mo 85share/locale/gl/LC_MESSAGES/libsecret.mo
 86share/locale/he/LC_MESSAGES/libsecret.mo
82share/locale/hu/LC_MESSAGES/libsecret.mo 87share/locale/hu/LC_MESSAGES/libsecret.mo
 88share/locale/id/LC_MESSAGES/libsecret.mo
83share/locale/it/LC_MESSAGES/libsecret.mo 89share/locale/it/LC_MESSAGES/libsecret.mo
84share/locale/ja/LC_MESSAGES/libsecret.mo 90share/locale/ja/LC_MESSAGES/libsecret.mo
 91share/locale/lt/LC_MESSAGES/libsecret.mo
 92share/locale/nb/LC_MESSAGES/libsecret.mo
 93share/locale/pa/LC_MESSAGES/libsecret.mo
85share/locale/pl/LC_MESSAGES/libsecret.mo 94share/locale/pl/LC_MESSAGES/libsecret.mo
86share/locale/pt_BR/LC_MESSAGES/libsecret.mo 95share/locale/pt_BR/LC_MESSAGES/libsecret.mo
87share/locale/ru/LC_MESSAGES/libsecret.mo 96share/locale/ru/LC_MESSAGES/libsecret.mo
 97share/locale/sk/LC_MESSAGES/libsecret.mo
88share/locale/sl/LC_MESSAGES/libsecret.mo 98share/locale/sl/LC_MESSAGES/libsecret.mo
89share/locale/sr/LC_MESSAGES/libsecret.mo 99share/locale/sr/LC_MESSAGES/libsecret.mo
90share/locale/sr@latin/LC_MESSAGES/libsecret.mo 100share/locale/sr@latin/LC_MESSAGES/libsecret.mo
 101share/locale/zh_HK/LC_MESSAGES/libsecret.mo
 102share/locale/zh_TW/LC_MESSAGES/libsecret.mo

cvs diff -r1.2 -r1.3 pkgsrc/security/libsecret/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libsecret/distinfo 2013/05/18 09:05:46 1.2
+++ pkgsrc/security/libsecret/distinfo 2014/01/27 20:14:04 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/05/18 09:05:46 ryoon Exp $ 1$NetBSD: distinfo,v 1.3 2014/01/27 20:14:04 wiz Exp $
2 2
3SHA1 (libsecret-0.15.tar.xz) = da54ec18c3aa1581b4080237f082ce0105132eaf 3SHA1 (libsecret-0.16.tar.xz) = 9110beaaa0dbaf0d8119c1a04f38ef87320cbc0e
4RMD160 (libsecret-0.15.tar.xz) = f5cf815f11d5c80b970a89852a99426afb7c5c66 4RMD160 (libsecret-0.16.tar.xz) = f63400bf2d8209675d28b26c137fb073ca91e37e
5Size (libsecret-0.15.tar.xz) = 484532 bytes 5Size (libsecret-0.16.tar.xz) = 499888 bytes