git: 58e56685d0f0 - main - graphics/exif: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=58e56685d0f0c2f9add60112957675ff51c01187 commit 58e56685d0f0c2f9add60112957675ff51c01187 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:43 +0000 graphics/exif: Update WWW --- graphics/exif/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 48f0e0adab0e..0eb9c2c3ecb6 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= https://github.com/libexif/exif/releases/download/exif-${PORTVERSI MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line utility to read and manipulate EXIF data -WWW= https://libexif.github.io/ +WWW= https://libexif.github.io/ \ + https://github.com/libexif/exif LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING @@ -17,7 +18,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ USES= cpe gmake localbase pkgconfig tar:xz GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPE_VENDOR= curtis_galloway