From owner-svn-ports-all@freebsd.org Sun Mar 25 08:09:40 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 34CAEF54256; Sun, 25 Mar 2018 08:09:40 +0000 (UTC) (envelope-from adridg@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 DB3997A149; Sun, 25 Mar 2018 08:09:39 +0000 (UTC) (envelope-from adridg@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 D61DA1B6AD; Sun, 25 Mar 2018 08:09:39 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2P89dk0096712; Sun, 25 Mar 2018 08:09:39 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2P89dbf096709; Sun, 25 Mar 2018 08:09:39 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201803250809.w2P89dbf096709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 25 Mar 2018 08:09:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465503 - in head: . graphics graphics/skanlite graphics/skanlite-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head: . graphics graphics/skanlite graphics/skanlite-kde4 X-SVN-Commit-Revision: 465503 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: Sun, 25 Mar 2018 08:09:40 -0000 Author: adridg Date: Sun Mar 25 08:09:39 2018 New Revision: 465503 URL: https://svnweb.freebsd.org/changeset/ports/465503 Log: Move graphics/skanlite to skanlite-kde4. This makes room for the updated, KDE Frameworks 5, version of the same application. Approved by: tcberner (mentor, implicit) Added: head/graphics/skanlite-kde4/ - copied from r465502, head/graphics/skanlite/ Deleted: head/graphics/skanlite/ Modified: head/MOVED head/graphics/Makefile head/graphics/skanlite-kde4/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Mar 25 08:08:22 2018 (r465502) +++ head/MOVED Sun Mar 25 08:09:39 2018 (r465503) @@ -10235,3 +10235,4 @@ net-im/kde-telepathy|net-im/telepathy-kde4|2018-03-23| net-im/plasma-applet-ktp|net-im/plasma-applet-ktp-kde4|2018-03-23|Make room for KDE updates multimedia/gmencoder||2018-03-23|Abandonware, does not support modern codecs mail/wanderlust-devel|mail/wanderlust|2018-03-23|Removed, use mail/wanderlust instead +graphics/skanlite|graphics/skanlite-kde4|2018-03-25|Make room for KDE updates Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Mar 25 08:08:22 2018 (r465502) +++ head/graphics/Makefile Sun Mar 25 08:09:39 2018 (r465503) @@ -1023,7 +1023,7 @@ SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1libs - SUBDIR += skanlite + SUBDIR += skanlite-kde4 SUBDIR += smillaenlarger SUBDIR += springgraph SUBDIR += squish Modified: head/graphics/skanlite-kde4/Makefile ============================================================================== --- head/graphics/skanlite/Makefile Sun Mar 25 08:08:22 2018 (r465502) +++ head/graphics/skanlite-kde4/Makefile Sun Mar 25 08:09:39 2018 (r465503) @@ -2,9 +2,10 @@ PORTNAME= skanlite PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org