diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-03 19:57:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-03 19:57:46 +0800 |
commit | e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a (patch) | |
tree | 382b44b64d88775b44a1255de49649f6bf720685 /security | |
parent | 1780f2cefad19ea6d87c9f4a2e3afdfb160a4e30 (diff) | |
download | marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.tar marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.tar.gz marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.tar.bz2 marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.tar.lz marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.tar.xz marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.tar.zst marcuscom-ports-e0cdaf9c1238aa4e8ee417e858a10ae64c34f41a.zip |
Chase libgcrypt shlib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16100 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring3/Makefile | 5 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 5 | ||||
-rw-r--r-- | security/seahorse-plugins/Makefile | 6 | ||||
-rw-r--r-- | security/seahorse/Makefile | 6 | ||||
-rw-r--r-- | security/seahorse3/Makefile | 5 |
5 files changed, 15 insertions, 12 deletions
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]* |