Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 22:09:51 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cac713a28e17 - main - multimedia/mythtv: revise pkg-plist after exiv2 0.28 upgrade
Message-ID:  <202307092209.369M9pNC034487@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cac713a28e172a4bee0dd29f6130a6f229d38e45

commit cac713a28e172a4bee0dd29f6130a6f229d38e45
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-07-02 23:18:46 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-07-09 22:08:12 +0000

    multimedia/mythtv: revise pkg-plist after exiv2 0.28 upgrade
    
    mythtv used to expect exiv2 0.27.99 or newer, and would replace
    and install a local copy of exiv2 if missing.
    
    With exiv2 0.28 in the ports tree, mythtv will pick it up from
    the system, and we need to purge the relevant files from pkg-plist.
    
    PR:             272311
---
 multimedia/mythtv/Makefile  |  2 +-
 multimedia/mythtv/pkg-plist | 45 ---------------------------------------------
 2 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile
index 5b26434013ee..3368c5c7efd3 100644
--- a/multimedia/mythtv/Makefile
+++ b/multimedia/mythtv/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mythtv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	33.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 
diff --git a/multimedia/mythtv/pkg-plist b/multimedia/mythtv/pkg-plist
index 49978ca9c860..1bca48de840a 100644
--- a/multimedia/mythtv/pkg-plist
+++ b/multimedia/mythtv/pkg-plist
@@ -31,47 +31,6 @@ include/mythtv/dvdread/ifo_read.h
 include/mythtv/dvdread/ifo_types.h
 include/mythtv/dvdread/nav_read.h
 include/mythtv/dvdread/nav_types.h
-include/mythtv/exiv2/basicio.hpp
-include/mythtv/exiv2/bigtiffimage.hpp
-include/mythtv/exiv2/bmpimage.hpp
-include/mythtv/exiv2/config.h
-include/mythtv/exiv2/convert.hpp
-include/mythtv/exiv2/cr2image.hpp
-include/mythtv/exiv2/crwimage.hpp
-include/mythtv/exiv2/datasets.hpp
-include/mythtv/exiv2/easyaccess.hpp
-include/mythtv/exiv2/error.hpp
-include/mythtv/exiv2/exif.hpp
-include/mythtv/exiv2/exiv2.hpp
-include/mythtv/exiv2/futils.hpp
-include/mythtv/exiv2/gifimage.hpp
-include/mythtv/exiv2/http.hpp
-include/mythtv/exiv2/image.hpp
-include/mythtv/exiv2/image_types.hpp
-include/mythtv/exiv2/ini.hpp
-include/mythtv/exiv2/iptc.hpp
-include/mythtv/exiv2/jp2image.hpp
-include/mythtv/exiv2/jpgimage.hpp
-include/mythtv/exiv2/metadatum.hpp
-include/mythtv/exiv2/mrwimage.hpp
-include/mythtv/exiv2/orfimage.hpp
-include/mythtv/exiv2/pgfimage.hpp
-include/mythtv/exiv2/pngimage.hpp
-include/mythtv/exiv2/preview.hpp
-include/mythtv/exiv2/properties.hpp
-include/mythtv/exiv2/psdimage.hpp
-include/mythtv/exiv2/rafimage.hpp
-include/mythtv/exiv2/rw2image.hpp
-include/mythtv/exiv2/slice.hpp
-include/mythtv/exiv2/tags.hpp
-include/mythtv/exiv2/tgaimage.hpp
-include/mythtv/exiv2/tiffimage.hpp
-include/mythtv/exiv2/types.hpp
-include/mythtv/exiv2/value.hpp
-include/mythtv/exiv2/version.hpp
-include/mythtv/exiv2/webpimage.hpp
-include/mythtv/exiv2/xmp_exiv2.hpp
-include/mythtv/exiv2/xmpsidecar.hpp
 include/mythtv/libavcodec/ac3_parser.h
 include/mythtv/libavcodec/adts_parser.h
 include/mythtv/libavcodec/avcodec.h
@@ -535,10 +494,6 @@ lib/libmythbase-33.so
 lib/libmythbase-33.so.33
 lib/libmythbase-33.so.33.0
 lib/libmythbase-33.so.33.0.0
-lib/libmythexiv2-0.28.so
-lib/libmythexiv2-0.28.so.33
-lib/libmythexiv2-0.28.so.33.0
-lib/libmythexiv2-0.28.so.33.0.0
 lib/libmythfreemheg-33.so
 lib/libmythfreemheg-33.so.33
 lib/libmythfreemheg-33.so.33.0



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