summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/libgda4/Makefile6
-rw-r--r--databases/libgda5/Makefile6
-rw-r--r--security/gnome-keyring3/Makefile5
-rw-r--r--security/libgnome-keyring/Makefile5
-rw-r--r--security/seahorse-plugins/Makefile6
-rw-r--r--security/seahorse/Makefile6
-rw-r--r--security/seahorse3/Makefile5
7 files changed, 21 insertions, 18 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index 6366a0d87..2d23de7bc 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4/Makefile,v 1.20 2011/06/11 19:51:10 mezz Exp $
+# $MCom: ports/databases/libgda4/Makefile,v 1.21 2011/06/17 11:02:12 kwm Exp $
#
PORTNAME= libgda4
PORTVERSION?= 4.2.8
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= databases gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R}
@@ -26,7 +26,7 @@ LIBGDA4_SLAVE?= no
.if !defined(REFERENCE_PORT)
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup \
json-glib-1.0.0:${PORTSDIR}/devel/json-glib
RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 4d495a868..7166c0b40 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda5/Makefile,v 1.5 2011/06/17 11:02:13 kwm Exp $
+# $MCom: ports/databases/libgda5/Makefile,v 1.6 2011/06/21 10:20:53 kwm Exp $
#
PORTNAME= libgda5
PORTVERSION?= 4.99.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/5$//}/${PORTVERSION:R}
@@ -24,7 +24,7 @@ LIBGDA5_SLAVE?= no
.if !defined(REFERENCE_PORT)
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup \
json-glib-1.0.0:${PORTSDIR}/devel/json-glib
RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile
index b0bd90f77..8838f0c75 100644
--- a/security/gnome-keyring3/Makefile
+++ b/security/gnome-keyring3/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/gnome-keyring3/Makefile,v 1.12 2011/05/28 12:41:50 kwm Exp $
+# $MCom: ports/security/gnome-keyring3/Makefile,v 1.13 2011/06/10 22:59:07 mezz Exp $
#
PORTNAME= gnome-keyring
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -18,7 +19,7 @@ COMMENT= A program that keeps passwords and other secrets
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
tasn1.4:${PORTSDIR}/security/libtasn1 \
- gcrypt.17:${PORTSDIR}/security/libgcrypt
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
CONFLICTS= gnome-keyring-2.[0-9]*
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
index fc94b49cf..efa1fa1cb 100644
--- a/security/libgnome-keyring/Makefile
+++ b/security/libgnome-keyring/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/libgnome-keyring/Makefile,v 1.16 2011/05/28 12:33:47 kwm Exp $
+# $MCom: ports/security/libgnome-keyring/Makefile,v 1.17 2011/06/09 16:27:51 mezz Exp $
#
PORTNAME= libgnome-keyring
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= GNOME
@@ -15,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A program that keeps passwords and other secrets
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
- gcrypt.17:${PORTSDIR}/security/libgcrypt
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix ltverhack intlhack glib20
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile
index ac10b625d..3d2d12a96 100644
--- a/security/seahorse-plugins/Makefile
+++ b/security/seahorse-plugins/Makefile
@@ -3,12 +3,12 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse-plugins/Makefile,v 1.25 2010/04/27 22:22:07 kwm Exp $
+# $MCom: ports/security/seahorse-plugins/Makefile,v 1.27 2011/03/07 08:30:01 kwm Exp $
#
PORTNAME= seahorse-plugins
PORTVERSION= 2.30.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Plug-ins for the Seahorse key and password management application
LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse \
- gcrypt.17:${PORTSDIR}/security/libgcrypt
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
USE_GETTEXT= yes
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 0ec7949c6..b8af3e53b 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,12 +3,12 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse/Makefile,v 1.102 2011/04/09 15:57:12 mezz Exp $
+# $MCom: ports/security/seahorse/Makefile,v 1.103 2011/04/09 16:46:23 mezz Exp $
#
PORTNAME= seahorse
PORTVERSION= 2.32.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -21,7 +21,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gcr.0:${PORTSDIR}/security/gnome-keyring \
- gcrypt.17:${PORTSDIR}/security/libgcrypt \
+ gcrypt.18:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup
CONFLICTS= seahorse-3.[0-9]*
diff --git a/security/seahorse3/Makefile b/security/seahorse3/Makefile
index 7480b4b8f..0cde1edc8 100644
--- a/security/seahorse3/Makefile
+++ b/security/seahorse3/Makefile
@@ -3,11 +3,12 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse3/Makefile,v 1.7 2011/05/24 10:42:39 kwm Exp $
+# $MCom: ports/security/seahorse3/Makefile,v 1.8 2011/06/10 22:59:08 mezz Exp $
#
PORTNAME= seahorse
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -21,7 +22,7 @@ LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gnome-keyring:${PORTSDIR}/security/libgnome-keyring \
gcr-3.0:${PORTSDIR}/security/gnome-keyring3 \
- gcrypt.17:${PORTSDIR}/security/libgcrypt \
+ gcrypt.18:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup
CONFLICTS= seahorse-2.[0-9]*