| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 22:47:41
1.3.0
|
ehaupt  |
Update to 1.3.0
Approved by: multimedia (bapt, kwm) |
27 Sep 2011 06:51:51
1.2.2
|
bapt  |
- update to 1.2.2
- remove LICENSE_FILE which is useless for konwn classic licenses |
28 Jun 2011 12:44:48
1.2.1
|
kwm  |
Update to 1.2.1.
PR: ports/158326
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
28 Feb 2011 14:22:10
1.2.0
|
kwm  |
Update to 1.2.0. |
18 Aug 2010 20:58:58
1.0.0
|
kwm  |
Update to 1.0.0. |
13 Jun 2010 12:41:33
0.8.0
|
lioux  |
Add LICENSE* information |
30 May 2010 12:02:02
0.8.0
|
sylvio  |
- Update to 0.8.0 |
26 Mar 2009 03:27:55
0.7.8
|
lioux  |
Mark MAKE_JOBS_SAFE for SMP compilation |
08 Mar 2008 19:26:28
0.7.8
|
ahze  |
Update to 0.7.8 |
04 Oct 2007 06:21:46
0.7.7
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
01 Apr 2007 07:57:39
0.7.7
|
lioux  |
Give maintainership to multimedia@FreeBSD.org. |
20 Jun 2006 11:23:38
0.7.7
|
sat  |
- Update to 0.7.7
PR: ports/95878
Submitted by: miwi
Approved by: maintainer (timeout 65 days) |
13 May 2006 04:24:52
0.7.6
|
edwin  |
Remove USE_REINPLACE from categories starting with T |
11 Nov 2005 06:06:17
0.7.6
|
lioux  |
Add SHA256 checksum |
02 Nov 2005 03:37:52
0.7.6
|
lioux  |
Update to 0.7.6 |
17 Sep 2005 22:37:18
0.7.5
|
lioux  |
Update to 0.7.5
PR: 85680
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> |
29 May 2005 01:39:24
0.7.4
|
lioux  |
o Update to 0.7.4
o There is a shared library now
PR: 80239
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> |
10 Mar 2005 02:44:07
0.7.3
|
lioux  |
Update to 0.7.3
PR: 78450
Submitted by: "Evgueni V.Gavrilov" <aquatique@rusunix.org> |
15 Oct 2004 00:40:58
0.7.2
|
lioux  |
Update to 0.7.2 |
23 Aug 2004 23:11:03
0.7.1
|
linimon  |
Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new
sources are being put in old/).
PR: ports/69784
Submitted by: Michael Johnson <ahze at ahze dot net>
Approved by: maintainer timeout (3 weeks) |
23 Jun 2004 16:06:00
0.7.0
|
lioux  |
Update to 0.7.0
PR: 66497
Submitted by: michael johnson <ahze@ahze.net> |
27 Mar 2004 05:31:15
0.6.5
|
lioux  |
Update to 0.6.5 |
14 Mar 2004 10:22:54
0.6.4_2
|
lioux  |
o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnix
dependencies (them and it at the same time) to USE_GCC=2.95 is
enough
o The requirement on gcc 3.x on one of the dependencies was removed
and I forgot to check yet another variation
PR: 63581
Submitted by: michael johnson <ahze@ahze.net> |
24 Feb 2004 02:56:31
0.6.4_2
|
lioux  |
o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSION
501103. However, users from FreeBSD series previous to 5.x are
required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
available gcc32 toolchain will do. In so many words,
.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif
Prompted by: markus
Reviewed by: markus, will |
24 Feb 2004 02:16:14
0.6.4_1
|
lioux  |
o Make sure that:
- OSVERSION < 500000 implies in USE_GCC=3.2
- otherwise, USE_GCC=3.3 (which is the default on 5.x series)
o This will insure that since both libmatroska and libebml ports
were built with the same gcc toolchain, mkvtoolnix port will be
able to be linked to both using the same aforementioned gcc
toolchain
o Bump PORTREVISION |
23 Feb 2004 21:02:13
0.6.4
|
lioux  |
Update to 0.6.4 |
08 Feb 2004 01:14:05
0.4.3_1
|
lioux  |
USE_SIZEify |
04 Feb 2004 05:10:27
0.4.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
23 May 2003 03:55:32
0.4.3
|
lioux  |
Update to 0.4.3 |
19 May 2003 08:43:58
0.4.2
|
lioux  |
New port libebml version 0.4.2: EBML (Extensible Binary Meta
Language), sort of binary version of XML |