diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-30 05:31:42 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-30 05:31:42 +0000 |
commit | 908551d6c301263c3e1afea2aac732aa8e0617e8 (patch) | |
tree | 5d1e597b9d7e78fa81a3839d29e049a369799fc0 /graphics/netpbm/Makefile | |
parent | MOVED: fix dates (diff) |
graphics/netpbm: Update to 10.85.00
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.00/doc/HISTORY
Notes
Notes:
svn path=/head/; revision=488698
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 3b01fc7ac7e0..117c238fe19e 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.84.05 +DISTVERSION= 10.85.00 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \ - https://gitlab.com/tobiask/netpbm/uploads/d315e060b53cc24d080c8e7463653d85/ \ + https://gitlab.com/tobiask/netpbm/uploads/9952916a79c9ad979022b901b4b0ee70/ \ LOCAL/tobik MAINTAINER= tobik@FreeBSD.org @@ -52,7 +52,8 @@ TEST_TARGET= check # test fails. The resulting and intermediary images look fine in # spite of this. DISABLED_TESTS= all-in-place tiff-flate-lzw-roundtrip ppmgauss \ - palm-roundtrip pamtopdbimg ps-alt-roundtrip + palm-roundtrip pamtopdbimg ps-alt-roundtrip \ + pammixmulti-identity OPTIONS_DEFAULT= MANPAGES PERL OPTIONS_DEFINE= MANPAGES PERL STATIC SVGTOPAM X11 |