diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2023-07-02 23:18:46 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-07-09 22:08:12 +0000 |
commit | cac713a28e172a4bee0dd29f6130a6f229d38e45 (patch) | |
tree | 754471c15c2508ca4e85fe468dc58089beb150b0 /multimedia/mythtv/Makefile | |
parent | 68ac895fbe4ea0f7ea13195cbcff7b3117612f41 (diff) | |
download | ports-cac713a28e172a4bee0dd29f6130a6f229d38e45.tar.gz ports-cac713a28e172a4bee0dd29f6130a6f229d38e45.zip |
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
Diffstat (limited to 'multimedia/mythtv/Makefile')
-rw-r--r-- | multimedia/mythtv/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |