Update to 0.6.22
- Update MASTER_SITES - Update WWW Changes: https://github.com/libexif/exif/blob/master/NEWS
This commit is contained in:
parent
605f95384e
commit
324f1fb58f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551512
@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= exif
|
||||
PORTVERSION= 0.6.21
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.22
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
MASTER_SITES= https://github.com/libexif/exif/releases/download/exif-${PORTVERSION:S|.|_|g}-release/
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Command line utility to read and manipulate EXIF data
|
||||
@ -16,12 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libexif.so:graphics/libexif \
|
||||
libpopt.so:devel/popt
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
USES= cpe gmake localbase pkgconfig tar:xz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPE_VENDOR= curtis_galloway
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake localbase pkgconfig
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG}
|
||||
NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (exif-0.6.21.tar.gz) = 1e2e40e5d919edfb23717308eb5aeb5a11337741e6455c049852128a42288e6d
|
||||
SIZE (exif-0.6.21.tar.gz) = 485311
|
||||
TIMESTAMP = 1590479563
|
||||
SHA256 (exif-0.6.22.tar.xz) = 0fe268736e0ca0538d4af941022761a438854a64c8024a4175e57bf0418117b9
|
||||
SIZE (exif-0.6.22.tar.xz) = 369152
|
||||
|
@ -1,4 +1,4 @@
|
||||
Command line utility to read, write, modify and display EXIF data found
|
||||
in digital image files written by digital cameras, using libexif.
|
||||
|
||||
WWW: https://sourceforge.net/projects/libexif/
|
||||
WWW: https://libexif.github.io/
|
||||
|
@ -1,22 +1,33 @@
|
||||
bin/exif
|
||||
man/man1/exif.1.gz
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/fur/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/exif.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/exif.mo
|
||||
|
Loading…
Reference in New Issue
Block a user