svn commit: r315655 - head/deskutils/kdepimlibs4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Apr 1 15:27:09 UTC 2013


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
- at dirrm include/kimaptest
 @dirrm include/kimap
 @dirrm include/kholidays
 @dirrm include/kcalutils


More information about the svn-ports-head mailing list