From owner-svn-ports-all@freebsd.org Wed Jul 1 17:44:33 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A5AA3584B3; Wed, 1 Jul 2020 17:44:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xpWj2fQ6z4pJ0; Wed, 1 Jul 2020 17:44:33 +0000 (UTC) (envelope-from tobik@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 3E440D31B; Wed, 1 Jul 2020 17:44:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 061HiXjg077304; Wed, 1 Jul 2020 17:44:33 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061HiWds077301; Wed, 1 Jul 2020 17:44:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202007011744.061HiWds077301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 1 Jul 2020 17:44:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540982 - head/graphics/netpbm X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/netpbm X-SVN-Commit-Revision: 540982 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.33 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: Wed, 01 Jul 2020 17:44:33 -0000 Author: tobik Date: Wed Jul 1 17:44:32 2020 New Revision: 540982 URL: https://svnweb.freebsd.org/changeset/ports/540982 Log: graphics/netpbm: Update to 10.91.00 Changes: https://github.com/t6/netpbm/blob/v10.91.00/doc/HISTORY Modified: head/graphics/netpbm/Makefile head/graphics/netpbm/distinfo head/graphics/netpbm/pkg-plist Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Wed Jul 1 17:21:26 2020 (r540981) +++ head/graphics/netpbm/Makefile Wed Jul 1 17:44:32 2020 (r540982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.90.04 +DISTVERSION= 10.91.00 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ @@ -26,7 +26,8 @@ USES= ghostscript:test gmake perl5 shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build test -SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm editor/pnmflip \ +SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm \ + converter/ppm/hpcdtoppm/pcdovtoppm editor/pnmflip \ editor/pnmquant editor/ppmfade editor/ppmquant editor/ppmshadow \ generator/ppmrainbow test/*.test test/Available-Testprog \ test/Execute-Tests @@ -49,8 +50,9 @@ TEST_TARGET= check # Disable fragile tests. tiff-flate-lzw-roundtrip's checksums are # different on FreeBSD so the test fails. The resulting and # intermediary images look fine in spite of this. -_DISABLE_TESTS= all-in-place palm-roundtrip pamdice pamhue pammixmulti-identity \ - pamtopdbimg pnmquant ps-alt-roundtrip tiff-flate-lzw-roundtrip +_DISABLE_TESTS= all-in-place palm-roundtrip pamdice pamexec pamhue \ + pammixmulti-identity pamtopdbimg pamvalidate pj-roundtrip \ + pnmquant ps-alt-roundtrip tiff-flate-lzw-roundtrip OPTIONS_DEFINE= MANPAGES PERL STATIC SVGTOPAM X11 OPTIONS_DEFAULT= MANPAGES PERL Modified: head/graphics/netpbm/distinfo ============================================================================== --- head/graphics/netpbm/distinfo Wed Jul 1 17:21:26 2020 (r540981) +++ head/graphics/netpbm/distinfo Wed Jul 1 17:44:32 2020 (r540982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592067218 -SHA256 (netpbm-10.90.04.tar.xz) = 3a845f48c48d30077bab50979426926f7eddb5f4b83bf01421b40e04eac1bbf1 -SIZE (netpbm-10.90.04.tar.xz) = 2424120 +TIMESTAMP = 1593624537 +SHA256 (netpbm-10.91.00.tar.xz) = d4988091ce58110f27cc5acdeed88511650428a18d4c62ac6a4e0f9f1c9f6bda +SIZE (netpbm-10.91.00.tar.xz) = 2432424 Modified: head/graphics/netpbm/pkg-plist ============================================================================== --- head/graphics/netpbm/pkg-plist Wed Jul 1 17:21:26 2020 (r540981) +++ head/graphics/netpbm/pkg-plist Wed Jul 1 17:44:32 2020 (r540982) @@ -398,7 +398,7 @@ include/netpbm/shhopt.h lib/libnetpbm.a lib/libnetpbm.so lib/libnetpbm.so.11 -lib/libnetpbm.so.11.90 +lib/libnetpbm.so.11.91 %%MANPAGES%%man/man1/411toppm.1.gz %%MANPAGES%%man/man1/anytopnm.1.gz %%MANPAGES%%man/man1/asciitopgm.1.gz