Date: Thu, 28 Jan 2021 13:22:33 +0000 (UTC) From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563135 - branches/2021Q1/graphics/pngcheck Message-ID: <202101281322.10SDMX6I070386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lcook Date: Thu Jan 28 13:22:32 2021 New Revision: 563135 URL: https://svnweb.freebsd.org/changeset/ports/563135 Log: MFH: r563038 graphics/pngcheck: Update to 3.0.1 PR: 253019 Security: 13ca36b8-6141-11eb-8a36-7085c2fb2c14 Modified: branches/2021Q1/graphics/pngcheck/Makefile branches/2021Q1/graphics/pngcheck/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/pngcheck/Makefile ============================================================================== --- branches/2021Q1/graphics/pngcheck/Makefile Thu Jan 28 12:53:39 2021 (r563134) +++ branches/2021Q1/graphics/pngcheck/Makefile Thu Jan 28 13:22:32 2021 (r563135) @@ -2,26 +2,28 @@ # $FreeBSD$ PORTNAME= pngcheck -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 3.0.1 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" +MAKE_ARGS= CC="${CC}" \ + CFLAGS="${CFLAGS} -DUSE_ZLIB" \ + LD="${CC}" \ + 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: branches/2021Q1/graphics/pngcheck/distinfo ============================================================================== --- branches/2021Q1/graphics/pngcheck/distinfo Thu Jan 28 12:53:39 2021 (r563134) +++ branches/2021Q1/graphics/pngcheck/distinfo Thu Jan 28 13:22:32 2021 (r563135) @@ -1,2 +1,3 @@ -SHA256 (pngcheck-2.3.0.tar.gz) = 77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f -SIZE (pngcheck-2.3.0.tar.gz) = 59864 +TIMESTAMP = 1611668361 +SHA256 (pngcheck-3.0.1.tar.gz) = 66bf4cbaa29908984c0d7ba539358ed63c7c2f02a0b2407ac691465b143efbbb +SIZE (pngcheck-3.0.1.tar.gz) = 63019
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101281322.10SDMX6I070386>