Date: Tue, 20 Mar 2018 17:19:01 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> 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 Message-ID: <201803201719.w2KHJ1w1040108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803201719.w2KHJ1w1040108>