Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 11:42:43 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562390 - head/graphics/pngcheck
Message-ID:  <202101231142.10NBgh78072723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sat Jan 23 11:42:42 2021
New Revision: 562390
URL: https://svnweb.freebsd.org/changeset/ports/562390

Log:
  graphics/pngcheck: Update to 3.0.0
  
  - Update to 3.0.0
  - Update MASTERSITE to the new upstream
  - Pass maintainership to the submitter
  
  Changes:	http://www.libpng.org/pub/png/src/pngcheck-3.0.0.CHANGELOG
  PR:		252929
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>

Modified:
  head/graphics/pngcheck/Makefile
  head/graphics/pngcheck/distinfo

Modified: head/graphics/pngcheck/Makefile
==============================================================================
--- head/graphics/pngcheck/Makefile	Sat Jan 23 11:41:51 2021	(r562389)
+++ head/graphics/pngcheck/Makefile	Sat Jan 23 11:42:42 2021	(r562390)
@@ -2,26 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	pngcheck
-PORTVERSION=	2.3.0
-PORTREVISION=	2
+PORTVERSION=	3.0.0
 CATEGORIES=	graphics
-MASTER_SITES=	SF/png-mng/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	http://www.libpng.org/pub/png/src/ \
+		https://www.cyberbotx.com/pngcheck/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Checks the integrity of PNG images
 
-LICENSE=	MIT GPLv2+
+LICENSE=	GPLv2+ MIT
 LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/gpl/COPYING
 
 MAKEFILE=	Makefile.unx
 MAKE_ARGS=	CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -DUSE_ZLIB" LIBS="-lz"
 
+PLIST_FILES=	bin/png-fix-IDAT-windowsize \
+		bin/pngcheck \
+		bin/pngsplit
 PORTDOCS=	CHANGELOG README
-
-PLIST_FILES=	bin/pngcheck \
-		bin/pngsplit \
-		bin/png-fix-IDAT-windowsize
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/pngcheck/distinfo
==============================================================================
--- head/graphics/pngcheck/distinfo	Sat Jan 23 11:41:51 2021	(r562389)
+++ head/graphics/pngcheck/distinfo	Sat Jan 23 11:42:42 2021	(r562390)
@@ -1,2 +1,3 @@
-SHA256 (pngcheck-2.3.0.tar.gz) = 77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f
-SIZE (pngcheck-2.3.0.tar.gz) = 59864
+TIMESTAMP = 1611376101
+SHA256 (pngcheck-3.0.0.tar.gz) = c6cc37b0d3638a79fcab458ba42ad599131056bfa5001dabdc01e44f1ef99302
+SIZE (pngcheck-3.0.0.tar.gz) = 63108



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101231142.10NBgh78072723>