From owner-svn-ports-branches@freebsd.org Thu Nov 30 21:14:51 2017 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 03A65DBAEB1; Thu, 30 Nov 2017 21:14:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C40BD76308; Thu, 30 Nov 2017 21:14:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAULEntv040121; Thu, 30 Nov 2017 21:14:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAULEn5G040120; Thu, 30 Nov 2017 21:14:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711302114.vAULEn5G040120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 30 Nov 2017 21:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455230 - branches/2017Q4/print/pdfstitch X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2017Q4/print/pdfstitch X-SVN-Commit-Revision: 455230 X-SVN-Commit-Repository: ports 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.25 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: Thu, 30 Nov 2017 21:14:51 -0000 Author: antoine Date: Thu Nov 30 21:14:49 2017 New Revision: 455230 URL: https://svnweb.freebsd.org/changeset/ports/455230 Log: MFH: r451473 Fix dependencies Modified: branches/2017Q4/print/pdfstitch/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/print/pdfstitch/Makefile ============================================================================== --- branches/2017Q4/print/pdfstitch/Makefile Thu Nov 30 21:10:11 2017 (r455229) +++ branches/2017Q4/print/pdfstitch/Makefile Thu Nov 30 21:14:49 2017 (r455230) @@ -12,9 +12,9 @@ COMMENT= Crop and stitch pages from PDF to larger, sin LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= textproc/p5-YAML>=1.10:textproc/p5-YAML \ - devel/p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ - textproc/p5-PDF-API2>=2.030:textproc/p5-PDF-API2 +RUN_DEPENDS= p5-YAML>=1.10:textproc/p5-YAML \ + p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ + p5-PDF-API2>=2.030:textproc/p5-PDF-API2 USES= perl5 USE_GITHUB= yes