Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.6_8 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
17.6_7 06 Nov 2018 16:45:30
  |
eugen  |
multimedia/kodi: add "Little CMS 2.x support" option
and disable autodetection for all options that not set by port Makefile.
PR: 232497
Submitted by: Ivan Rozhuk <rozhuk.im@gmail.com>
Approved by: mickael.maillot@gmail.com (maintainer timeout) |
17.6_6 01 Sep 2018 17:05:48
  |
antoine  |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
17.6_5 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
17.6_4 30 Jun 2018 19:27:55
  |
decke  |
multimedia/kodi: add patch to fix support for addons
PR: 228950
Submitted by: myself
Approved by: maintainer timeout |
17.6_3 05 Apr 2018 20:13:34
  |
jhale  |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469 |
17.6_2 23 Feb 2018 08:31:34
  |
yuri  |
multimedia/kodi: Bumped due to the previous change in default of the port option
LIBBLURAY in r462618
Reported by: tcberner
Approved by: tcberner (mentor, implicit) |
17.6_1 22 Feb 2018 18:13:01
  |
yuri  |
multimedia/kodi: Disabled LIBBLURAY by default because every other port has it
this way.
PR: 225966
Approved by: mickael.maillot@gmail.com (maintainer), tcberner (mentor, implicit) |
17.6_1 17 Feb 2018 21:45:30
  |
yuri  |
multimedia/libbluray: Update to 1.0.2
Additional port changes:
* Changed to DISTVERSION
* Removed USES=autoreconf (not needed)
* Added post-extract creating symlink linux->freebsd
Bumped 6 depending ports.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14406 |
17.6 28 Dec 2017 09:17:14
  |
madpilot  |
- Update kodi to 17.6
- Renamed patches to use modern naming convention
- Regenerated a few other paatches
PR: 224301
Submitted by: me
Approved by: maintainer timeout |
17.3_5 23 Dec 2017 07:03:21
  |
antoine  |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
17.3_4 12 Dec 2017 21:29:57
  |
madpilot  |
- Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]
Approved by: cpm [1], multimedia (timeout) [2]
Obtained
from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f
[1]
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9
[2]
Differential Revision: https://reviews.freebsd.org/D12761 |
17.3_3 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
17.3_3 20 Nov 2017 14:12:20
  |
