From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEC30FDB3BD; Mon, 4 Jun 2018 18:05:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8225D7782F; Mon, 4 Jun 2018 18:05:01 +0000 (UTC) (envelope-from danilo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6503D10DDA; Mon, 4 Jun 2018 18:05:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I516W064237; Mon, 4 Jun 2018 18:05:01 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I50LM064224; Mon, 4 Jun 2018 18:05:00 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806041805.w54I50LM064224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 4 Jun 2018 18:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471615 - head/graphics/gscan2pdf X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/graphics/gscan2pdf X-SVN-Commit-Revision: 471615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:02 -0000 Author: danilo Date: Mon Jun 4 18:05:00 2018 New Revision: 471615 URL: https://svnweb.freebsd.org/changeset/ports/471615 Log: - Update to 2.1.2 - Don't append BUILD_DEPENDS to RUN_DEPENDS - Switch to GTK3 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo head/graphics/gscan2pdf/pkg-plist Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Mon Jun 4 18:04:56 2018 (r471614) +++ head/graphics/gscan2pdf/Makefile Mon Jun 4 18:05:00 2018 (r471615) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.8.11 +PORTVERSION= 2.1.2 CATEGORIES= graphics MASTER_SITES= SF @@ -13,7 +13,6 @@ LICENSE= GPLv3 BUILD_DEPENDS= p5-Config-General>=2.40:devel/p5-Config-General \ p5-Glib2>=1.210:devel/p5-Glib2 \ - p5-Goo-Canvas>0:devel/p5-Goo-Canvas \ p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ p5-Log-Log4perl>0:devel/p5-Log-Log4perl \ p5-Readonly>0:devel/p5-Readonly \ @@ -24,26 +23,38 @@ BUILD_DEPENDS= p5-Config-General>=2.40:devel/p5-Config p5-Try-Tiny>0:lang/p5-Try-Tiny \ bash:shells/bash \ p5-PDF-API2>0.57:textproc/p5-PDF-API2 \ - p5-Gtk2>=1.090:x11-toolkits/p5-Gtk2 \ - p5-Gtk2-Ex-Simple-List>0:x11-toolkits/p5-Gtk2-Ex-Simple-List \ - p5-Gtk2-ImageView>0:x11-toolkits/p5-Gtk2-ImageView + p5-Gtk3>=0.028:x11-toolkits/p5-Gtk3 \ + p5-Gtk3-SimpleList>=0.17:x11-toolkits/p5-Gtk3-SimpleList \ + p5-Goo-Canvas2>=0.06:devel/p5-Goo-Canvas2 RUN_DEPENDS:= p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable \ xdg-open:devel/xdg-utils \ cjb2:graphics/djvulibre \ scanimage:graphics/sane-backends \ scanadf:graphics/sane-frontends \ unpaper:graphics/unpaper \ + ImageMagick>0:graphics/ImageMagick \ p5-HTML-Parser>0:www/p5-HTML-Parser \ - p5-Gtk2-Ex-PodViewer>0.17:x11-toolkits/p5-Gtk2-Ex-PodViewer \ p5-Filesys-Df>0.92:sysutils/p5-Filesys-Df \ p5-Data-UUID>=1.220:devel/p5-Data-UUID \ p5-Date-Calc>=6.4:devel/p5-Date-Calc \ - ${BUILD_DEPENDS} + p5-Config-General>=2.40:devel/p5-Config-General \ + p5-Glib2>=1.210:devel/p5-Glib2 \ + p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ + p5-Log-Log4perl>0:devel/p5-Log-Log4perl \ + p5-Readonly>0:devel/p5-Readonly \ + p5-Image-Sane>=0.14:graphics/p5-Image-Sane \ + p5-Set-IntSpan>=1.10:math/p5-Set-IntSpan \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-Try-Tiny>0:lang/p5-Try-Tiny \ + p5-PDF-API2>0.57:textproc/p5-PDF-API2 \ + p5-Gtk3>=0.028:x11-toolkits/p5-Gtk3 \ + p5-Gtk3-SimpleList>=0.17:x11-toolkits/p5-Gtk3-SimpleList \ + p5-Goo-Canvas2>=0.06:devel/p5-Goo-Canvas2 NO_ARCH= yes USES= gettext gmake perl5 tar:xz -USE_GNOME= gtk20 librsvg2 +USE_GNOME= gtk30 librsvg2 USE_PERL5= configure OPTIONS_MULTI= OCR Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Mon Jun 4 18:04:56 2018 (r471614) +++ head/graphics/gscan2pdf/distinfo Mon Jun 4 18:05:00 2018 (r471615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518352774 -SHA256 (gscan2pdf-1.8.11.tar.xz) = d4a167ebe36390422472f91a4580f262a543e48f303ff930331a2e7e56491ab7 -SIZE (gscan2pdf-1.8.11.tar.xz) = 409212 +TIMESTAMP = 1527565348 +SHA256 (gscan2pdf-2.1.2.tar.xz) = f434cecb9094a4bed76f3e1df15306d6a26ab316ba23e06f204dcd0a0b14e124 +SIZE (gscan2pdf-2.1.2.tar.xz) = 422656 Modified: head/graphics/gscan2pdf/pkg-plist ============================================================================== --- head/graphics/gscan2pdf/pkg-plist Mon Jun 4 18:04:56 2018 (r471614) +++ head/graphics/gscan2pdf/pkg-plist Mon Jun 4 18:05:00 2018 (r471615) @@ -11,6 +11,7 @@ bin/gscan2pdf %%SITE_PERL%%/Gscan2pdf/EntryCompletion.pm %%SITE_PERL%%/Gscan2pdf/Frontend/CLI.pm %%SITE_PERL%%/Gscan2pdf/Frontend/Image_Sane.pm +%%SITE_PERL%%/Gscan2pdf/ImageView.pm %%SITE_PERL%%/Gscan2pdf/NetPBM.pm %%SITE_PERL%%/Gscan2pdf/Ocropus.pm %%SITE_PERL%%/Gscan2pdf/Page.pm @@ -32,6 +33,7 @@ share/applications/gscan2pdf.desktop %%DATADIR%%/stock-rotate-270.svg %%DATADIR%%/stock-rotate-90.svg %%DATADIR%%/stock-selection-all-16.png +share/help/C/gscan2pdf/documentation.html share/locale/ab/LC_MESSAGES/gscan2pdf.mo share/locale/be/LC_MESSAGES/gscan2pdf.mo share/locale/bg/LC_MESSAGES/gscan2pdf.mo