aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:27:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:59:04 +0000
commiteddd0735d3b7140db0384464df41b58ba851fe1d (patch)
tree411e5cb8bf247e221a4b6b02e3ffbb770406d160
parent7b67f3dcba6634d81937632178874791c14c6033 (diff)
downloadports-eddd0735d3b7140db0384464df41b58ba851fe1d.tar.gz
ports-eddd0735d3b7140db0384464df41b58ba851fe1d.zip
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
-rw-r--r--graphics/jpeginfo/Makefile24
-rw-r--r--graphics/jpeginfo/distinfo6
-rw-r--r--graphics/jpeginfo/pkg-descr6
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.