diff options
author | novel <novel@FreeBSD.org> | 2013-02-07 01:30:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-02-07 01:30:08 +0800 |
commit | 150d2e74ec4c971ce0fee2a771a009748d2152f9 (patch) | |
tree | 1d163dc52292d9272018c814011ae3034f8cce83 /security/libgnome-keyring | |
parent | b382b2241ec72f404273bfc045e16ae1dd3114c7 (diff) | |
download | freebsd-ports-gnome-150d2e74ec4c971ce0fee2a771a009748d2152f9.tar.gz freebsd-ports-gnome-150d2e74ec4c971ce0fee2a771a009748d2152f9.tar.zst freebsd-ports-gnome-150d2e74ec4c971ce0fee2a771a009748d2152f9.zip |
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Diffstat (limited to 'security/libgnome-keyring')
-rw-r--r-- | security/libgnome-keyring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index fe7a17f65633..b67c1661b7e6 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -7,14 +7,14 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ +LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes |