FreeBSD Bugzilla – Attachment 113857 Details for
Bug 155466
multimedia/xbmc: Update to 10.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-xbmc.txt
patch-xbmc.txt (text/plain; charset="ISO-8859-1"), 3.77 KB, created by
Ganael LAPLANCHE
on 2011-03-15 07:29:36 UTC
(
hide
)
Description:
patch-xbmc.txt
Filename:
MIME Type:
Creator:
Ganael LAPLANCHE
Created:
2011-03-15 07:29:36 UTC
Size:
3.77 KB
patch
obsolete
>Index: xbmc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/multimedia/xbmc/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- xbmc/Makefile 10 Mar 2011 20:21:46 -0000 1.7 >+++ xbmc/Makefile 15 Mar 2011 07:22:29 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= xbmc >-PORTVERSION= 10.0 >-PORTREVISION= 5 >+PORTVERSION= 10.1 > CATEGORIES= multimedia > MASTER_SITES= http://mirrors.xbmc.org/releases/source/ > >@@ -15,7 +14,6 @@ > COMMENT= XBMC is an award winning media center application > > LICENSE= GPLv2 >-LICENSE_FILE= ${WRKSRC}/LICENSE.GPL > > BUILD_DEPENDS= enca:${PORTSDIR}/converters/enca \ > gawk:${PORTSDIR}/lang/gawk \ >Index: xbmc/distinfo >=================================================================== >RCS file: /home/pcvs/ports/multimedia/xbmc/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- xbmc/distinfo 29 Dec 2010 20:39:31 -0000 1.1 >+++ xbmc/distinfo 15 Mar 2011 07:22:29 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (xbmc-10.0.tar.gz) = 06fa5332f4f448f4f68bf705e0e159591a866b1cace52840c78ea4f5925a404a >-SIZE (xbmc-10.0.tar.gz) = 130239951 >+SHA256 (xbmc-10.1.tar.gz) = 3403195b7eb1d076523f2394793b7f050df00743892b031f6fea86b998559d8a >+SIZE (xbmc-10.1.tar.gz) = 130187822 >Index: xbmc/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/multimedia/xbmc/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- xbmc/pkg-plist 8 Mar 2011 17:51:53 -0000 1.3 >+++ xbmc/pkg-plist 15 Mar 2011 07:22:29 -0000 >@@ -167,6 +167,7 @@ > %%DATADIR%%/addons/script.recentlyadded/LICENSE.txt > %%DATADIR%%/addons/script.recentlyadded/RecentlyAdded.py > %%DATADIR%%/addons/script.recentlyadded/addon.xml >+%%DATADIR%%/addons/script.recentlyadded/changelog.txt > %%DATADIR%%/addons/script.rss.editor/LICENSE.txt > %%DATADIR%%/addons/script.rss.editor/addon.xml > %%DATADIR%%/addons/script.rss.editor/default.py >Index: xbmc/files/patch-xbmc__Application.cpp >=================================================================== >RCS file: /home/pcvs/ports/multimedia/xbmc/files/patch-xbmc__Application.cpp,v >retrieving revision 1.1 >diff -u -r1.1 patch-xbmc__Application.cpp >--- xbmc/files/patch-xbmc__Application.cpp 29 Dec 2010 20:39:31 -0000 1.1 >+++ xbmc/files/patch-xbmc__Application.cpp 15 Mar 2011 07:22:29 -0000 >@@ -1,15 +1,15 @@ >---- ./xbmc/Application.cpp.orig 2010-10-31 14:58:11.000000000 +0100 >-+++ ./xbmc/Application.cpp 2010-12-01 12:17:34.231763652 +0100 >-@@ -494,6 +494,8 @@ >+--- ./xbmc/Application.cpp.orig 2011-03-05 04:33:37.000000000 +0100 >++++ ./xbmc/Application.cpp 2011-03-11 08:27:38.000000000 +0100 >+@@ -495,6 +495,8 @@ > CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------"); > #if defined(__APPLE__) >- CLog::Log(LOGNOTICE, "Starting XBMC, Platform: Mac OS X (%s). Built on %s (SVN:%s)", g_sysinfo.GetUnameVersion().c_str(), __DATE__, SVN_REV); >+ CLog::Log(LOGNOTICE, "Starting XBMC, Platform: Mac OS X (%s). Built on %s (Git:%s)", g_sysinfo.GetUnameVersion().c_str(), __DATE__, GIT_REV); > +#elif defined(__FreeBSD__) >-+ CLog::Log(LOGNOTICE, "Starting XBMC, Platform: FreeBSD (%s). Built on %s (SVN:%s)", g_sysinfo.GetUnameVersion().c_str(), __DATE__, SVN_REV); >++ CLog::Log(LOGNOTICE, "Starting XBMC, Platform: FreeBSD (%s). Built on %s (Git:%s)", g_sysinfo.GetUnameVersion().c_str(), __DATE__, GIT_REV); > #elif defined(_LINUX) >- CLog::Log(LOGNOTICE, "Starting XBMC, Platform: Linux (%s, %s). Built on %s (SVN:%s)", g_sysinfo.GetLinuxDistro().c_str(), g_sysinfo.GetUnameVersion().c_str(), __DATE__, SVN_REV); >+ CLog::Log(LOGNOTICE, "Starting XBMC, Platform: Linux (%s, %s). Built on %s (Git:%s)", g_sysinfo.GetLinuxDistro().c_str(), g_sysinfo.GetUnameVersion().c_str(), __DATE__, GIT_REV); > #elif defined(_WIN32) >-@@ -777,6 +779,11 @@ >+@@ -785,6 +787,11 @@ > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155466
:
113856
| 113857