From owner-svn-ports-head@freebsd.org Fri Sep 11 09:42:11 2015 Return-Path: Delivered-To: svn-ports-head@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 4C5FFA013B9; Fri, 11 Sep 2015 09:42:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3CDDF1D15; Fri, 11 Sep 2015 09:42:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8B9gBk5050394; Fri, 11 Sep 2015 09:42:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8B9gBUV050393; Fri, 11 Sep 2015 09:42:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201509110942.t8B9gBUV050393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 11 Sep 2015 09:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396654 - head/graphics/scantailor 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.20 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: Fri, 11 Sep 2015 09:42:11 -0000 Author: rakuco Date: Fri Sep 11 09:42:10 2015 New Revision: 396654 URL: https://svnweb.freebsd.org/changeset/ports/396654 Log: Drop USES=iconv. The port does not actually use iconv anywhere, so drop the unnecessary dependency. PR: 202718 Approved by: maintainer timeout (vg, 14 days) Modified: head/graphics/scantailor/Makefile Modified: head/graphics/scantailor/Makefile ============================================================================== --- head/graphics/scantailor/Makefile Fri Sep 11 09:41:00 2015 (r396653) +++ head/graphics/scantailor/Makefile Fri Sep 11 09:42:10 2015 (r396654) @@ -3,7 +3,7 @@ PORTNAME= scantailor PORTVERSION= 0.9.11.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF @@ -17,7 +17,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libpng.so:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= cmake gettext iconv jpeg +USES= cmake gettext jpeg USE_GCC= yes USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ linguist_build