From owner-svn-ports-all@freebsd.org Thu Jun 23 05:12:45 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 E4C9AB726BB; Thu, 23 Jun 2016 05:12:45 +0000 (UTC) (envelope-from pi@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 9025026E4; Thu, 23 Jun 2016 05:12:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5N5Ci4m075314; Thu, 23 Jun 2016 05:12:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5N5CiX6075309; Thu, 23 Jun 2016 05:12:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606230512.u5N5CiX6075309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 23 Jun 2016 05:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417342 - in head: sysutils/kfilemetadata sysutils/nepomuk-core sysutils/nepomuk-widgets x11/kde4-workspace 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.22 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: Thu, 23 Jun 2016 05:12:46 -0000 Author: pi Date: Thu Jun 23 05:12:44 2016 New Revision: 417342 URL: https://svnweb.freebsd.org/changeset/ports/417342 Log: sysutils/{kfilemetadata|nepomuk-core|nepomuk-widgets}: bump PORTREVISION x11/kde4-workspace: removed ${CAT} ${PKGMESSAGE} PR: 210255 Submitted by: tijl Modified: head/sysutils/kfilemetadata/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/nepomuk-widgets/Makefile head/x11/kde4-workspace/Makefile Modified: head/sysutils/kfilemetadata/Makefile ============================================================================== --- head/sysutils/kfilemetadata/Makefile Thu Jun 23 04:12:49 2016 (r417341) +++ head/sysutils/kfilemetadata/Makefile Thu Jun 23 05:12:44 2016 (r417342) @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/nepomuk-core/Makefile ============================================================================== --- head/sysutils/nepomuk-core/Makefile Thu Jun 23 04:12:49 2016 (r417341) +++ head/sysutils/nepomuk-core/Makefile Thu Jun 23 05:12:44 2016 (r417342) @@ -3,7 +3,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/nepomuk-widgets/Makefile ============================================================================== --- head/sysutils/nepomuk-widgets/Makefile Thu Jun 23 04:12:49 2016 (r417341) +++ head/sysutils/nepomuk-widgets/Makefile Thu Jun 23 05:12:44 2016 (r417342) @@ -2,7 +2,7 @@ PORTNAME= nepomuk-widgets PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Thu Jun 23 04:12:49 2016 (r417341) +++ head/x11/kde4-workspace/Makefile Thu Jun 23 05:12:44 2016 (r417342) @@ -133,6 +133,5 @@ post-install-GSTREAMER-on: post-install-GSTREAMER-off: @${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE} @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} .include