ports/158607: [MAINTAINER] graphics/pngnq update to 1.1

Stefan Bethke stb at lassitu.de
Sun Jul 3 12:30:14 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list