diff options
-rw-r--r-- | security/libsecret/Makefile | 7 | ||||
-rw-r--r-- | security/libsecret/pkg-descr | 2 | ||||
-rw-r--r-- | security/libsecret/pkg-plist | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 426fc0bfdd9d..4df239f67e73 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -4,14 +4,17 @@ PORTNAME= libsecret PORTVERSION= 0.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library to access the secret service API -BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +LICENSE= LGPL21 + +BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ + vala:${PORTSDIR}/lang/vala LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt USES= gettext gmake libtool pathfix pkgconfig tar:xz diff --git a/security/libsecret/pkg-descr b/security/libsecret/pkg-descr index 3d5fb9e931da..1418ef6902ca 100644 --- a/security/libsecret/pkg-descr +++ b/security/libsecret/pkg-descr @@ -4,4 +4,4 @@ DBus. gnome-keyring and ksecretservice are both implementations of a Secret Service. interfaces and classes for commonly used data structures. interfaces and classes for commonly used data structures. -WWW: https://live.gnome.org/Libsecret +WWW: https://wiki.gnome.org/Projects/Libsecret/ diff --git a/security/libsecret/pkg-plist b/security/libsecret/pkg-plist index 56580dd4fd40..992b4319ad68 100644 --- a/security/libsecret/pkg-plist +++ b/security/libsecret/pkg-plist @@ -118,3 +118,5 @@ share/locale/uk/LC_MESSAGES/libsecret.mo share/locale/zh_CN/LC_MESSAGES/libsecret.mo share/locale/zh_HK/LC_MESSAGES/libsecret.mo share/locale/zh_TW/LC_MESSAGES/libsecret.mo +share/vala/vapi/libsecret-1.deps +share/vala/vapi/libsecret-1.vapi |