svn commit: r377785 - head/security/libsecret

Koop Mast kwm at FreeBSD.org
Sat Jan 24 10:09:12 UTC 2015


Author: kwm
Date: Sat Jan 24 10:09:10 2015
New Revision: 377785
URL: https://svnweb.freebsd.org/changeset/ports/377785
QAT: https://qat.redports.org/buildarchive/r377785/

Log:
  Install vala "bindings"
  Add LICENSE
  Update WWW

Modified:
  head/security/libsecret/Makefile
  head/security/libsecret/pkg-descr
  head/security/libsecret/pkg-plist

Modified: head/security/libsecret/Makefile
==============================================================================
--- head/security/libsecret/Makefile	Sat Jan 24 09:56:13 2015	(r377784)
+++ head/security/libsecret/Makefile	Sat Jan 24 10:09:10 2015	(r377785)
@@ -4,14 +4,17 @@
 
 PORTNAME=	libsecret
 PORTVERSION=	0.18
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome at 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

Modified: head/security/libsecret/pkg-descr
==============================================================================
--- head/security/libsecret/pkg-descr	Sat Jan 24 09:56:13 2015	(r377784)
+++ head/security/libsecret/pkg-descr	Sat Jan 24 10:09:10 2015	(r377785)
@@ -4,4 +4,4 @@ DBus. gnome-keyring and ksecretservice a
 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/

Modified: head/security/libsecret/pkg-plist
==============================================================================
--- head/security/libsecret/pkg-plist	Sat Jan 24 09:56:13 2015	(r377784)
+++ head/security/libsecret/pkg-plist	Sat Jan 24 10:09:10 2015	(r377785)
@@ -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


More information about the svn-ports-head mailing list