Date: Sun, 03 Jul 2011 14:20:43 From: Stefan Bethke <stb@lassitu.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/158607: [MAINTAINER] graphics/pngnq update to 1.1 Message-ID: <20110703142043-976807@diesel.lassitu.de> Resent-Message-ID: <201107031230.p63CUDwS096278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 158607 >Category: ports >Synopsis: [MAINTAINER] graphics/pngnq update to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 12:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stefan Bethke >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: >Description: Update graphics/pngnq to version 1.1 >How-To-Repeat: >Fix: The sole remaining patch has been folded in upstream, so files is now empty. diff -ruN graphics/pngnq.orig/Makefile graphics/pngnq/Makefile --- graphics/pngnq.orig/Makefile 2011-04-20 22:02:25.000000000 +0200 +++ graphics/pngnq/Makefile 2011-07-03 14:14:56.483446700 +0200 @@ -6,13 +6,15 @@ # PORTNAME= pngnq -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= stb@lassitu.de COMMENT= A tool for quantizing PNG images in RGBA format +LICENSE= BSD + LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes diff -ruN graphics/pngnq.orig/distinfo graphics/pngnq/distinfo --- graphics/pngnq.orig/distinfo 2011-04-20 22:02:25.000000000 +0200 +++ graphics/pngnq/distinfo 2011-07-03 14:13:23.582390256 +0200 @@ -1,2 +1,2 @@ -SHA256 (pngnq-1.0.tar.gz) = 3413cb72af4e1a25268892ad182f6f9f516c5b67d9ff873968e5a60c293c00a7 -SIZE (pngnq-1.0.tar.gz) = 105155 +SHA256 (pngnq-1.1.tar.gz) = c147fe0a94b32d323ef60be9fdcc9b683d1a82cd7513786229ef294310b5b6e2 +SIZE (pngnq-1.1.tar.gz) = 117372 diff -ruN graphics/pngnq.orig/files/patch-errors.h graphics/pngnq/files/patch-errors.h --- graphics/pngnq.orig/files/patch-errors.h 2011-04-20 22:02:25.000000000 +0200 +++ graphics/pngnq/files/patch-errors.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- src/errors.h.orig 2011-04-14 19:57:13.000000000 +0400 -+++ src/errors.h 2011-04-14 20:00:25.000000000 +0400 -@@ -20,9 +20,11 @@ - PNGNQ_LOG_ERR(__VA_ARGS__)\ - fflush(stderr); - --#define PNGNQ_WARNING(...) (fprintf(stderr,"pngnq - Warning: "));\ -- fprintf(stderr, __VA_ARGS__);\ -- PNGNQ_LOG_WARNING(__VA_ARGS__)\ -- fflush(stderr); -+#define PNGNQ_WARNING(...) \ -+ do { \ -+ fprintf(stderr, "pngnq - Warning: " __VA_ARGS__); \ -+ PNGNQ_LOG_WARNING(__VA_ARGS__) \ -+ fflush(stderr); \ -+ } while (0) - - #define PNGNQ_MESSAGE(...) {if(verbose) {fprintf(stderr,__VA_ARGS__);fflush(stderr);}} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110703142043-976807>