notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/gpodder/Makefile

Number of commits found: 95

Sunday, 17 Mar 2024
12:28 Nuno Teixeira (eduardo) search for other commits by this committer
multimedia/gpodder: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 86781f5e22e8e10987ec0e7c4861df9b37460fa8 commit hash: 86781f5e22e8e10987ec0e7c4861df9b37460fa8 commit hash: 86781f5e22e8e10987ec0e7c4861df9b37460fa8 commit hash: 86781f5e22e8e10987ec0e7c4861df9b37460fa8 86781f5
Friday, 5 Jan 2024
14:25 Ruslan Makhmatkhanov (rm) search for other commits by this committer
multimedia/gpodder: update to 3.11.4

Release notes:
https://github.com/gpodder/gpodder/releases

Submitted by:	Scott Furry <scott.wl.furry@gmail.com> (by mail, based on)
commit hash: 8e6276c0919ab375ad4f00bd71c64c195bfaf6fd commit hash: 8e6276c0919ab375ad4f00bd71c64c195bfaf6fd commit hash: 8e6276c0919ab375ad4f00bd71c64c195bfaf6fd commit hash: 8e6276c0919ab375ad4f00bd71c64c195bfaf6fd 8e6276c
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 4 Jun 2023
16:17 Ruslan Makhmatkhanov (rm) search for other commits by this committer
multimedia/gpodder: update to 3.11.1
commit hash: cdb344a5167cb180e171251cb2a850b7433ef2c0 commit hash: cdb344a5167cb180e171251cb2a850b7433ef2c0 commit hash: cdb344a5167cb180e171251cb2a850b7433ef2c0 commit hash: cdb344a5167cb180e171251cb2a850b7433ef2c0 cdb344a
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Thursday, 29 Sep 2022
08:27 Ruslan Makhmatkhanov (rm) search for other commits by this committer
multimedia/gpodder: update to 3.11
commit hash: 7f1fa503e5afcde9a7e340548e9ff0e9710247a4 commit hash: 7f1fa503e5afcde9a7e340548e9ff0e9710247a4 commit hash: 7f1fa503e5afcde9a7e340548e9ff0e9710247a4 commit hash: 7f1fa503e5afcde9a7e340548e9ff0e9710247a4 7f1fa50
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

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

With hat:	portmgr
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 63f36d3
Friday, 3 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
multimedia/gpodder: Fix build with setuptools 58.0.0+

- Bump PORTREVISION for package change

With hat:	python
commit hash: 92b2762fb13c42db804c15e697a927ef9ad6524d commit hash: 92b2762fb13c42db804c15e697a927ef9ad6524d commit hash: 92b2762fb13c42db804c15e697a927ef9ad6524d commit hash: 92b2762fb13c42db804c15e697a927ef9ad6524d 92b2762
Monday, 6 Dec 2021
14:09 Joseph Mingrone (jrm) search for other commits by this committer
Ports that depend on youtube-dl: Depend on yt-dlp

yt-dlp [1] is a youtube-dl fork with additional features and fixes.  For
ports that depend on www/youtube-dl switch the dependency to www/yt-dlp.
For ports that have an optional dependency on www/youtube-dl, create a
new OPTIONS_RADIO that includes www/yt-dlp and make it the default.

[1] https://github.com/yt-dlp/yt-dlp

Other changes:
- www/yt-dlp: Turn the symlink option on by default
- www/py-pafy: Fix build when depending on www/yt-dlp

PR:		259944
Reported by:	Oleh Vinichenko <moonlapse81@gmail.com>
Reviewed by:	diizzy, Oleh Vinichenko <moonlapse81@gmail.com>,
		VVD <vvd@unislabs.com>
Approved by:	0mp, adridg (kde@), rm, tcberner (multimedia@),
		yuri (maintainers)
		acm and nivit (maintainers, timeout)
Differential Revision:	https://reviews.freebsd.org/D33090
commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 commit hash: 80e4e8275e9dfacaea51df8008738c9df3fd3522 80e4e82
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 26 Nov 2020
09:04 rm search for other commits by this committer
multimedia/gpodder: update to 3.10.17
Original commitRevision:556324 
Friday, 24 Apr 2020
21:49 rm search for other commits by this committer
multimedia/gpodder: update to 3.10.15
Original commitRevision:532901 
Saturday, 14 Dec 2019
18:58 rm search for other commits by this committer
multimedia/gpodder: enable eyed3 dependency

Since r520137 we have decent eyed3 version in ports that is
capable to work with python3, so enable this recommended dependency
in default gpodder package.
Original commitRevision:520138 
Thursday, 14 Nov 2019
12:39 tobik search for other commits by this committer
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Original commitRevision:517560 
Sunday, 3 Nov 2019
10:00 rm search for other commits by this committer
multimedia/gpodder: update to 3.10.11

