Bug 204647 - [patch] [upgrade] multimedia/mythtv Upgrade port multimedia/mythtv from 0.27.0 to 0.27.5
Summary: [patch] [upgrade] multimedia/mythtv Upgrade port multimedia/mythtv from 0.27....
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-11-17 22:21 UTC by lucylangthorne55
Modified: 2016-01-12 14:59 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (decke)


Attachments
Patch to update from 0.27.0 to 0.27.5 (9.27 KB, patch)
2015-11-17 22:21 UTC, lucylangthorne55
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lucylangthorne55 2015-11-17 22:21:28 UTC
Created attachment 163268 [details]
Patch to update from 0.27.0 to 0.27.5

Attached a patch to update the port multimedia/mythtv from version 0.27.0 to 0.27.5 which was released on 16th June according to https://www.mythtv.org/wiki.

Some minor changes were required to allow a build since the latest release appears to already have patches that we used to maintain in the files directory, or patch a file that no longer exists.

Additionally, I've disabled mythlogserver since mythtv wiki says it should not be used and will be disabled on the 0.28 release. This meant that some files are no longer built so I've removed them from the pkg-plist.

Disabling mythlogserver does not appear to affect the executable code since mythbackend is run from the rc.d with the --logpath argument so did not use mythlogserver.

Deleted files:

mythtv/files/patch-extern__zeromq__doc__Makefile.in
mythtv/files/patch-libs__libmythbase__logging.cpp
mythtv/files/patch-libs__libmythbase__mythmiscutil.h
mythtv/files/patch-libs__libmythbase__mythsystemlegacy.h
mythtv/files/patch-libs__libmythbase__mythtimer.cpp
mythtv/files/patch-libs__libmythbase__mythtimezone.cpp
mythtv/files/patch-libs__libmythtv__recorders__dvbdev__dvbci.cpp

New files:
mythtv/files/patch-external__zeromq__src__Makefile.am
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-12 14:57:46 UTC
A commit references this bug:

Author: decke
Date: Tue Jan 12 14:57:18 UTC 2016
New revision: 405878
URL: https://svnweb.freebsd.org/changeset/ports/405878

Log:
  - Update to 0.27.5
  - Disable mythlogserver as recommended from upstream
  - Remove own distfile mirror and trust in githubs codeload
  - Pet portlint (whitespace)

  PR:		204647
  Submitted by:	lucylangthorne55@gmail.com

Changes:
  head/multimedia/mythtv/Makefile
  head/multimedia/mythtv/distinfo
  head/multimedia/mythtv/files/patch-extern__zeromq__doc__Makefile.in
  head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am
  head/multimedia/mythtv/files/patch-libs__libmythbase__logging.cpp
  head/multimedia/mythtv/files/patch-libs__libmythbase__mythmiscutil.h
  head/multimedia/mythtv/files/patch-libs__libmythbase__mythsystemlegacy.h
  head/multimedia/mythtv/files/patch-libs__libmythbase__mythtimer.cpp
  head/multimedia/mythtv/files/patch-libs__libmythbase__mythtimezone.cpp
  head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbdev__dvbci.cpp
  head/multimedia/mythtv/pkg-plist
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2016-01-12 14:59:57 UTC
Committed. Thanks!