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 | |
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>
-rw-r--r-- | UPDATING | 14 | ||||
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | converters/ical2html/Makefile | 3 | ||||
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 | ||||
-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 | ||||
-rw-r--r-- | devel/libical/Makefile | 19 | ||||
-rw-r--r-- | devel/libical/distinfo | 4 | ||||
-rw-r--r-- | devel/libical/pkg-plist | 6 | ||||
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 1 | ||||
-rw-r--r-- | mail/libmapi/Makefile | 2 | ||||
-rw-r--r-- | misc/wmcalendar/Makefile | 4 |
14 files changed, 44 insertions, 26 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121229: + AFFECTS: users of devel/libical + AUTHOR gnome@FreeBSD.org + + The devel/libical has been updated to 0.48. The shared library version has + been changed from 44 to 0. Please rebuild all ports that depends on it: + + If you use portmaster: + portmaster -r libical + If you use portupgrade: + portupgrade -fr devel/libical + If you use pkgng with binary packages: + pkg install -fR devel/libical + 20121228: AFFECTS: users of databases/innotop, multimedia/zoneminder net-mgmt/netdot, ports-mgmt/tinderbox, ports-mgmt/tinderbox-devel diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 0850a1a561ec..99395e00ebb0 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 0cd10821eb0a..c1d1d6ecf556 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -7,13 +7,14 @@ PORTNAME= ical2html PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ MAINTAINER= keiichi@iijlab.net COMMENT= Manipulation commands for iCalendar files -LIB_DEPENDS= ical.44:${PORTSDIR}/devel/libical +LIB_DEPENDS= ical:${PORTSDIR}/devel/libical GNU_CONFIGURE= yes 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 \ 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} diff --git a/devel/libical/Makefile b/devel/libical/Makefile index a83df975cfc7..8da88b6b691b 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: libical -# Date created: 8 November 2002 -# Whom: Joe Kelsey -# +# Created by: Joe Kelsey # $FreeBSD$ -# PORTNAME= libical -PORTVERSION= 0.44 +PORTVERSION= 0.48 CATEGORIES= devel MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols +COMMENT= An implementation of the IETF Calendaring and Scheduling protocols -USE_GNOME= gnomehack +USE_GNOME= gnomehack ltverhack USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes @@ -21,7 +17,11 @@ USE_PERL5_BUILD=yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -.if !defined(WITHOUT_PYTHON) +OPTIONS_DEFINE= PYTHON + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS= --enable-python=yes USE_PYTHON= yes .else @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --enable-python=no .endif .include <bsd.port.pre.mk> + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif diff --git a/devel/libical/distinfo b/devel/libical/distinfo index a1567654b184..b11e30b0bce1 100644 --- a/devel/libical/distinfo +++ b/devel/libical/distinfo @@ -1,2 +1,2 @@ -SHA256 (libical-0.44.tar.gz) = 20a4750df8f4dedd718b55117b8351989e0dfa4ad2c966a383550ed43e6a72d8 -SIZE (libical-0.44.tar.gz) = 1149067 +SHA256 (libical-0.48.tar.gz) = 2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0 +SIZE (libical-0.48.tar.gz) = 1173620 diff --git a/devel/libical/pkg-plist b/devel/libical/pkg-plist index 1234caf7064f..0e972e92ac62 100644 --- a/devel/libical/pkg-plist +++ b/devel/libical/pkg-plist @@ -47,14 +47,14 @@ include/libical/vobject.h lib/libical.a lib/libical.la lib/libical.so -lib/libical.so.44 +lib/libical.so.0 lib/libicalss.a lib/libicalss.la lib/libicalss.so -lib/libicalss.so.44 +lib/libicalss.so.0 lib/libicalvcal.a lib/libicalvcal.la lib/libicalvcal.so -lib/libicalvcal.so.44 +lib/libicalvcal.so.0 libdata/pkgconfig/libical.pc @dirrm include/libical diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 97e8b35106f7..02acdc814517 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.6.3 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index 327bc2af106f..bd3868e0e263 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmapi PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF MASTER_SITE_SUBDIR=openchange/openchange/openchange-${PORTVERSION}%20${CODENAME}/ diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 8e5615ec8aaa..011fa1be6327 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -7,14 +7,14 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= misc windowmaker MASTER_SITES= SF MAINTAINER= xride@FreeBSD.org COMMENT= A dockable calendar with interface to iCalendar based calendars -LIB_DEPENDS= ical.44:${PORTSDIR}/devel/libical +LIB_DEPENDS= ical:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src |