From owner-svn-ports-all@freebsd.org Tue Mar 20 17:19:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2962F5E4A8; Tue, 20 Mar 2018 17:19:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A054B7D431; Tue, 20 Mar 2018 17:19:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81C001FA4C; Tue, 20 Mar 2018 17:19:02 +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 w2KHJ2Kf040114; Tue, 20 Mar 2018 17:19:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2KHJ1w1040108; Tue, 20 Mar 2018 17:19:01 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201803201719.w2KHJ1w1040108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 20 Mar 2018 17:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465097 - in head: . astro astro/libkgeomap astro/libkgeomap-kde4 graphics/digikam-kde4 graphics/kipi-plugin-gpssync X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: . astro astro/libkgeomap astro/libkgeomap-kde4 graphics/digikam-kde4 graphics/kipi-plugin-gpssync X-SVN-Commit-Revision: 465097 X-SVN-Commit-Repository: ports 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.25 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: Tue, 20 Mar 2018 17:19:03 -0000 Author: tcberner Date: Tue Mar 20 17:19:01 2018 New Revision: 465097 URL: https://svnweb.freebsd.org/changeset/ports/465097 Log: Move astro/libkgeomap to astro/libkgeomap-kde4 Added: head/astro/libkgeomap-kde4/ - copied from r465096, head/astro/libkgeomap/ Deleted: head/astro/libkgeomap/ Modified: head/MOVED head/astro/Makefile head/astro/libkgeomap-kde4/Makefile head/graphics/digikam-kde4/Makefile head/graphics/digikam-kde4/Makefile.common head/graphics/kipi-plugin-gpssync/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Mar 20 17:15:44 2018 (r465096) +++ head/MOVED Tue Mar 20 17:19:01 2018 (r465097) @@ -10210,3 +10210,4 @@ multimedia/plexpy|multimedia/tautulli|2018-03-17|Proje net-im/ring-daemon||2018-03-18|Ring can't build because it depends on custom bundled versions of other packages net-im/ring-libclient||2018-03-18|Ring can't build because it depends on custom bundled versions of other packages net-im/ring-gnome||2018-03-18|Ring can't build because it depends on custom bundled versions of other packages +astro/libkgeomap|astro/libkgeomap-kde4|2018-03-20|Make room for KDE updates Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Tue Mar 20 17:15:44 2018 (r465096) +++ head/astro/Makefile Tue Mar 20 17:19:01 2018 (r465097) @@ -31,7 +31,7 @@ SUBDIR += josm SUBDIR += kstars-kde4 SUBDIR += libgal - SUBDIR += libkgeomap + SUBDIR += libkgeomap-kde4 SUBDIR += libnova SUBDIR += libosmium SUBDIR += libosmpbf Modified: head/astro/libkgeomap-kde4/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Tue Mar 20 17:15:44 2018 (r465096) +++ head/astro/libkgeomap-kde4/Makefile Tue Mar 20 17:19:01 2018 (r465097) @@ -2,9 +2,10 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Tue Mar 20 17:15:44 2018 (r465096) +++ head/graphics/digikam-kde4/Makefile Tue Mar 20 17:19:01 2018 (r465097) @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 2 CATEGORIES= graphics kde @@ -20,7 +20,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ liblqr-1.so:graphics/liblqr-1 \ libkface.so:graphics/libkface \ libpgf.so:graphics/libpgf \ - libkgeomap.so:astro/libkgeomap \ + libkgeomap.so:astro/libkgeomap-kde4 \ libboost_graph.so:devel/boost-libs USES+= eigen:3 pkgconfig shebangfix Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Tue Mar 20 17:15:44 2018 (r465096) +++ head/graphics/digikam-kde4/Makefile.common Tue Mar 20 17:19:01 2018 (r465097) @@ -9,7 +9,7 @@ # graphics/libkface # graphics/libkipiplugins # These ports now lead independent lives: -# astro/libkgeomap (part of KDE Applications) +# astro/libkgeomap-kde4 (part of KDE Applications) # net/libkvkontakte (part of KDE Applications) # net/libmediawiki (part of digiKam 4.12) Modified: head/graphics/kipi-plugin-gpssync/Makefile ============================================================================== --- head/graphics/kipi-plugin-gpssync/Makefile Tue Mar 20 17:15:44 2018 (r465096) +++ head/graphics/kipi-plugin-gpssync/Makefile Tue Mar 20 17:19:01 2018 (r465097) @@ -2,14 +2,14 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs -LIB_DEPENDS= libkgeomap.so:astro/libkgeomap +LIB_DEPENDS= libkgeomap.so:astro/libkgeomap-kde4 KIPI_PLUGIN= gpssync .include "${.CURDIR}/../digikam-kde4/Makefile.common"