From owner-svn-ports-all@freebsd.org Sun Sep 11 16:46:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49C73BD6635; Sun, 11 Sep 2016 16:46:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F6129E3; Sun, 11 Sep 2016 16:46:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8BGk4Gt071795; Sun, 11 Sep 2016 16:46:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BGk4S6071792; Sun, 11 Sep 2016 16:46:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609111646.u8BGk4S6071792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 11 Sep 2016 16:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421840 - head/devel/libkolab 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.23 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, 11 Sep 2016 16:46:05 -0000 Author: tcberner Date: Sun Sep 11 16:46:03 2016 New Revision: 421840 URL: https://svnweb.freebsd.org/changeset/ports/421840 Log: Update devel/libkolab to 0.6.3. Note, that 0.6.3 is the last version for Qt4. From 1.0.0 on libkolab uses Qt5 -- so we can't stop portscout from complaining :) While here, make stage-qa happy. > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libxerces-c-3.1.so from textproc/xerces-c3 but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libxerces-c-3.1.so:textproc/xerces-c3 > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_thread.so.1.55.0 from devel/boost-libs but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libboost_thread.so:devel/boost-libs > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_system.so.1.55.0 from devel/boost-libs but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libboost_system.so:devel/boost-libs > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_chrono.so.1.55.0 from devel/boost-libs but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libboost_chrono.so:devel/boost-libs > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_date_time.so.1.55.0 from devel/boost-libs but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libboost_date_time.so:devel/boost-libs > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_atomic.so.1.55.0 from devel/boost-libs but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libboost_atomic.so:devel/boost-libs > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libcurl.so.4 from ftp/curl but it is not declared as a dependency > Warning: you need LIB_DEPENDS+=libcurl.so:ftp/curl > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/qt4/libQtNetwork.so.4 from net/qt4-network but it is not declared as a dependency > Warning: you need USE_QT4+=network > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/qt4/libQtDBus.so.4 from devel/dbus-qt4 but it is not declared as a dependency > Warning: you need USE_QT4+=dbus > Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/qt4/libQtSvg.so.4 from graphics/qt4-svg but it is not declared as a dependency > Warning: you need USE_QT4+=svg Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7856 Modified: head/devel/libkolab/Makefile head/devel/libkolab/distinfo head/devel/libkolab/pkg-plist Modified: head/devel/libkolab/Makefile ============================================================================== --- head/devel/libkolab/Makefile Sun Sep 11 16:44:25 2016 (r421839) +++ head/devel/libkolab/Makefile Sun Sep 11 16:46:03 2016 (r421840) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libkolab -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.3 CATEGORIES= devel kde MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ @@ -12,7 +12,10 @@ COMMENT= Advanced Kolab Object Handling # itself to be LGPL3-licensed (and so are all the installed headers). LICENSE= LGPL3 -LIB_DEPENDS= libkolabxml.so:textproc/libkolabxml +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libkolabxml.so:textproc/libkolabxml \ + libxerces-c-3.1.so:textproc/xerces-c3 # TODO: Conditionally enable the bindings based on OPTIONs. CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ @@ -22,7 +25,7 @@ CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ USES= cmake:outsource kde:4 USE_KDE= automoc4 kdelibs pimlibs USE_LDCONFIG= yes -USE_QT4= corelib gui xml \ +USE_QT4= corelib dbus gui network svg xml \ moc_build qmake_build rcc_build uic_build PLIST_SUB= SHLIB_VER=${PORTVERSION} Modified: head/devel/libkolab/distinfo ============================================================================== --- head/devel/libkolab/distinfo Sun Sep 11 16:44:25 2016 (r421839) +++ head/devel/libkolab/distinfo Sun Sep 11 16:46:03 2016 (r421840) @@ -1,2 +1,3 @@ -SHA256 (libkolab-0.5.3.tar.gz) = a90c4d892850e1795aec97f14c887f41463d0cad573926cdafd17f972e9d2726 -SIZE (libkolab-0.5.3.tar.gz) = 186440 +TIMESTAMP = 1473595778 +SHA256 (libkolab-0.6.3.tar.gz) = 9d71e5febb44478fe434ead5b3948d4d63d7ff2c5e9a378d32693adcf2b51bdf +SIZE (libkolab-0.6.3.tar.gz) = 192648 Modified: head/devel/libkolab/pkg-plist ============================================================================== --- head/devel/libkolab/pkg-plist Sun Sep 11 16:44:25 2016 (r421839) +++ head/devel/libkolab/pkg-plist Sun Sep 11 16:46:03 2016 (r421840) @@ -7,6 +7,7 @@ include/kolab/kcalconversion.h include/kolab/kolab_export.h include/kolab/kolabdefinitions.h include/kolab/kolabobject.h +include/kolab/libkolab_config.h include/kolab/mimeobject.h include/kolab/xmlobject.h lib/cmake/Libkolab/LibkolabConfig.cmake