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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 4 | ||||
-rw-r--r-- | deskutils/orage/Makefile | 4 | ||||
-rw-r--r-- | deskutils/osmo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/simpleagenda/Makefile | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 7a970e684193..3acdccfdd4dc 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -18,7 +18,7 @@ COMMENT= Libraries for KDE-PIM applications LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ - ical.44:${PORTSDIR}/devel/libical \ + ical:${PORTSDIR}/devel/libical \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ prison.0:${PORTSDIR}/graphics/prison diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index a420dad2d0f4..804ae8b4f01a 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -3,7 +3,7 @@ PORTNAME= orage PORTVERSION= 4.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--with-bdb4=no .if ${PORT_OPTIONS:MICAL} CONFIGURE_ARGS+=--enable-libical -LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical CFLAGS+= -I${LOCALBASE}/include/libical PLIST_SUB+= WITH_ICAL="@comment " .else diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 20fa56feef42..444800bb7441 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -7,7 +7,7 @@ PORTNAME= osmo PORTVERSION= 0.2.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/ diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 975a54405ffd..821d89492cb9 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -2,6 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.42 +PORTREVISION= 1 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} |