diff options
author | marcus <marcus@FreeBSD.org> | 2010-05-22 13:56:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-05-22 13:56:51 +0800 |
commit | ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73 (patch) | |
tree | 064915143d92996394325f294f8a71b660337838 /databases | |
parent | 7647c4c67e39c4f149eb0347133ffe1a8a13b62c (diff) | |
download | freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.tar.gz freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.tar.zst freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.zip |
Update libical to 0.44.
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 873a9f8592d7..a1f19714ad27 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -8,6 +8,7 @@ PORTNAME= evolution-data-server PORTVERSION= 2.30.1 +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 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.43:${PORTSDIR}/devel/libical \ + ical.44:${PORTSDIR}/devel/libical \ nss3.1:${PORTSDIR}/security/nss \ tasn1.4:${PORTSDIR}/security/libtasn1 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |