From owner-svn-ports-all@FreeBSD.ORG Sun Jan 12 19:48:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D94BEF70; Sun, 12 Jan 2014 19:48:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2F221B45; Sun, 12 Jan 2014 19:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CJmEKB080071; Sun, 12 Jan 2014 19:48:14 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CJmBju080050; Sun, 12 Jan 2014 19:48:11 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201401121948.s0CJmBju080050@svn.freebsd.org> From: Koop Mast Date: Sun, 12 Jan 2014 19:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339537 - in head: . comms/gnokii converters/ical2html deskutils/kdepimlibs4 deskutils/orage deskutils/osmo deskutils/simpleagenda devel/libical devel/libical/files finance/kmymoney-kde... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 19:48:15 -0000 Author: kwm Date: Sun Jan 12 19:48:11 2014 New Revision: 339537 URL: http://svnweb.freebsd.org/changeset/ports/339537 Log: Update to 1.0. Update Comment Add LICENSE blob. Stagify. Added: head/devel/libical/files/patch-CMakeLists.txt (contents, props changed) Modified: head/UPDATING head/comms/gnokii/Makefile head/converters/ical2html/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/orage/Makefile head/deskutils/osmo/Makefile head/deskutils/simpleagenda/Makefile head/devel/libical/Makefile head/devel/libical/distinfo head/devel/libical/files/patch-configure head/devel/libical/pkg-plist head/finance/kmymoney-kde4/Makefile head/mail/evolution/Makefile head/misc/wmcalendar/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jan 12 19:22:13 2014 (r339536) +++ head/UPDATING Sun Jan 12 19:48:11 2014 (r339537) @@ -5,6 +5,18 @@ 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. +20140112: + AFFECTS: users of devel/libical + AUTHOR: kwm@FreeBSD.org + + The libical ports was updated to 1.0.0. Due to the shared library bump + and the removal of the .la file. All ports that use libical need to be + rebuild. + + # portmaster -r libical + or + # pkg install -fR libical + 20140111: AFFECTS: users of lang/go AUTHOR: jlaffaye@FreeBSD.org Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/comms/gnokii/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ Modified: head/converters/ical2html/Makefile ============================================================================== --- head/converters/ical2html/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/converters/ical2html/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -3,7 +3,7 @@ PORTNAME= ical2html PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/deskutils/kdepimlibs4/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -3,7 +3,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 Modified: head/deskutils/orage/Makefile ============================================================================== --- head/deskutils/orage/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/deskutils/orage/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -3,6 +3,7 @@ PORTNAME= orage PORTVERSION= 4.10.0 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/deskutils/osmo/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -3,7 +3,7 @@ PORTNAME= osmo PORTVERSION= 0.2.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/ Modified: head/deskutils/simpleagenda/Makefile ============================================================================== --- head/deskutils/simpleagenda/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/deskutils/simpleagenda/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -2,7 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.43 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/devel/libical/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -2,32 +2,19 @@ # $FreeBSD$ PORTNAME= libical -PORTVERSION= 0.48 +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= An implementation of the IETF Calendaring and Scheduling protocols +COMMENT= Implementation of the IETF Calendaring and Scheduling protocols -USES= gmake perl5 +LICENSE_COMB= dual +LICENSE= MPL LGPL21 + +USES= cmake gmake pathfix perl5 USE_PERL5= build -USE_GNOME= gnomehack ltverhack -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include - -OPTIONS_DEFINE= PYTHON - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MPYTHON} -CONFIGURE_ARGS= --enable-python=yes -USE_PYTHON= yes -.else -CONFIGURE_ARGS= --enable-python=no -.endif .include @@ -35,4 +22,7 @@ CONFIGURE_ARGS= --enable-python=no CFLAGS+= -fPIC .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libical*.so.1.0.0 + .include Modified: head/devel/libical/distinfo ============================================================================== --- head/devel/libical/distinfo Sun Jan 12 19:22:13 2014 (r339536) +++ head/devel/libical/distinfo Sun Jan 12 19:48:11 2014 (r339537) @@ -1,2 +1,2 @@ -SHA256 (libical-0.48.tar.gz) = 2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0 -SIZE (libical-0.48.tar.gz) = 1173620 +SHA256 (libical-1.0.tar.gz) = 7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7 +SIZE (libical-1.0.tar.gz) = 1199483 Added: head/devel/libical/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libical/files/patch-CMakeLists.txt Sun Jan 12 19:48:11 2014 (r339537) @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2013-05-04 23:25:27.000000000 +0200 ++++ CMakeLists.txt 2013-12-01 00:16:33.000000000 +0100 +@@ -201,4 +201,4 @@ + set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}") + + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libical.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libical.pc @ONLY) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) ++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig) Modified: head/devel/libical/files/patch-configure ============================================================================== --- head/devel/libical/files/patch-configure Sun Jan 12 19:22:13 2014 (r339536) +++ head/devel/libical/files/patch-configure Sun Jan 12 19:48:11 2014 (r339537) @@ -1,6 +1,6 @@ ---- configure.orig 2009-04-13 19:05:37.000000000 -0400 -+++ configure 2009-04-13 19:05:00.000000000 -0400 -@@ -20096,7 +20096,7 @@ case "$host" in +--- configure.orig 2013-11-30 20:59:36.000000000 +0100 ++++ configure 2013-11-30 20:59:36.000000000 +0100 +@@ -15429,7 +15429,7 @@ use_builtin_timezone=yes os_win32=yes ;; Modified: head/devel/libical/pkg-plist ============================================================================== --- head/devel/libical/pkg-plist Sun Jan 12 19:22:13 2014 (r339536) +++ head/devel/libical/pkg-plist Sun Jan 12 19:48:11 2014 (r339537) @@ -45,16 +45,16 @@ include/libical/vcaltmp.h include/libical/vcc.h include/libical/vobject.h lib/libical.a -lib/libical.la lib/libical.so -lib/libical.so.0 +lib/libical.so.1 +lib/libical.so.1.0.0 lib/libicalss.a -lib/libicalss.la lib/libicalss.so -lib/libicalss.so.0 +lib/libicalss.so.1 +lib/libicalss.so.1.0.0 lib/libicalvcal.a -lib/libicalvcal.la lib/libicalvcal.so -lib/libicalvcal.so.0 +lib/libicalvcal.so.1 +lib/libicalvcal.so.1.0.0 libdata/pkgconfig/libical.pc @dirrm include/libical Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/finance/kmymoney-kde4/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -2,6 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.6.4 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/mail/evolution/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -4,7 +4,7 @@ PORTNAME= evolution PORTVERSION= 2.32.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/misc/wmcalendar/Makefile ============================================================================== --- head/misc/wmcalendar/Makefile Sun Jan 12 19:22:13 2014 (r339536) +++ head/misc/wmcalendar/Makefile Sun Jan 12 19:48:11 2014 (r339537) @@ -3,7 +3,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc windowmaker MASTER_SITES= SF