From owner-svn-ports-branches@freebsd.org Sun Jul 5 16:41:38 2015 Return-Path: Delivered-To: svn-ports-branches@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 6550C9061; Sun, 5 Jul 2015 16:41:38 +0000 (UTC) (envelope-from danilo@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 550FC11DA; Sun, 5 Jul 2015 16:41:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65Gfcvi029101; Sun, 5 Jul 2015 16:41:38 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65GfcZQ029100; Sun, 5 Jul 2015 16:41:38 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507051641.t65GfcZQ029100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 5 Jul 2015 16:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391366 - in branches/2015Q3/graphics/gscan2pdf: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 16:41:38 -0000 Author: danilo Date: Sun Jul 5 16:41:37 2015 New Revision: 391366 URL: https://svnweb.freebsd.org/changeset/ports/391366 Log: MFH: r391341 - Fix a runtime dependency - Fix a runtime error due a Linux dependent code snippet Reported by: Torfinn Ingolfsen Tested by: Torfinn Ingolfsen Approved by: ports-secteam (delphij) Added: branches/2015Q3/graphics/gscan2pdf/files/ - copied from r391341, head/graphics/gscan2pdf/files/ Modified: branches/2015Q3/graphics/gscan2pdf/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/gscan2pdf/Makefile ============================================================================== --- branches/2015Q3/graphics/gscan2pdf/Makefile Sun Jul 5 14:11:36 2015 (r391365) +++ branches/2015Q3/graphics/gscan2pdf/Makefile Sun Jul 5 16:41:37 2015 (r391366) @@ -3,6 +3,7 @@ PORTNAME= gscan2pdf PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -36,6 +37,7 @@ RUN_DEPENDS:= p5-Archive-Tar>0:${PORTSDI unpaper:${PORTSDIR}/graphics/unpaper \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Gtk2-Ex-PodViewer>0.17:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-PodViewer \ + p5-Filesys-Df>0.92:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${BUILD_DEPENDS} NO_ARCH= yes @@ -62,7 +64,5 @@ post-patch: @${REINPLACE_CMD} -e \ 's|$$sharedir/man|$$prefixdir/man| ; \ s|1p|1|' ${WRKSRC}/Makefile.PL - @${REINPLACE_CMD} -e \ - 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/bin/${PORTNAME} .include