From owner-svn-ports-head@FreeBSD.ORG Mon Apr 1 15:27:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47A784AC; Mon, 1 Apr 2013 15:27:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 21A1BD4B; Mon, 1 Apr 2013 15:27:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r31FR9I3011903; Mon, 1 Apr 2013 15:27:09 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r31FR8Oh011901; Mon, 1 Apr 2013 15:27:08 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201304011527.r31FR8Oh011901@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 1 Apr 2013 15:27:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315655 - head/deskutils/kdepimlibs4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 15:27:09 -0000 Author: rakuco Date: Mon Apr 1 15:27:08 2013 New Revision: 315655 URL: http://svnweb.freebsd.org/changeset/ports/315655 Log: Fix pkg-plist (and `make package'). Another fallout after r315578: remove files which were only installed when unit tests were on from the plist. Approved by: portmgr (miwi) Modified: head/deskutils/kdepimlibs4/Makefile head/deskutils/kdepimlibs4/pkg-plist Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Mon Apr 1 15:12:35 2013 (r315654) +++ head/deskutils/kdepimlibs4/Makefile Mon Apr 1 15:27:08 2013 (r315655) @@ -3,6 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src Modified: head/deskutils/kdepimlibs4/pkg-plist ============================================================================== --- head/deskutils/kdepimlibs4/pkg-plist Mon Apr 1 15:12:35 2013 (r315654) +++ head/deskutils/kdepimlibs4/pkg-plist Mon Apr 1 15:27:08 2013 (r315655) @@ -1,5 +1,3 @@ -bin/akonadi_benchmarker -bin/akonaditest include/KDE/Akonadi/AgentBase include/KDE/Akonadi/AgentFactory include/KDE/Akonadi/AgentFilterProxyModel @@ -823,8 +821,6 @@ include/kimap/setquotajob.h include/kimap/storejob.h include/kimap/subscribejob.h include/kimap/unsubscribejob.h -include/kimaptest/fakeserver.h -include/kimaptest/mockjob.h include/kldap/ber.h include/kldap/kldap_export.h include/kldap/ldapattributeproxymodel.h @@ -1084,7 +1080,6 @@ lib/libkholidays.so.5.0.1 lib/libkimap.so lib/libkimap.so.5 lib/libkimap.so.5.0.1 -lib/libkimaptest.a lib/libkldap.so lib/libkldap.so.5 lib/libkldap.so.5.0.1 @@ -1368,7 +1363,6 @@ share/mime/text/x-vnd.akonadi.socialfeed @dirrm include/kmime @dirrm include/kmbox @dirrm include/kldap -@dirrm include/kimaptest @dirrm include/kimap @dirrm include/kholidays @dirrm include/kcalutils