summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring3/Makefile')
-rw-r--r--security/gnome-keyring3/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile
index da03db3fd..b9d6afd29 100644
--- a/security/gnome-keyring3/Makefile
+++ b/security/gnome-keyring3/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/gnome-keyring3/Makefile,v 1.20 2011/11/15 03:05:08 avl Exp $
+# $MCom: ports/security/gnome-keyring3/Makefile,v 1.21 2012/05/06 20:48:54 kwm Exp $
#
PORTNAME= gnome-keyring
-PORTVERSION= 3.2.2
-PORTREVISION= 1
+PORTVERSION= 3.4.1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -17,14 +16,14 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A program that keeps passwords and other secrets
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
+ gcr>=3.4.1:${PORTSDIR}/security/gcr
LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
dbus-1.3:${PORTSDIR}/devel/dbus \
+ gcr:${PORTSDIR}/security/gcr \
tasn1.4:${PORTSDIR}/security/libtasn1 \
p11-kit.0:${PORTSDIR}/security/p11-kit \
gcrypt.18:${PORTSDIR}/security/libgcrypt
-RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
CONFLICTS= gnome-keyring-2.[0-9]*
@@ -40,8 +39,7 @@ CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \
--with-root-certs=${LOCALBASE}/share/certs
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml \
- org.gnome.crypto.pgp.gschema.xml
+GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's|make --version|${GMAKE} --version|g' \