svn commit: r551621 - in branches/2020Q4/graphics/libexif: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 7 08:09:01 UTC 2020
Author: sunpoet
Date: Wed Oct 7 08:08:59 2020
New Revision: 551621
URL: https://svnweb.freebsd.org/changeset/ports/551621
Log:
MFH: r551526
Update to 0.6.22
- Update MASTER_SITES
- Use USES=localbase
- Strip shared library
- Convert to options target helper
- Update WWW
- Take maintainership
Changes: https://github.com/libexif/libexif/releases
PR: 250105
Submitted by: sunpoet (myself)
Approved by: dbaio (maintainer)
Security: cff0b2e2-0716-11eb-9e5d-08002728f74c
Approved by: ports-secteam (joneum)
Deleted:
branches/2020Q4/graphics/libexif/files/
Modified:
branches/2020Q4/graphics/libexif/Makefile
branches/2020Q4/graphics/libexif/distinfo
branches/2020Q4/graphics/libexif/pkg-descr
branches/2020Q4/graphics/libexif/pkg-plist
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/graphics/libexif/Makefile
==============================================================================
--- branches/2020Q4/graphics/libexif/Makefile Wed Oct 7 07:22:28 2020 (r551620)
+++ branches/2020Q4/graphics/libexif/Makefile Wed Oct 7 08:08:59 2020 (r551621)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= libexif
-PORTVERSION= 0.6.21
-PORTREVISION= 5
+PORTVERSION= 0.6.22
CATEGORIES= graphics
-MASTER_SITES= SF
+MASTER_SITES= https://github.com/libexif/libexif/releases/download/libexif-${PORTVERSION:S|.|_|g}-release/
MAINTAINER= dbaio at FreeBSD.org
COMMENT= Library to read digital camera file meta-data
@@ -13,17 +12,18 @@ COMMENT= Library to read digital camera file meta-data
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= DOCS NLS
+USES= cpe gmake libtool localbase pathfix pkgconfig tar:xz
-USES= cpe gmake libtool pathfix pkgconfig tar:bzip2
CPE_VENDOR= curtis_galloway
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-GNU_CONFIGURE= yes
+
CONFIGURE_ARGS= --disable-docs
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README
+
+OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
@@ -35,7 +35,7 @@ post-patch:
/^am__installdirs =/s|$$(docdir)||g ; \
/^install-data-am:/s|install-docDATA||g' ${WRKSRC}/Makefile.in
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
Modified: branches/2020Q4/graphics/libexif/distinfo
==============================================================================
--- branches/2020Q4/graphics/libexif/distinfo Wed Oct 7 07:22:28 2020 (r551620)
+++ branches/2020Q4/graphics/libexif/distinfo Wed Oct 7 08:08:59 2020 (r551621)
@@ -1,2 +1,3 @@
-SHA256 (libexif-0.6.21.tar.bz2) = 16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a
-SIZE (libexif-0.6.21.tar.bz2) = 1368435
+TIMESTAMP = 1590479705
+SHA256 (libexif-0.6.22.tar.xz) = 5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c56
+SIZE (libexif-0.6.22.tar.xz) = 1347040
Modified: branches/2020Q4/graphics/libexif/pkg-descr
==============================================================================
--- branches/2020Q4/graphics/libexif/pkg-descr Wed Oct 7 07:22:28 2020 (r551620)
+++ branches/2020Q4/graphics/libexif/pkg-descr Wed Oct 7 08:08:59 2020 (r551621)
@@ -1,4 +1,4 @@
This library allows metadata that is written to files on a digital camera to be
read. This library will be required for the gphoto2 port.
-WWW: https://sourceforge.net/projects/libexif/
+WWW: https://libexif.github.io/
Modified: branches/2020Q4/graphics/libexif/pkg-plist
==============================================================================
--- branches/2020Q4/graphics/libexif/pkg-plist Wed Oct 7 07:22:28 2020 (r551620)
+++ branches/2020Q4/graphics/libexif/pkg-plist Wed Oct 7 08:08:59 2020 (r551621)
@@ -15,7 +15,7 @@ include/libexif/exif-utils.h
lib/libexif.a
lib/libexif.so
lib/libexif.so.12
-lib/libexif.so.12.3.3
+lib/libexif.so.12.3.4
libdata/pkgconfig/libexif.pc
%%NLS%%share/locale/be/LC_MESSAGES/libexif-12.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libexif-12.mo
@@ -29,6 +29,7 @@ libdata/pkgconfig/libexif.pc
%%NLS%%share/locale/fr/LC_MESSAGES/libexif-12.mo
%%NLS%%share/locale/it/LC_MESSAGES/libexif-12.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libexif-12.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/libexif-12.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libexif-12.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libexif-12.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libexif-12.mo
More information about the svn-ports-all
mailing list