aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2021-01-28 13:22:32 +0000
committerLewis Cook <lcook@FreeBSD.org>2021-01-28 13:22:32 +0000
commit1446bdf3176769d20398f3a6b841b487adca4e4a (patch)
tree5331eec0e50c51826f2e03cff4576aa29c56e905 /graphics
parent9b0b5813084edf4ae4e78f66039eb1c7edfa1c10 (diff)
downloadports-1446bdf3176769d20398f3a6b841b487adca4e4a.tar.gz
ports-1446bdf3176769d20398f3a6b841b487adca4e4a.zip
MFH: r563038
graphics/pngcheck: Update to 3.0.1 PR: 253019 Security: 13ca36b8-6141-11eb-8a36-7085c2fb2c14
Notes
Notes: svn path=/branches/2021Q1/; revision=563135
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngcheck/Makefile24
-rw-r--r--graphics/pngcheck/distinfo5
2 files changed, 16 insertions, 13 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index d17df3e671fb..8524f262b4da 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -2,27 +2,29 @@
# $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
do-install:
diff --git a/graphics/pngcheck/distinfo b/graphics/pngcheck/distinfo
index b9d3b2aa3acb..97e4d2295131 100644
--- a/graphics/pngcheck/distinfo
+++ b/graphics/pngcheck/distinfo
@@ -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