svn commit: r395544 - head/deskutils/kdepim4

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Aug 29 10:45:12 UTC 2015


Author: rakuco
Date: Sat Aug 29 10:45:11 2015
New Revision: 395544
URL: https://svnweb.freebsd.org/changeset/ports/395544

Log:
  Drop USES=iconv.
  
  The port does not include any iconv header, does not call any iconv function
  or invoke the executable.

Modified:
  head/deskutils/kdepim4/Makefile

Modified: head/deskutils/kdepim4/Makefile
==============================================================================
--- head/deskutils/kdepim4/Makefile	Sat Aug 29 10:39:06 2015	(r395543)
+++ head/deskutils/kdepim4/Makefile	Sat Aug 29 10:45:11 2015	(r395544)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kdepim
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -25,7 +25,7 @@ CONFLICTS_INSTALL=	kdepim44-4.*
 USE_GNOME=	libxml2 libxslt:build
 USE_KDE4=	kdelibs kdeprefix pimlibs kactivities \
 		akonadi automoc4 soprano nepomuk-widgets baloo
-USES=		cmake:outsource gmake iconv shebangfix tar:xz
+USES=		cmake:outsource gmake shebangfix tar:xz
 SHEBANG_FILES=	agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \
 		kalarm/*.pl kmail/kconf_update/*.pl \
 		libkpgp/kconf_update/kpgp-3.1-upgrade-address-data.pl


More information about the svn-ports-all mailing list