Skip to content

Commit

Permalink
graphics/jpeginfo: Update to 1.7.0
Browse files Browse the repository at this point in the history
- Update MASTER_SITES
- Update WWW
- Update LICENSE
- Update LICENSE_FILE
- Update manpage location (003a571, r523104)
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/tjko/jpeginfo/releases
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 7b67f3d commit eddd073
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions 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>
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions 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.

0 comments on commit eddd073

Please sign in to comment.