Date: Sat, 29 Aug 2015 10:45:12 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395544 - head/deskutils/kdepim4 Message-ID: <201508291045.t7TAjCr8043315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508291045.t7TAjCr8043315>