From owner-freebsd-ports@freebsd.org Sat Jul 4 12:01:22 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6386B969B for ; Sat, 4 Jul 2015 12:01:22 +0000 (UTC) (envelope-from opendaddy@hushmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4D8041FDB for ; Sat, 4 Jul 2015 12:01:22 +0000 (UTC) (envelope-from opendaddy@hushmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4CE12969A; Sat, 4 Jul 2015 12:01:22 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C72A9699 for ; Sat, 4 Jul 2015 12:01:22 +0000 (UTC) (envelope-from opendaddy@hushmail.com) Received: from smtp5.hushmail.com (smtp5.hushmail.com [65.39.178.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "smtp.hushmail.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 344D61FDA for ; Sat, 4 Jul 2015 12:01:21 +0000 (UTC) (envelope-from opendaddy@hushmail.com) Received: from smtp5.hushmail.com (localhost [127.0.0.1]) by smtp5.hushmail.com (Postfix) with SMTP id B70CC60191 for ; Sat, 4 Jul 2015 11:24:05 +0000 (UTC) Received: from smtp.hushmail.com (w7.hushmail.com [65.39.178.32]) by smtp5.hushmail.com (Postfix) with ESMTP; Sat, 4 Jul 2015 11:24:05 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id E031F41C93; Sat, 4 Jul 2015 11:24:06 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 04 Jul 2015 11:24:06 +0000 To: ak@freebsd.org Cc: ports@freebsd.org Subject: Upgrading pngquant (nasty error) From: opendaddy@hushmail.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150704112406.E031F41C93@smtp.hushmail.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 12:01:22 -0000 Hi! Getting this nasty warning here: WARN: pngquant 2.0.0 at /usr/local/bin/pngquant (< 2.1) may be lossy even with quality `100-` Any chance we could upgrade the port? Trying to use image_optim (https://github.com/toy/image_optim) with Discourse in Ruby on Rails (https://github.com/discourse/discourse): Many thanks! O.D.