Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 17:25:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551526 - in head/graphics/libexif: . files
Message-ID:  <202010051725.095HPSQT067066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct  5 17:25:27 2020
New Revision: 551526
URL: https://svnweb.freebsd.org/changeset/ports/551526

Log:
  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
  MFH:		2020Q4

Deleted:
  head/graphics/libexif/files/
Modified:
  head/graphics/libexif/Makefile
  head/graphics/libexif/distinfo
  head/graphics/libexif/pkg-descr
  head/graphics/libexif/pkg-plist

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Mon Oct  5 17:25:23 2020	(r551525)
+++ head/graphics/libexif/Makefile	Mon Oct  5 17:25:27 2020	(r551526)
@@ -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@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: head/graphics/libexif/distinfo
==============================================================================
--- head/graphics/libexif/distinfo	Mon Oct  5 17:25:23 2020	(r551525)
+++ head/graphics/libexif/distinfo	Mon Oct  5 17:25:27 2020	(r551526)
@@ -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: head/graphics/libexif/pkg-descr
==============================================================================
--- head/graphics/libexif/pkg-descr	Mon Oct  5 17:25:23 2020	(r551525)
+++ head/graphics/libexif/pkg-descr	Mon Oct  5 17:25:27 2020	(r551526)
@@ -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: head/graphics/libexif/pkg-plist
==============================================================================
--- head/graphics/libexif/pkg-plist	Mon Oct  5 17:25:23 2020	(r551525)
+++ head/graphics/libexif/pkg-plist	Mon Oct  5 17:25:27 2020	(r551526)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010051725.095HPSQT067066>