diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:02:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:02:27 +0000 |
commit | b6baf72cb0207887ed64d10e7ee2065875fd3984 (patch) | |
tree | 414caf005214cbd67a41c6a664b8bc98f1401c2b /databases | |
parent | Update to 0.3.1. (diff) |
Chase security/libtasn1 shlib version bump.
Notes
Notes:
svn path=/head/; revision=161426
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 |