Changelog:
https://github.com/gpodder/gpodder/releases/tag/3.10.11
Original commitRevision:516405 
Tuesday, 30 Apr 2019
13:03 mat search for other commits by this committer
cleanup USE_GITHUB usage.
Original commitRevision:500486 
Friday, 26 Apr 2019
22:31 rm search for other commits by this committer
multimedia/gpodder: update to 3.10.8

- update to latest 3.10.8 version and switch to github
- follow upstream development and switch the port to py3/gtk3
- adjust options and dependencies accordingly
- comment off eyed3 dependency, because version in ports in not py3-compatible
- remove patch, merged upstream; update homepage URL
- change DATADIR in plist with relative patch, because gpodder doesn't support
  changing it's files location
Original commitRevision:500174 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  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>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 12 Oct 2017
15:57 mat search for other commits by this committer
Remove WANT_GNOME and HAVE_GNOME.

Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
Original commitRevision:451901 
Thursday, 29 Dec 2016
17:54 rm search for other commits by this committer
multimedia/gpodder: update to 3.9.3

- 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
Original commitRevision:429934 
Friday, 9 Dec 2016
22:25 rm search for other commits by this committer
multimedia/gpodder: update to 3.9.2

Changelog:
http://blog.gpodder.org/2016/11/gpodder-392-canyonero-released.html
Original commitRevision:428255 
Friday, 28 Oct 2016
20:33 rm search for other commits by this committer
multimedia/gpodder: update to 3.9.1
Original commitRevision:424883 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Saturday, 13 Feb 2016
17:58 rm search for other commits by this committer
multimedia/gpodder: update to 3.9.0

- 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
Original commitRevision:408817 
Monday, 23 Feb 2015
10:26 rm search for other commits by this committer
multimedia/gpodder: update to 3.8.3
Original commitRevision:379669 
Wednesday, 8 Oct 2014
10:40 rm search for other commits by this committer
multimedia/gpodder: update to 3.8.1
Original commitRevision:370434 
Sunday, 20 Apr 2014
20:26 rm search for other commits by this committer
multimedia/gpodder: update to 3.6.1

- update to 3.6.1

Release notes:
http://blog.gpodder.org/2014/02/gpodder-360-population-zero-released.html
http://blog.gpodder.org/2014/03/gpodder-361-little-orphan-airplane.html
Original commitRevision:351643 
Wednesday, 25 Dec 2013
05:58 rm search for other commits by this committer
- update to 3.5.2
- use option helpers
- support staging

changelog:
http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html
Original commitRevision:337400 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 18 Apr 2013
18:30 rm search for other commits by this committer
- update to 3.5.1

changelog:
http://blog.gpodder.org/2013/04/gpodder-351-nick-of-time-released.html

Feature safe:	yes
Original commitRevision:316069 
Friday, 8 Mar 2013
17:34 rm search for other commits by this committer
- update to 3.5.0
- remove unneeded patch

changelog:
http://blog.gpodder.org/2013/03/gpodder-350-after-hours-released.html
Original commitRevision:313659 
Wednesday, 16 Jan 2013
15:20 rm search for other commits by this committer
- fix network interface detection failure, introduced in 3.4.0. There is
  upstream bug-report [1] and the issue is patched partially in upstream's
  repository, but it has some problems so I stick with own workaround until
  the new release
- add missing runtime dependency on audio/py-eyed3, while here
- bump PORTREVISION

[1] https://bugs.gpodder.org/show_bug.cgi?id=1730

Reported by:	Stephan Schindel <sts@tp1.rub.de> (via ports@)
Original commitRevision:310498 
Monday, 31 Dec 2012
09:10 rm search for other commits by this committer
- update to 3.4.0

changelog:
http://blog.gpodder.org/2012/12/gpodder-340-quiet-earth-released.html
Original commitRevision:309713 
Friday, 28 Sep 2012
20:12 rm search for other commits by this committer
- update to 3.3.0

changelog:
http://blog.gpodder.org/2012/09/gpodder-330-intermission-released.html
Original commitRevision:305011 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 30 May 2012
18:18 rm search for other commits by this committer
- update to 3.1.2
- remove no more needed files/patch-setup.py
- convert to optionsng

