graphics/jpeginfo: Update to 1.7.0

- Update MASTER_SITES
- Update WWW
- Update LICENSE
- Update LICENSE_FILE
- Update manpage location (003a571d1d, r523104)
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/tjko/jpeginfo/releases
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:27:32 +08:00
parent 7b67f3dcba
commit eddd0735d3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 18 additions and 18 deletions

View File

@ -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= gmake jpeg localbase
USES= jpeg localbase
GNU_CONFIGURE= yes
MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR}
MAKE_ARGS= INSTALL_ROOT=${STAGEDIR}
PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
PLIST_FILES= bin/jpeginfo \
share/man/man1/jpeginfo.1.gz
.include <bsd.port.mk>

View File

@ -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

View File

@ -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.