pizzamig  |
multimedia/kodi: Fix RPI2 support on 11.x
PR: 223292
Submitted by: jonc@chen.org.nz
Reviewed by: mickael.maillot@gmail.com (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D13168 |
17.3_3 18 Nov 2017 19:32:39
  |
zeising  |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
17.3_2 13 Oct 2017 17:42:53
  |
tobik  |
multimedia/kodi: Add sndio backend
This is essentially a backport of [1] which was already merged and
will hopefully be part of the next Kodi release.
[1] https://github.com/xbmc/xbmc/pull/11962
PR: 220231
Approved by: mickael.maillot@gmail.com (maintainer timeout, 3 months) |
17.3_2 11 Oct 2017 02:30:24
  |
linimon  |
Attempt to enable to build kodi on armv7.
PR: 221899
Approved by: maintainer timeout (mickael.maillot @ gmail.com, 2 months) |
17.3_2 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
17.3_1 08 Aug 2017 18:23:30
  |
cpm  |
- Really update kodi to 17.3
- Sort Makefile to make portlint happy
- Bump PORTREVISION
PR: 220603
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
MFH: 2017Q3 (blanket) |
17.3 11 Jul 2017 09:53:40
  |
cpm  |
multimedia/kodi: update to 17.3 (bugfix)
- Update kodi to 1.7.3
- Unregister CONFLICTS_BUILD because it was fixed in r440033
Changes: https://kodi.tv/article/kodi-v173-minor-bug-fix-and-security-release
PR: 220603
Submitted by: Mikael Urankar <mikael.urankar@gmail.com> (maintainer)
MFH: 2017Q3 |
17.1_2 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
17.1_1 07 May 2017 13:00:19
  |
miwi  |
- Remove hardcoded lang/python
- Specify python version
- Bump PORTREVISION
PR: 218744
Submitted by: Vladimir Omelchuk
Approved by: maintainer timeout |
17.1 03 May 2017 19:35:25
  |
pawel  |
Fix build on systems with gcc installed by respecting CXX
JsonSchemaBuilder configure picks up g++ as compiler:
g++ -DPACKAGE_NAME=\"JsonSchemaBuilder\" -DPACKAGE_TARNAME=\"jsonschemabuilder\"
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"JsonSchemaBuilder\ 1.0\"
-DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"jsonschemabuilder\" -DVERSION=\"1.0\" -I. -g -O2
-MT JsonSchemaBuilder.o -MD -MP -MF .deps/JsonSchemaBuilder.Tpo -c
-o JsonSchemaBuilder.o JsonSchemaBuilder.cpp
Later compiled binary fails to execute:
../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
schema/version.txt schema/license.txt schema/methods.json
schema/types.json schema/notifications.json
/usr/local/lib/gcc49/libstdc++.so.6: version GLIBCXX_3.4.21 required by
/hdd/ports/multimedia/kodi/work/xbmc-fc1619b/tools/depends/native/
JsonSchemaBuilder/bin/JsonSchemaBuilder not found
PR: 218714
Submitted by: myself
Approved by: maintainer timeout |
17.1 03 Apr 2017 22:40:47
  |
cpm  |
- Add missing extra-armv6_hal patch |
17.1 03 Apr 2017 22:35:11
  |
cpm  |
multimedia/kodi: update to 17.1
- Add support for armv6 (RPi 1 and RPi 2)
PR: 218121
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by: swills
Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer) |
16.1_11 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
16.1_10 25 Mar 2017 23:37:05
  |
antoine  |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
16.1_9 21 Mar 2017 21:59:31
  |
antoine  |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
16.1_8 20 Feb 2017 18:00:05
  |
riggs  |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1 |
16.1_7 05 Feb 2017 18:58:11
  |
jbeich  |
multimedia/kodi: unbreak with clang 4.0
RssReader.cpp:269:19: error: ordered comparison between pointer and zero
('TiXmlElement *' and 'int')
while (itemNode > 0)
~~~~~~~~ ^ ~
RssReader.cpp:273:22: error: ordered comparison between pointer and zero
('TiXmlNode *' and 'int')
while (childNode > 0)
~~~~~~~~~ ^ ~
PR: 216075
Submitted by: tcberner
Approved by: maintainer timeout (2 weeks) |
16.1_7 05 Feb 2017 08:17:43
  |
riggs  |
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email) |
16.1_6 23 Jan 2017 18:52:57
  |
sunpoet  |
Update to 0.9.52
- While I'm here:
- Remove USE_OPENSSL: it is not required after libmicrospdy removal
- Bump PORTREVISION for dependent ports
Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR: 216382
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
16.1_5 06 Jan 2017 08:45:04
  |
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
16.1_4 30 Dec 2016 08:08:20
  |
jbeich  |
multimedia/libass: belatedly bump PORTREVISION after r429876
ASS_Style grew in size by |int Justify| member. Old consumers may
not initialize it leading to crashes.
Reported by: Kevin Oberman |
16.1_3 14 Dec 2016 16:06:20
  |
mat  |
More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.
Sponsored by: Absolight |
16.1_3 25 Nov 2016 01:36:44
  |