changelog:
http://blog.gpodder.org/2012/05/gpodder-312-capture-moon-released.html
Original commit
Tuesday, 1 May 2012
18:32 rm search for other commits by this committer
Turn GTK option to `on' as it should be.
Original commit
18:22 rm search for other commits by this committer
- update to 3.1.1 (current upstream branch)
- remove mygpoclient parts, because it's now a separate port
- drop COVERART and IPOD options - they are not yet ported to 3.1.0
- MP3TAG options has changed with MUTAGEN (user also need to enable
  corresponding extension to make it work)
- drop SHOWNOTES option - it's now require python-webkit package,
  that we lack in the ports tree
- make py-notify dependency optional (default off)
- make GTK GUI optional (default on), there is also working CLI with
  web-server
- add patch-setup.py - ugly hack to stop installing man-page with
  setup.py, they are now installed manually into correct location

Differences in 2.x/3.x are listed here:
http://blog.gpodder.org/2011/11/gpodder-300-397d-released.html
Original commit
Saturday, 10 Mar 2012
20:02 rm search for other commits by this committer
- update to 2.20.1

Feature safe:   yes
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Sunday, 20 Nov 2011
06:14 rm search for other commits by this committer
- update to 2.20
- update mirrors list
- strict python version to 2.6-2.7
- update mygpoclient to 1.6
- drop dependency on py-simplejson

Approved by:   miwi (co-mentor)
Feature safe:  yes
Original commit
Thursday, 10 Nov 2011
22:20 rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
Original commit
Sunday, 25 Sep 2011
08:04 dhn search for other commits by this committer
- Update to 2.19

PR:             ports/160983
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Friday, 26 Aug 2011
03:28 miwi search for other commits by this committer
- Update to 2.18
- Bump USE_PYTHON to 2.5+
- Remove dependency on databases/py-pysqlite23, keep py-sqlite3
- Conditionally depend on simplejson, since we have json module in python 2.6+
- Whitespace fix

PR:             160155
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Thursday, 14 Jul 2011
13:18 arved search for other commits by this committer
Updte to 2.16

PR:             158790
Submitted by:   maintainer
Original commit
Saturday, 2 Jul 2011
08:02 miwi search for other commits by this committer
- Update to 2.15

PR:             158405
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Monday, 2 May 2011
20:12 glarkin search for other commits by this committer
- Assign maintainership to new volunteer

Requested by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports ML)
Original commit
Wednesday, 27 Apr 2011
01:56 dougb search for other commits by this committer
By Maintainer's request, toss these ports back into the pool
Original commit
Saturday, 9 Apr 2011
13:38 arved search for other commits by this committer
Update to 2.14

PR:             156213
Submitted by:   maintainer
Original commit
Tuesday, 15 Mar 2011
15:05 danfe search for other commits by this committer
Chase libgpod shlib version bump.
Original commit
Sunday, 27 Feb 2011
13:39 miwi search for other commits by this committer
- Update to 2.13

PR:             155052
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Original commit
Friday, 14 Jan 2011
09:17 arved search for other commits by this committer
Update to 2.12

PR:             153943
Submitted by:   maintainer
Feature safe:   yes
Original commit
Saturday, 25 Dec 2010
13:57 arved search for other commits by this committer
Update to 2.11

This version fixes YouTube downloads and several other bugs.
For details, see
http://repo.or.cz/w/gpodder.git/shortlog/refs/tags/gpodder-2.11

PR:             153377
Submitted by:   maintainer
Original commit
Friday, 3 Dec 2010
05:38 beech search for other commits by this committer
Update to version 2.10
This is mostly a bugfix/code-cleanup release.
Some minor improvements to the UI.

PR:             ports/152756
Submitted by:   Charlie Kester (corky1951@comcast.net) (maintainer)
Approved by:    itetcu (mentor) (implicit)
Original commit
Saturday, 13 Nov 2010
15:25 stefan search for other commits by this committer
Add locale directory 'kk' to plist, at least for now, to clean up properly on
deinstall.
Original commit
Tuesday, 9 Nov 2010
12:12 stefan search for other commits by this committer
- Adjust MASTER_SITES to make it fetch.
- Replace a space by a tab.
- Fix plist.
Original commit
Saturday, 6 Nov 2010
23:29 stefan search for other commits by this committer
Update mygpoclient to version 1.5

PR:             151443
Submitted by:   maintainer
Original commit
Tuesday, 12 Oct 2010
06:11 pgollucci search for other commits by this committer
- Update to 2.9

PR:             ports/151376
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Original commit
Saturday, 7 Aug 2010
16:39 pav search for other commits by this committer
- Update to 2.7

PR:             ports/149375
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Original commit
Friday, 6 Aug 2010
22:16 sahil search for other commits by this committer
- Pass maintainership to volunteer
- Pacify portlint(1)

Approved by:    old maintainer (via ports@)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 21 Apr 2010
20:54 beat search for other commits by this committer
- Update to 2.5
- Remove misleading video option as gpodder works with all kind
  of media players

Submitted by:   Frank Steinborn <steinex AT nognu.de> (maintainer)
Original commit
Thursday, 15 Apr 2010
13:19 beat search for other commits by this committer
- Update to 2.4
- Pass maintainership to submitter

Submitted by:   Frank Steinborn <steinex AT nognu.de>
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Monday, 8 Mar 2010
23:14 miwi search for other commits by this committer
- Update to 2.3

PR:             144425
Submitted by:   Ports Fury
Original commit
Friday, 12 Feb 2010
14:20 miwi search for other commits by this committer
- Update to  2.2

PR:             143815
Submitted by:   Ports Fury
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 22 Dec 2009
11:25 miwi search for other commits by this committer
- Update to 2.1

PR:             141816
Submitted by:   Ports Fury
Original commit
Friday, 28 Aug 2009
15:56 linimon search for other commits by this committer
Reset maintainer at his request due to current lack of time.
Original commit
Friday, 7 Aug 2009
17:03 miwi search for other commits by this committer
- Chase audio/libgpod shlib bump
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 14 Mar 2009
14:10 miwi search for other commits by this committer
- Update to 0.15.0

PR:             132519
Submitted by:   Chess Griffin <chess@chessgriffin.com> (Maintainer)
Original commit
Thursday, 8 Jan 2009
22:23 pav search for other commits by this committer
- USE_PYTHONDISTUTILS is nothing, remove

Approved by:    Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Wednesday, 17 Dec 2008
15:44 wxs search for other commits by this committer
- Update to 0.14.0

PR:             ports/129603
Submitted by:   Chess Griffin <chess@chessgriffin.com>
Original commit
Sunday, 2 Nov 2008
18:41 wxs search for other commits by this committer
Update to 0.13.1

PR:             ports/128488
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Saturday, 11 Oct 2008
14:05 miwi search for other commits by this committer
- Update to 0.13.0

PR:             128011
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Friday, 8 Aug 2008
22:43 miwi search for other commits by this committer
- Update to 0.12.2

PR:             126372
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Tuesday, 22 Jul 2008
01:07 wxs search for other commits by this committer
Add dependency on pysqlite2.
Fix other dependencies (LIB not RUN).

PR:             ports/125709
Submitted by:   Fraser Tweedale <frase@frase.id.au>
Approved by:    maintainer
Original commit
Wednesday, 16 Jul 2008
13:00 pav search for other commits by this committer
- Update to 0.12.0

PR:             ports/125648
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Thursday, 12 Jun 2008
14:15 pav search for other commits by this committer
- Update to 0.11.3

PR:             ports/124351
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Friday, 2 May 2008
09:14 miwi search for other commits by this committer
- Update to 0.11.2

PR:             123260
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Saturday, 29 Mar 2008
23:25 miwi search for other commits by this committer
- Update to 0.11.1

PR:             122190
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Thursday, 6 Mar 2008
22:08 tmclaugh search for other commits by this committer
- Fix vim related typo and unbreak INDEX.
Original commit
20:43 tmclaugh search for other commits by this committer
- Add missing RUN_DEPENDS on devel/xdg-utils

PR:             121162
Submitted by:   maintainer
Original commit
Wednesday, 27 Feb 2008
12:02 ehaupt search for other commits by this committer
Update to 0.11.0

PR:             121106
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Friday, 1 Feb 2008
12:17 miwi search for other commits by this committer
- Update to 0.10.4

PR:             119898
Submitted by:   Chess Griffin <chess@usrshare.com> (maintainer)
Original commit
Sunday, 6 Jan 2008
22:51 danfe search for other commits by this committer
Bump PORTREVISION for ports affected by libgpod library version bump.
Original commit
22:47 danfe search for other commits by this committer
Chase libgpod version bump.
Original commit
Saturday, 15 Dec 2007
20:57 pav search for other commits by this committer
- Update to 0.10.3

PR:             ports/118729
Submitted by:   Chess Griffin <chess@chessgriffin.com> (maintainer)
Original commit
Friday, 14 Dec 2007
18:03 pav search for other commits by this committer
gPodder is a GTK2 media aggregator written in Python.  A user can
subscribe to RSS feeds for podcasts, videocasts, and other similiar
content and download media files found in those feeds.  gPodder also
supports optional iPod synchronization support, MP3/OGG id3 tag
editing, and Ogg-to-iPod synchronization.

WWW:  http://gpodder.berlios.de

PR:             ports/117413
Submitted by:   Chess Griffin <chess@chessgriffin.com>
Original commit

Number of commits found: 95