Bug 187353 - [maintainer update] graphics/pngcrush: cleanup & update
Summary: [maintainer update] graphics/pngcrush: cleanup & update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 18:20 UTC by vsjcfm
Modified: 2014-03-13 18:10 UTC (History)
0 users

See Also:


Attachments
patch.txt (1.55 KB, text/plain)
2014-03-07 18:20 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2014-03-07 18:20:00 UTC
Corrected error in pkg-descr. While here, update to 1.7.72 (there are no important changes in last version).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-07 18:20:07 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-07 18:20:08 UTC
Maintainer of graphics/pngcrush,

Please note that PR ports/187353 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187353

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-07 18:20:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 vsjcfm 2014-03-07 19:53:15 UTC
What field I has filled incorrectly that prevents GNATS recognize me
as the maintainer?
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2014-03-13 17:53:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-03-13 18:03:14 UTC
Author: pawel
Date: Thu Mar 13 18:03:06 2014
New Revision: 348111
URL: http://svnweb.freebsd.org/changeset/ports/348111
QAT: https://qat.redports.org/buildarchive/r348111/

Log:
  Update to version 1.7.72
  
  PR:		ports/187353
  Submitted by:	maintainer

Modified:
  head/graphics/pngcrush/Makefile
  head/graphics/pngcrush/distinfo
  head/graphics/pngcrush/pkg-descr

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Thu Mar 13 18:01:44 2014	(r348110)
+++ head/graphics/pngcrush/Makefile	Thu Mar 13 18:03:06 2014	(r348111)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.71
+PORTVERSION=	1.7.72
 CATEGORIES=	graphics
 MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/ \
 		SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
@@ -13,7 +13,7 @@ COMMENT=	Optimizer for PNG files
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
-USE_XZ=		yes
+USES=		tar:xz
 CFLAGS+=	-DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
@@ -21,6 +21,6 @@ MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}
 PLIST_FILES=	bin/pngcrush
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${STAGEDIR}${PREFIX}/bin/pngcrush
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/pngcrush
 
 .include <bsd.port.mk>

Modified: head/graphics/pngcrush/distinfo
==============================================================================
--- head/graphics/pngcrush/distinfo	Thu Mar 13 18:01:44 2014	(r348110)
+++ head/graphics/pngcrush/distinfo	Thu Mar 13 18:03:06 2014	(r348111)
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.71-nolib.tar.xz) = cdb3a58122ff35187e126e605a82709cb33e39c52af8f16254a5408368a0aa24
-SIZE (pngcrush-1.7.71-nolib.tar.xz) = 58412
+SHA256 (pngcrush-1.7.72-nolib.tar.xz) = 8c253f47de7be7e33d5d10879be9240b94b38d2e15fdddd709c9ad9b8c037042
+SIZE (pngcrush-1.7.72-nolib.tar.xz) = 58388

Modified: head/graphics/pngcrush/pkg-descr
==============================================================================
--- head/graphics/pngcrush/pkg-descr	Thu Mar 13 18:01:44 2014	(r348110)
+++ head/graphics/pngcrush/pkg-descr	Thu Mar 13 18:03:06 2014	(r348111)
@@ -5,6 +5,4 @@ levels 3 and 9).  It does the most time-
 it turns out to be the best.  Optionally, it can remove unwanted
 chunks or add gAMA and sRGB chunks.
 
-pngcrush does not require external X/png libraries.
-
 WWW: http://pmt.sourceforge.net/pngcrush/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Pawel Pekala freebsd_committer freebsd_triage 2014-03-13 18:03:31 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!