diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-01 17:44:32 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-01 17:44:32 +0000 |
commit | 9093699c7b6384938b5208fae41995678948fdd0 (patch) | |
tree | e92f89c38a134fd5235e4535ec64602314b2e693 /graphics/netpbm/Makefile | |
parent | security/palisade: Fix long line in pkg-descr (diff) |
graphics/netpbm: Update to 10.91.00
Changes: https://github.com/t6/netpbm/blob/v10.91.00/doc/HISTORY
Notes
Notes:
svn path=/head/; revision=540982
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 8e4f53546313..cafd87b21ec2 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -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 |