summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-06 15:29:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-06 15:29:12 +0800
commit27a3fe05c8caf87f21dc7e9877041842204eab4b (patch)
tree5487448df49ecf794a882152194f3a0d78b11390
parentea12d39d892a919796fdfdcb5ca753d9fbf7d666 (diff)
downloadmarcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.tar
marcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.tar.gz
marcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.tar.bz2
marcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.tar.lz
marcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.tar.xz
marcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.tar.zst
marcuscom-ports-27a3fe05c8caf87f21dc7e9877041842204eab4b.zip
Chase the libtasn shared library version.
Reported by: Pascal Hofstee <caelian@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6222 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--databases/evolution-data-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index b285c85c5..4338d9fd9 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/databases/evolution-data-server/Makefile,v 1.23 2006/04/30 00:46:45 marcus Exp $
-# $MCom: ports/databases/evolution-data-server/Makefile,v 1.83 2006/04/13 07:52:30 bland Exp $
+# $MCom: ports/databases/evolution-data-server/Makefile,v 1.85 2006/04/30 05:47:49 marcus Exp $
#
PORTNAME= evolution-data-server
PORTVERSION= 1.7.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