diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-15 01:37:50 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-15 01:37:50 +0800 |
commit | 42481afb0aeb1b9ebe79d526b52346eeb8d6c61f (patch) | |
tree | c02ee2cc0b2c16c5c37cdeac4614f3904d5b35a9 /graphics/jhead | |
parent | 86b013638a33811fb640a258f2cd704cf404e0a5 (diff) | |
download | freebsd-ports-42481afb0aeb1b9ebe79d526b52346eeb8d6c61f.zip |
graphics/jhead: Update to 3.06.0.1
- Change MASTER_SITES to GitHub
- Update WWW
Changes: https://github.com/Matthias-Wandel/jhead/releases
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 9 | ||||
-rw-r--r-- | graphics/jhead/distinfo | 6 | ||||
-rw-r--r-- | graphics/jhead/pkg-descr | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 399b565203a7..2d6d99dd0fd9 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,17 +1,15 @@ # Created by: Jamie Hermans <jamie@hermans.ca> PORTNAME= jhead -PORTVERSION= 3.04 +PORTVERSION= 3.06.0.1 CATEGORIES= graphics -MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ \ - LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= EXIF JPEG header manipulation tool LICENSE= PD -USES= jpeg:run +USES= gmake jpeg:run MAKEFILE= makefile @@ -19,6 +17,9 @@ PLIST_FILES= bin/jhead \ share/man/man1/jhead.1.gz PORTDOCS= usage.html +GH_ACCOUNT= Matthias-Wandel +USE_GITHUB= yes + OPTIONS_DEFINE= DOCS post-patch: diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo index 98e83428c571..0b5cf66ace23 100644 --- a/graphics/jhead/distinfo +++ b/graphics/jhead/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575793801 -SHA256 (jhead-3.04.tar.gz) = ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9 -SIZE (jhead-3.04.tar.gz) = 67754 +TIMESTAMP = 1622213992 +SHA256 (Matthias-Wandel-jhead-3.06.0.1_GH0.tar.gz) = 5c5258c3d7a840bf831e22174e4a24cb1de3baf442f7cb73d5ab31b4ae0b0058 +SIZE (Matthias-Wandel-jhead-3.06.0.1_GH0.tar.gz) = 1144608 diff --git a/graphics/jhead/pkg-descr b/graphics/jhead/pkg-descr index 575af126f2e7..1d964d5b2bd6 100644 --- a/graphics/jhead/pkg-descr +++ b/graphics/jhead/pkg-descr @@ -13,4 +13,4 @@ It has the following features: information afterwards. - Display embedded GPS info (if present) -WWW: http://www.sentex.net/~mwandel/jhead/ +WWW: https://github.com/Matthias-Wandel/jhead |