svn commit: r551512 - head/graphics/exif
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Oct 5 17:24:25 UTC 2020
Author: sunpoet
Date: Mon Oct 5 17:24:19 2020
New Revision: 551512
URL: https://svnweb.freebsd.org/changeset/ports/551512
Log:
Update to 0.6.22
- Update MASTER_SITES
- Update WWW
Changes: https://github.com/libexif/exif/blob/master/NEWS
Modified:
head/graphics/exif/Makefile
head/graphics/exif/distinfo
head/graphics/exif/pkg-descr
head/graphics/exif/pkg-plist
Modified: head/graphics/exif/Makefile
==============================================================================
--- head/graphics/exif/Makefile Mon Oct 5 17:24:14 2020 (r551511)
+++ head/graphics/exif/Makefile Mon Oct 5 17:24:19 2020 (r551512)
@@ -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 at 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
-CPE_VENDOR= curtis_galloway
GNU_CONFIGURE= yes
-USES= cpe gmake localbase pkgconfig
+
+CPE_VENDOR= curtis_galloway
+
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG}
NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix
Modified: head/graphics/exif/distinfo
==============================================================================
--- head/graphics/exif/distinfo Mon Oct 5 17:24:14 2020 (r551511)
+++ head/graphics/exif/distinfo Mon Oct 5 17:24:19 2020 (r551512)
@@ -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
Modified: head/graphics/exif/pkg-descr
==============================================================================
--- head/graphics/exif/pkg-descr Mon Oct 5 17:24:14 2020 (r551511)
+++ head/graphics/exif/pkg-descr Mon Oct 5 17:24:19 2020 (r551512)
@@ -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/
Modified: head/graphics/exif/pkg-plist
==============================================================================
--- head/graphics/exif/pkg-plist Mon Oct 5 17:24:14 2020 (r551511)
+++ head/graphics/exif/pkg-plist Mon Oct 5 17:24:19 2020 (r551512)
@@ -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
More information about the svn-ports-all
mailing list