diff options
author | mezz <mezz@FreeBSD.org> | 2012-12-30 13:14:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-12-30 13:14:01 +0800 |
commit | d699b03ad85ace02f0e10ccba3444e0112496a03 (patch) | |
tree | f6749fc7085d31f4c1464b5b85c98f8c92636af1 /databases | |
parent | 0071110315741450f15fdf46344929a58801a2b7 (diff) | |
download | freebsd-ports-gnome-d699b03ad85ace02f0e10ccba3444e0112496a03.tar.gz freebsd-ports-gnome-d699b03ad85ace02f0e10ccba3444e0112496a03.tar.zst freebsd-ports-gnome-d699b03ad85ace02f0e10ccba3444e0112496a03.zip |
-Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index a8609b070423..bc972b6aff8e 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -8,7 +8,7 @@ PORTNAME= evolution-data-server PORTVERSION= 2.32.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +19,7 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ gdata.7:${PORTSDIR}/devel/libgdata \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.44:${PORTSDIR}/devel/libical \ + ical:${PORTSDIR}/devel/libical \ nss3.1:${PORTSDIR}/security/nss \ tasn1.4:${PORTSDIR}/security/libtasn1 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |