diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-02-16 00:35:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-02-16 00:35:39 +0800 |
commit | c0611626703dcfb7c2d45f24d083cda6ae04a708 (patch) | |
tree | a3d414babd56d7037c91cc7987358a2bdb5c72bb /security | |
parent | c8996248cedb4e05a43c6558eeb3abf38086441d (diff) | |
download | marcuscom-ports-c0611626703dcfb7c2d45f24d083cda6ae04a708.tar.gz marcuscom-ports-c0611626703dcfb7c2d45f24d083cda6ae04a708.tar.zst marcuscom-ports-c0611626703dcfb7c2d45f24d083cda6ae04a708.zip |
Chase libtasn1 update, by removing shlib versions in LIB_DEPEND. Do this also
for other libs. Note that libgdata still has them since the library names
are the same for both versions.
Update Makefile headers to new world order.
OptionsNg evolution-database-server* ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17205 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 12 | ||||
-rw-r--r-- | security/gnome-keyring3/Makefile | 8 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 12 |
3 files changed, 10 insertions, 22 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 22a113298..09fdfa501 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.104 2012/08/17 19:06:46 kwm Exp $ -# +# $MCom: ports/security/gnome-keyring/Makefile,v 1.105 2012/09/01 23:02:12 mezz Exp $ PORTNAME= gnome-keyring PORTVERSION= 2.32.1 @@ -16,8 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1 \ + gnome-keyring:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CONFLICTS= gnome-keyring-3.[0-9]* gcr-3.[0-9]* diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile index d07db4a6c..09ec67f70 100644 --- a/security/gnome-keyring3/Makefile +++ b/security/gnome-keyring3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/security/gnome-keyring3/Makefile,v 1.22 2012/05/26 16:43:29 kwm Exp $ -# +# $MCom: ports/security/gnome-keyring3/Makefile,v 1.23 2012/10/07 12:09:56 kwm Exp $ PORTNAME= gnome-keyring PORTVERSION= 3.4.1 diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index a0427770c..42a7f4834 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnome-keyring -# Date created: 2009-12-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/security/libgnome-keyring/Makefile,v 1.23 2012/05/26 10:18:51 kwm Exp $ -# +# $MCom: ports/security/libgnome-keyring/Makefile,v 1.24 2012/05/26 10:39:01 kwm Exp $ PORTNAME= libgnome-keyring PORTVERSION= 3.4.1 @@ -15,8 +11,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ + gcrypt:${PORTSDIR}/security/libgcrypt USE_XZ= yes USE_GNOME= gnomehier gnomehack gnomeprefix ltverhack intlhack glib20 |