<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/libmatroska, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>multimedia/libmatroska: Update to upstream release 1.7.1</title>
<updated>2022-10-09T12:32:03+00:00</updated>
<author>
<name>Thomas Zander</name>
<email>riggs@FreeBSD.org</email>
</author>
<published>2022-10-09T09:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=059c03b97f5d0faebd18e699d88495d6c0727cc6'/>
<id>059c03b97f5d0faebd18e699d88495d6c0727cc6</id>
<content type='text'>
MFH:		2022Q4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFH:		2022Q4
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/libmatroska: Update to upstream release 1.7.0</title>
<updated>2022-09-30T21:19:45+00:00</updated>
<author>
<name>Thomas Zander</name>
<email>riggs@FreeBSD.org</email>
</author>
<published>2022-09-30T18:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9e4677e608304168ccad13438dd4efaac063f678'/>
<id>9e4677e608304168ccad13438dd4efaac063f678</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:30+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=63f36d326290febc7af8820d7bde9c78cda71c80'/>
<id>63f36d326290febc7af8820d7bde9c78cda71c80</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron LI &lt;aly@aaronly.me&gt;
  *  Alexander Botero-Lowry &lt;alexbl@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@FreeBSD.org&gt;
  *  Angel Carpintero &lt;ack@telefonica.net&gt;
  *  Anish Mistry (with help from mean)
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Byung-Hee HWANG &lt;bh@izb.knu.ac.kr&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;chein@FreeBSD.org&gt; &amp; Jim Overholt &lt;overholt@isdw.net&gt;
  *  Daniel Morante &lt;daniel@morante.net&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt; and Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Dierk Sacher &lt;dierk@blaxxtarz.de&gt;
  *  Dreamcat4 &lt;dreamcat4@gmail.com&gt;
  *  Earl Gay &lt;earl@eeg3.net&gt;
  *  Ed Schouten &lt;ed@FreeBSD.org&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Franz Bettag &lt;franz@bett.ag&gt;
  *  FreeBSD GNOME Team &lt;gnome@freebsd.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Harold Gutch &lt;logix@foobar.franken.de&gt;
  *  Heiner &lt;h.eichmann@gmx.de&gt;
  *  Heiner Eichmann &lt;h.eichmann@gmx.de&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Herbert J. Skuhra &lt;h.skuhra@gmail.com&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Holger Lamm
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  Jason Harmening &lt;jason.harmening@gmail.com&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock &lt;nox@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  KalleDK &lt;plexmaintainer@k-moeller.dk&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Koop Mast &lt;kwm@rainbow-runner.nl&gt;
  *  Kozlov Sergey &lt;kozlov.sergey.404@gmail.com&gt;
  *  Kris Moore
  *  Kuan-Chung Chiu &lt;buganini@gmail.com&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Leinier Cruz Salfran &lt;salfrancl@yahoo.es&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Manuel Creach &lt;manuel.creach@icloud.com&gt;
  *  Marc van Woerkom &lt;3d@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt; et al
  *  Mina Naguib &lt;webmaster@topfx.com&gt;
  *  Mykola Dzham &lt;i@levsha.me&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Pascal Vizeli &lt;pvizeli@yahoo.de&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Petar Zhivkov Petrov &lt;pesho.petrov@gmail.com&gt;
  *  Phil Oleson
  *  Phil Oleson &lt;oz@nixil.net&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Raaf &lt;freebsd@luna.afraid.org&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Rodrigo OSORIO &lt;rodrigo@FreeBSD.org&gt;
  *  Rozhuk Ivan 2018 &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Stacey Son &lt;mythdev@son.org&gt;, Ari Maniatis &lt;ari@ish.com.au&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  William Grzybowski &lt;william88@gmail.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Zastupov Stepan [RedChrom] &lt;redchrom@mail.ru&gt;
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Aaron LI &lt;aly@aaronly.me&gt;
  *  Alexander Botero-Lowry &lt;alexbl@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@FreeBSD.org&gt;
  *  Angel Carpintero &lt;ack@telefonica.net&gt;
  *  Anish Mistry (with help from mean)
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Byung-Hee HWANG &lt;bh@izb.knu.ac.kr&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;chein@FreeBSD.org&gt; &amp; Jim Overholt &lt;overholt@isdw.net&gt;
  *  Daniel Morante &lt;daniel@morante.net&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt; and Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Dierk Sacher &lt;dierk@blaxxtarz.de&gt;
  *  Dreamcat4 &lt;dreamcat4@gmail.com&gt;
  *  Earl Gay &lt;earl@eeg3.net&gt;
  *  Ed Schouten &lt;ed@FreeBSD.org&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Franz Bettag &lt;franz@bett.ag&gt;
  *  FreeBSD GNOME Team &lt;gnome@freebsd.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Harold Gutch &lt;logix@foobar.franken.de&gt;
  *  Heiner &lt;h.eichmann@gmx.de&gt;
  *  Heiner Eichmann &lt;h.eichmann@gmx.de&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Herbert J. Skuhra &lt;h.skuhra@gmail.com&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Holger Lamm
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  Jason Harmening &lt;jason.harmening@gmail.com&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock &lt;nox@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  KalleDK &lt;plexmaintainer@k-moeller.dk&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Koop Mast &lt;kwm@rainbow-runner.nl&gt;
  *  Kozlov Sergey &lt;kozlov.sergey.404@gmail.com&gt;
  *  Kris Moore
  *  Kuan-Chung Chiu &lt;buganini@gmail.com&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Leinier Cruz Salfran &lt;salfrancl@yahoo.es&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Manuel Creach &lt;manuel.creach@icloud.com&gt;
  *  Marc van Woerkom &lt;3d@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt; et al
  *  Mina Naguib &lt;webmaster@topfx.com&gt;
  *  Mykola Dzham &lt;i@levsha.me&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Pascal Vizeli &lt;pvizeli@yahoo.de&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Petar Zhivkov Petrov &lt;pesho.petrov@gmail.com&gt;
  *  Phil Oleson
  *  Phil Oleson &lt;oz@nixil.net&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Raaf &lt;freebsd@luna.afraid.org&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Rodrigo OSORIO &lt;rodrigo@FreeBSD.org&gt;
  *  Rozhuk Ivan 2018 &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Stacey Son &lt;mythdev@son.org&gt;, Ari Maniatis &lt;ari@ish.com.au&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  William Grzybowski &lt;william88@gmail.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Zastupov Stepan [RedChrom] &lt;redchrom@mail.ru&gt;
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/libmatroska: Add CPE information</title>
<updated>2021-09-10T21:17:46+00:00</updated>
<author>
<name>Bernhard Froehlich</name>
<email>decke@FreeBSD.org</email>
</author>
<published>2021-09-10T20:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ffe037e1b8b0fada18f9a4f80fe7526f3c3f1dcc'/>
<id>ffe037e1b8b0fada18f9a4f80fe7526f3c3f1dcc</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/libmatroska: Update to 1.6.3</title>
<updated>2021-02-20T06:29:53+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2021-02-20T06:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b875dcf9260bfbc8e44a20fb491e0e3e8ef4a3bf'/>
<id>b875dcf9260bfbc8e44a20fb491e0e3e8ef4a3bf</id>
<content type='text'>
Changelog: https://github.com/Matroska-Org/libmatroska/blob/master/ChangeLog

PR:		253626
Submitted by:	daniel.engberg.lists@pyret.net
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://github.com/Matroska-Org/libmatroska/blob/master/ChangeLog

PR:		253626
Submitted by:	daniel.engberg.lists@pyret.net
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/libmatroska: Update to 1.6.2</title>
<updated>2020-08-16T09:11:47+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2020-08-16T09:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=32c04aace13ecf4d8034f6649001f9c3eae5b567'/>
<id>32c04aace13ecf4d8034f6649001f9c3eae5b567</id>
<content type='text'>
- fix master sites
- cleanup Makefile

PR:		248478
Submitted by:	daniel.engberg.lists@pyret.net
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix master sites
- cleanup Makefile

PR:		248478
Submitted by:	daniel.engberg.lists@pyret.net
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/libmatroska: update to 1.6.1</title>
<updated>2020-08-02T16:46:57+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2020-08-02T16:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=00ea80ba1e19b9c9361b8afdd36a06bddfe8cd75'/>
<id>00ea80ba1e19b9c9361b8afdd36a06bddfe8cd75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