cpm  |
multimedia/kodi: Add missing dependencies
- Add missing dependencies [1]
- Register CONFLICTS_BUILD=compat9x [2]
Building kodi with misc/compat9x installed is known to fail.
So before attempting to build kodi users should first remove misc/compat9x.
gmake[3]: Leaving directory
'/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/tools/depends/native/JsonSchemaBuilder'
Jsonbuilder: tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
gmake -C xbmc/interfaces/json-rpc ServiceDescription.h
gmake[3]: Entering directory
'/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/xbmc/interfaces/json-rpc'
../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
schema/version.txt schema/license.txt schema/methods.json schema/types.json
schema/notifications.json
/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required by
/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
not found
Makefile:39: recipe for target 'ServiceDescription.h' failed (Only the first 15 lines of the commit message are shown above ) |
16.1_3 23 Nov 2016 12:45:47
  |
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
16.1_2 12 Nov 2016 15:53:59
  |
cpm  |
multimedia/kodi: Fix linking error on FreeBSD
gmake[3]: Leaving directory
'/usr/ports/multimedia/kodi/work/xbmc-f4dda26/xbmc/cores/dvdplayer/DVDInputStreams'
CPP xbmc/guilib/TextureManager.o
CPP xbmc/guilib/VisibleEffect.o
CPP xbmc/guilib/XBTF.o
CPP xbmc/guilib/XBTFReader.o
CPP xbmc/guilib/TextureGL.o
CPP xbmc/guilib/GUIFontTTFGL.o
CPP xbmc/guilib/GUITextureGL.o
CPP xbmc/guilib/MatrixGLES.o
AR xbmc/guilib/guilib.a
gmake[3]: Leaving directory
'/usr/ports/multimedia/kodi/work/xbmc-f4dda26/xbmc/guilib'
LD kodi.bin
xbmc/guilib/guilib.a(DDSImage.o): In function `CDDSImage::Compress(unsigned int,
unsigned int, unsigned int, unsigned char const*, double)': (Only the first 15 lines of the commit message are shown above ) |
16.1_1 09 Nov 2016 09:53:11
  |
jbeich  |
multimedia/kodi: fix h264 decoder crash on 11.0+ i386
-mstackrealign isn't required (yet?) unlike multimedia/ffmpeg.
PR: 205958
Obtained
from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608
Approved by: portmgr blanket |
16.1 06 Aug 2016 20:23:15
  |
riggs  |
Update to upstream release 16.1
While on it:
USE_MYSQL -> USES=mysql
PR: 211084
Submitted by: lucylangthorne55@gmail.com |
16.0_1 04 Aug 2016 04:36:54
  |
marino  |
multimedia ... sysutils: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
Approved by: infrastructure blanket (removal of redundant deps) |
16.0_1 29 Apr 2016 15:20:28
  |
arved  |
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1
Bump PORTREVISIONs of dependents because of shared library version bump. |
16.0 16 Apr 2016 18:08:56
  |
riggs  |
Update to upstream version 16.0
Detailed maintainer log:
- pulseaudio removed from default option: because otherwise kodi will select
pulseaudio first and it's really not needed.
- texturepacker disabled: because it's so heavily broken in upstream. not
really important. it will be back in 17.0 with the new cmake build system.
- switch to swig3, like all linux distrib (no change)
PR: 208456
Submitted by: mickael.maillot@gmail.com (maintainer) |
15.2_2 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
15.2_2 27 Mar 2016 14:58:00
  |
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
15.2_1 02 Mar 2016 14:40:24
  |
mat  |
Add patch forgotten in the previous commit.
Sponsored by: Absolight
Differential Revision: |
15.2_1 02 Mar 2016 14:36:31
  |
mat  |
Use USE_GITHUB correctly.
Sponsored by: Absolight |
15.2_1 08 Dec 2015 16:48:23
  |
miwi  |
- Add PULSEAUDIO knob
PR: 204381
Submitted by: yuri@rawbw.com
Approved by: mat (mentor), maintainer timeout 3 weeks+
Differential Revision: https://reviews.freebsd.org/D4432 |
15.2 27 Oct 2015 19:15:56
  |
riggs  |
Update to upstream version 15.2
PR: 204035
Submitted by: mickael.maillot@gmail.com (maintainer) |
15.1_1 25 Sep 2015 12:46:36
  |
junovitch  |
multimedia/kodi: regen patch-configure.ac
- Add atomic lib to search libs, resolve 9.3 i386 build issue
- Bump PORTREVISION due to libatomic shlib dependency
PR: 202812
Submitted by: mickael.maillot@gmail.com (maintainer)
MFH: 2015Q3
X-MFH-With: r397342, r397605, r397613 |
15.1 23 Sep 2015 13:28:59
  |
junovitch  |
multimedia/kodi: Set USES= compiler:c++11-lib
- USES= compiler:c++11-lib was left out of the original patch due to
an oversight. Add it and remove FreeBSD 9 specific USE_GCC= yes.
- No PORTREVISION bump as the compiler choice remained the same.
PR: 202812
Submitted by: mickael.maillot@gmail.com
MFH: 2015Q3
X-MFH-With: r397342, r397605 |
15.1 23 Sep 2015 02:35:09
  |
junovitch  |
multimedia/kodi: update 14.2 -> 15.1
- Update to Kodi 15.1 "Isengard"
- Remove CEC option from defaults
- Set CEC option as broken, needs libcec >= 3.0.0 which has yet to be ported
- Set USE_GCC for compilation on FreeBSD 9
- Sort USE_XORG, set USE_LDCONFIG, add under java category (portlint)
PR: 202812
Submitted by: mickael.maillot@gmail.com (maintainer)
Security: 80c66af0-d1c5-449e-bd31-63b12525ff88
Security: CVE-2015-3395
Security: 3d950687-b4c9-4a86-8478-c56743547af8
Security: CVE-2015-6818
Security: CVE-2015-6819
Security: CVE-2015-6820
Security: CVE-2015-6821
Security: CVE-2015-6822
Security: CVE-2015-6823
Security: CVE-2015-6824
Security: CVE-2015-6825
Security: CVE-2015-6826
MFH: 2015Q3
X-MFH-With: r397342
X-MFH-Note: opt_VARS added post 2015Q3, needs manual resolution |
14.2_2 20 Sep 2015 01:11:41
  |
jbeich  |
multimedia/kodi: minor cleanup
- Convert to USE_GL
- Convert _VARS option helper
- Adjust PLIST_SUB outside of conditional
- Drop 8.x support
Approved by: portmgr blanket |
14.2_2 22 Jun 2015 18:33:22
  |
antoine  |
Convert to USES=jpeg |
14.2_2 11 Jun 2015 15:10:50
  |
avilla  |
- Chase libplist shlib version update. |
14.2_1 01 Jun 2015 07:29:03
  |
delphij  |
Fix CVE-2015-3885.
PR: 200200
Submitted by: maintainer
Reported by: Sevan Janiyan
Tested by: Jason Unovitch
Security: 57325ecf-facc-11e4-968f-b888e347c638
Security: CVE-2015-3885
MFH: 2015Q2 |
14.2 07 May 2015 20:37:53
  |
mat  |
Fixup those two, they're using USE_GITHUB to fetch some other distfile, and
it's not really a good idea, for now.
With hat: portmgr
Sponsored by: Absolight |
14.2 18 Apr 2015 15:14:58
  |
tijl  |
Convert to USES=autoreconf |
14.2 11 Apr 2015 10:43:19
  |
riggs  |
Update to upstream release 14.2
PR: 199351
Submitted by: mickael.maillot@gmail.com (maintainer) |
14.0 19 Mar 2015 16:44:59
  |
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
14.0 28 Feb 2015 15:06:55
  |
jbeich  |
- Rename XBMC to Kodi following upstream
- Update to 14.0
Changes: http://kodi.tv/introducing-kodi-14/
PR: 196299
Differential Revision: https://reviews.freebsd.org/D1900
Submitted by: mickael.maillot@gmail.com (maintainer)
Reviewed by: bapt |