Date: Fri, 1 Mar 2019 11:37:25 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494290 - head/graphics/netpbm Message-ID: <201903011137.x21BbPxf061982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Mar 1 11:37:25 2019 New Revision: 494290 URL: https://svnweb.freebsd.org/changeset/ports/494290 Log: graphics/netpbm: Update to 10.85.03 - Fixes a bug where pstopnm ignores -textalphabits [1] Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.03/doc/HISTORY PR: 236097 [1] Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1] MFH: 2019Q1 Modified: head/graphics/netpbm/Makefile head/graphics/netpbm/distinfo Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Fri Mar 1 11:21:16 2019 (r494289) +++ head/graphics/netpbm/Makefile Fri Mar 1 11:37:25 2019 (r494290) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.85.02 +DISTVERSION= 10.85.03 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \ - https://gitlab.com/tobiask/netpbm/uploads/e5163c86a1535bbb833adadf1ceb28a2/ \ + https://gitlab.com/tobiask/netpbm/uploads/b3d36b002ae7b3dc7ef42449bb612e12/ \ LOCAL/tobik MAINTAINER= tobik@FreeBSD.org Modified: head/graphics/netpbm/distinfo ============================================================================== --- head/graphics/netpbm/distinfo Fri Mar 1 11:21:16 2019 (r494289) +++ head/graphics/netpbm/distinfo Fri Mar 1 11:37:25 2019 (r494290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549839986 -SHA256 (netpbm-10.85.02.tar.gz) = 8d8af6b8185ee8cd3c83388f2eec6bc43e3d96b9bc21d3a5bc844ce53b87c08f -SIZE (netpbm-10.85.02.tar.gz) = 3303395 +TIMESTAMP = 1551439741 +SHA256 (netpbm-10.85.03.tar.gz) = 910c9f5168ff36aebca0ae6765741070a99c8d4db8e20edd8d10560cbd4676d2 +SIZE (netpbm-10.85.03.tar.gz) = 3303404
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903011137.x21BbPxf061982>