diff options
author | novel <novel@FreeBSD.org> | 2009-01-19 01:04:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-01-19 01:04:08 +0800 |
commit | 05b365d367fc2795aa80994b0ff3fa39ef67a76f (patch) | |
tree | 7743d89df3161c403b2c469dbaad778424625b90 /databases/evolution-data-server | |
parent | 472afedd1b197915a8518b9aead2692faabde246 (diff) | |
download | freebsd-ports-gnome-05b365d367fc2795aa80994b0ff3fa39ef67a76f.tar.gz freebsd-ports-gnome-05b365d367fc2795aa80994b0ff3fa39ef67a76f.tar.zst freebsd-ports-gnome-05b365d367fc2795aa80994b0ff3fa39ef67a76f.zip |
Chase libtasn1 shared library version bump.
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index f3f784ae28ee..570442c9d7fd 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -8,6 +8,7 @@ PORTNAME= evolution-data-server PORTVERSION= 2.24.3 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,7 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ nss3.1:${PORTSDIR}/security/nss \ - tasn1.3:${PORTSDIR}/security/libtasn1 \ + tasn1.4:${PORTSDIR}/security/libtasn1 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ gnome-keyring.0:${PORTSDIR}/security/gnome-keyring |