summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING14
-rw-r--r--comms/gnokii/Makefile2
-rw-r--r--converters/ical2html/Makefile3
-rw-r--r--databases/evolution-data-server/Makefile4
-rw-r--r--deskutils/kdepimlibs4/Makefile4
-rw-r--r--deskutils/orage/Makefile4
-rw-r--r--deskutils/osmo/Makefile2
-rw-r--r--deskutils/simpleagenda/Makefile1
-rw-r--r--devel/libical/Makefile19
-rw-r--r--devel/libical/distinfo4
-rw-r--r--devel/libical/pkg-plist6
-rw-r--r--finance/kmymoney-kde4/Makefile1
-rw-r--r--mail/libmapi/Makefile2
-rw-r--r--misc/wmcalendar/Makefile4
14 files changed, 44 insertions, 26 deletions
diff --git a/UPDATING b/UPDATING
index ad5a0edb33bd..542dbec55e95 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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