Date: Mon, 30 Jan 2023 13:05:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eddd0735d3b7 - main - graphics/jpeginfo: Update to 1.7.0 Message-ID: <202301301305.30UD5sA5052796@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eddd0735d3b7140db0384464df41b58ba851fe1d commit eddd0735d3b7140db0384464df41b58ba851fe1d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:27:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:04 +0000 graphics/jpeginfo: Update to 1.7.0 - Update MASTER_SITES - Update WWW - Update LICENSE - Update LICENSE_FILE - Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) - Update pkg-descr - Take maintainership Changes: https://github.com/tjko/jpeginfo/releases --- graphics/jpeginfo/Makefile | 24 ++++++++++++------------ graphics/jpeginfo/distinfo | 6 +++--- graphics/jpeginfo/pkg-descr | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) 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 <bsd.port.mk> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301305.30UD5sA5052796>