diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 07a5d5b2b389..36d95e3481da 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -1,22 +1,22 @@ PORTNAME= jpeginfo -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= graphics -MASTER_SITES= http://www.kokkonen.net/tjko/src/ +MASTER_SITES= https://www.kokkonen.net/tjko/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones -WWW= https://www.kokkonen.net/tjko/projects.html +WWW= https://www.kokkonen.net/tjko/projects.html \ + https://github.com/tjko/jpeginfo -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= jpeg localbase -GNU_CONFIGURE= yes -MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR} +USES= gmake jpeg localbase -PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz +GNU_CONFIGURE= yes +MAKE_ARGS= INSTALL_ROOT=${STAGEDIR} -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo +PLIST_FILES= bin/jpeginfo \ + share/man/man1/jpeginfo.1.gz .include diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo index 68972c83ee2a..83acf3bf1c16 100644 --- a/graphics/jpeginfo/distinfo +++ b/graphics/jpeginfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673203722 -SHA256 (jpeginfo-1.6.2.tar.gz) = 1d5fda959ebc540fa9c81376e6008756499a524a5f66f8129c87915e4ccda004 -SIZE (jpeginfo-1.6.2.tar.gz) = 93323 +TIMESTAMP = 1674589508 +SHA256 (jpeginfo-1.7.0.tar.gz) = dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659 +SIZE (jpeginfo-1.7.0.tar.gz) = 105449 diff --git a/graphics/jpeginfo/pkg-descr b/graphics/jpeginfo/pkg-descr index 208235f8c721..6ec6fac821f6 100644 --- a/graphics/jpeginfo/pkg-descr +++ b/graphics/jpeginfo/pkg-descr @@ -1,3 +1,3 @@ -jpeginfo is used to generate informative listings of jpeg -files, and also to check jpeg files for errors. Program -also supports automatic deletion of broken jpegs. +Jpeginfo is an utility to generate informative listings from JPEG files, and to +check JPEG files for errors. Program also supports automatic deletion of broken +JPEG files.