diff options
author | novel <novel@FreeBSD.org> | 2006-05-06 00:02:27 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-05-06 00:02:27 +0800 |
commit | 2b016554dc71d3d90717216c2e03164d723f6fa5 (patch) | |
tree | a487b09dfbf8150ba6feecf4f903a7627c7621e7 /databases | |
parent | f6427359c50f61978ed7e055203f31073e64e939 (diff) | |
download | freebsd-ports-gnome-2b016554dc71d3d90717216c2e03164d723f6fa5.tar.gz freebsd-ports-gnome-2b016554dc71d3d90717216c2e03164d723f6fa5.tar.zst freebsd-ports-gnome-2b016554dc71d3d90717216c2e03164d723f6fa5.zip |
Chase security/libtasn1 shlib version bump.
Diffstat (limited to 'databases')
-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 c3b8fcf019ab..e4abeb458785 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -8,6 +8,7 @@ PORTNAME= evolution-data-server PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,7 +19,7 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup \ nss3.1:${PORTSDIR}/security/nss \ - tasn1.2:${PORTSDIR}/security/libtasn1 + tasn1.3:${PORTSDIR}/security/libtasn1 USE_BZIP2= yes USE_GMAKE= yes |