- Upgrade multimedia/mythtv and multimedia/mythtv-frontend from 30 to 31.0 - Bumps python to 3.5+ - Uses ffmpeg 4.3.1 so CVE-2016-10191 no longer applies - Configuration options changed to reflect update Release notes: https://www.mythtv.org/wiki/Release_Notes_-_31 audio/mythplugin-mythmusic also bumped as a reverse dep. Pass maintainership of multimedia/mythtv* to submitter. PR: 249484 Submitted by: Alan Hicks <ahicks p-o co uk>
13 lines
301 B
Makefile
13 lines
301 B
Makefile
# Created by: Bernhard Froehlich <decke@bluelife.at>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
MAINTAINER= ahicks@p-o.co.uk
|
|
COMMENT= Homebrew PVR project (frontend only)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/mythtv
|
|
SLAVEPORT= frontend
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|