<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/gpodder, branch 10-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=10-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=10-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-09-10T13:14:50Z</updated>
<entry>
<title>Add DOCS options to ports that should have one.</title>
<updated>2018-09-10T13:14:50Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-09-10T13:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1bfdfbe5665c963621e06f6bbfbbc2c000a804e'/>
<id>urn:sha1:e1bfdfbe5665c963621e06f6bbfbbc2c000a804e</id>
<content type='text'>
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
<entry>
<title>Remove WANT_GNOME and HAVE_GNOME.</title>
<updated>2017-10-12T15:57:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-10-12T15:57:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4da13b8f8e619dad24893ca2f4b4acfb93701d03'/>
<id>urn:sha1:4da13b8f8e619dad24893ca2f4b4acfb93701d03</id>
<content type='text'>
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
</content>
</entry>
<entry>
<title>multimedia/gpodder: update to 3.9.3</title>
<updated>2016-12-29T17:54:35Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2016-12-29T17:54:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e95be893241a04e75d32b29959baca4883d306ac'/>
<id>urn:sha1:e95be893241a04e75d32b29959baca4883d306ac</id>
<content type='text'>
- replace feedparser with podcastparser. This change was done upstream in
  version 3.9.2, so the current version is broken, and this is why I requesting
  MFH.
- add patch to make network detection routine work with wireless interfaces in
  FreeBSD

MFH:		2016Q4
</content>
</entry>
<entry>
<title>multimedia/gpodder: update to 3.9.2</title>
<updated>2016-12-09T22:25:46Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2016-12-09T22:25:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9669a3a766bf481fa7484d89ad982a9afa52ee53'/>
<id>urn:sha1:9669a3a766bf481fa7484d89ad982a9afa52ee53</id>
<content type='text'>
Changelog:
http://blog.gpodder.org/2016/11/gpodder-392-canyonero-released.html
</content>
</entry>
<entry>
<title>multimedia/gpodder: update to 3.9.1</title>
<updated>2016-10-28T20:33:14Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2016-10-28T20:33:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e8231e481e7257f1866f541398d436049c3c11a8'/>
<id>urn:sha1:e8231e481e7257f1866f541398d436049c3c11a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.</title>
<updated>2016-04-01T14:16:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:16:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d6597e0bb9591c40fc6d0c6e2159fca51178d56'/>
<id>urn:sha1:8d6597e0bb9591c40fc6d0c6e2159fca51178d56</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>multimedia/gpodder: update to 3.9.0</title>
<updated>2016-02-13T17:58:40Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2016-02-13T17:58:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d76751389670d63edda52fa4a6860cef49b9f23'/>
<id>urn:sha1:3d76751389670d63edda52fa4a6860cef49b9f23</id>
<content type='text'>
- update to 3.9.0
- modernize port (options helpers, NO_ARCH etc)

Release notes:
http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html
</content>
</entry>
<entry>
<title>multimedia/gpodder: update to 3.8.3</title>
<updated>2015-02-23T10:26:57Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2015-02-23T10:26:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a57a7f4b8d093546a5f69b6d9f6faa9c3577f62b'/>
<id>urn:sha1:a57a7f4b8d093546a5f69b6d9f6faa9c3577f62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multimedia/gpodder: update to 3.8.1</title>
<updated>2014-10-08T10:40:59Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2014-10-08T10:40:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1696b0b13cfda01cd51e1f202165011986293b9e'/>
<id>urn:sha1:1696b0b13cfda01cd51e1f202165011986293b9e</id>
<content type='text'>
</content>
</entry>
</feed>
