Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.4_1 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
3.11.4_1 17 Mar 2024 12:28:11 |
Nuno Teixeira (eduardo) |
multimedia/gpodder: Move man pages to share/man
Approved by: portmgr (blanket) |
3.11.4 05 Jan 2024 14:25:19 |
Ruslan Makhmatkhanov (rm) |
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) |
3.11.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
3.11.1 04 Jun 2023 16:17:23 |
Ruslan Makhmatkhanov (rm) |
multimedia/gpodder: update to 3.11.1 |
3.11.0_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
3.11.0 29 Sep 2022 08:27:29 |
Ruslan Makhmatkhanov (rm) |
multimedia/gpodder: update to 3.11 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
3.10.17_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.10.17_2 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
3.10.17_2 03 Jun 2022 13:59:07 |
Po-Chuan Hsieh (sunpoet) |
multimedia/gpodder: Fix build with setuptools 58.0.0+
- Bump PORTREVISION for package change
With hat: python |
3.10.17_1 06 Dec 2021 14:09:50 |
Joseph Mingrone (jrm) |
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 |
3.10.17 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
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) |
3.10.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.10.17 02 Mar 2021 14:28:22 |
kai |
multimedia/gpodder: Fix pkg-plist issues with non-default Python versions
PR: 253815
Approved by: portmgr (build fix)
MFH: 2021Q1 |
3.10.17 26 Nov 2020 09:04:48 |
rm |
multimedia/gpodder: update to 3.10.17 |
3.10.15 24 Apr 2020 21:49:10 |
rm |
multimedia/gpodder: update to 3.10.15 |
3.10.11_1 14 Dec 2019 18:58:08 |
rm |
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. |
3.10.11 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
3.10.11 03 Nov 2019 10:00:15 |
rm |
multimedia/gpodder: update to 3.10.11
Changelog:
https://github.com/gpodder/gpodder/releases/tag/3.10.11 |
3.10.8 30 Apr 2019 13:03:53 |
mat |
cleanup USE_GITHUB usage. |
3.10.8 26 Apr 2019 22:31:00 |
rm |
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 |
3.9.3 10 Sep 2018 13:14:52 |
mat |
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 |
3.9.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 ) |
3.9.3 12 Oct 2017 15:57:51 |
mat |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
3.9.3 29 Dec 2016 17:54:35 |
rm |
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 |
3.9.2 09 Dec 2016 22:25:46 |
rm |
multimedia/gpodder: update to 3.9.2
Changelog:
http://blog.gpodder.org/2016/11/gpodder-392-canyonero-released.html |
3.9.1 28 Oct 2016 20:33:14 |
rm |
multimedia/gpodder: update to 3.9.1 |
3.9.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.9.0 13 Feb 2016 17:58:40 |
rm |
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 |
3.8.3 23 Feb 2015 10:26:58 |
rm |
multimedia/gpodder: update to 3.8.3 |
3.8.1 08 Oct 2014 10:40:59 |
rm |
multimedia/gpodder: update to 3.8.1 |
3.6.1 20 Apr 2014 20:26:57 |
rm |
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 |
3.5.2 25 Dec 2013 05:58:39 |
rm |
- update to 3.5.2
- use option helpers
- support staging
changelog:
http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html |
3.5.1 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
3.5.1 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
3.5.1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
3.5.1 18 Apr 2013 18:30:26 |
rm |
- update to 3.5.1
changelog:
http://blog.gpodder.org/2013/04/gpodder-351-nick-of-time-released.html
Feature safe: yes |
3.5.0 08 Mar 2013 17:34:03 |
rm |
- update to 3.5.0
- remove unneeded patch
changelog:
http://blog.gpodder.org/2013/03/gpodder-350-after-hours-released.html |
3.4.0_1 16 Jan 2013 15:20:20 |
rm |
- 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@) |
3.4.0 31 Dec 2012 09:10:32 |
rm |
- update to 3.4.0
changelog:
http://blog.gpodder.org/2012/12/gpodder-340-quiet-earth-released.html |
3.3.0 28 Sep 2012 20:12:12 |
rm |
- update to 3.3.0
changelog:
http://blog.gpodder.org/2012/09/gpodder-330-intermission-released.html |
3.1.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.1.2 30 May 2012 18:18:59 |
rm |
- 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 |
3.1.1_1 01 May 2012 18:32:14 |
rm |
Turn GTK option to `on' as it should be. |
3.1.1 01 May 2012 18:22:21 |
rm |
- 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 |
2.20.1 10 Mar 2012 20:02:12 |
rm |
- update to 2.20.1
Feature safe: yes |
2.20_1 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
2.20 20 Nov 2011 06:14:36 |
rm |
- 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 |
2.19 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
2.19 25 Sep 2011 08:04:39 |
dhn |
- Update to 2.19
PR: ports/160983
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
2.18 26 Aug 2011 03:28:56 |
miwi |
- 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> |
2.16 14 Jul 2011 13:18:39 |
arved |
Updte to 2.16
PR: 158790
Submitted by: maintainer |
2.15 02 Jul 2011 08:02:46 |
miwi |
- Update to 2.15
PR: 158405
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
2.14 02 May 2011 20:12:44 |
glarkin |
- Assign maintainership to new volunteer
Requested by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports ML) |
2.14 27 Apr 2011 01:56:47 |
dougb |
By Maintainer's request, toss these ports back into the pool |
2.14 09 Apr 2011 13:38:03 |
arved |
Update to 2.14
PR: 156213
Submitted by: maintainer |
2.13_1 15 Mar 2011 15:05:40 |
danfe |
Chase libgpod shlib version bump. |
2.13 27 Feb 2011 13:39:26 |
miwi |
- Update to 2.13
PR: 155052
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
2.12 14 Jan 2011 09:17:56 |
arved |
Update to 2.12
PR: 153943
Submitted by: maintainer
Feature safe: yes |
2.11 25 Dec 2010 13:57:10 |
arved |
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 |
2.10 03 Dec 2010 05:38:29 |
beech |
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) |
2.9_2 13 Nov 2010 15:25:24 |
stefan |
Add locale directory 'kk' to plist, at least for now, to clean up properly on
deinstall. |
2.9_1 09 Nov 2010 12:12:57 |
stefan |
- Adjust MASTER_SITES to make it fetch.
- Replace a space by a tab.
- Fix plist. |
2.9_1 06 Nov 2010 23:29:35 |
stefan |
Update mygpoclient to version 1.5
PR: 151443
Submitted by: maintainer |
2.9 12 Oct 2010 06:11:07 |
pgollucci |
- Update to 2.9
PR: ports/151376
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
2.7 07 Aug 2010 16:39:45 |
pav |
- Update to 2.7
PR: ports/149375
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
2.5_1 06 Aug 2010 22:16:49 |
sahil |
- Pass maintainership to volunteer
- Pacify portlint(1)
Approved by: old maintainer (via ports@) |
2.5_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.5 21 Apr 2010 20:54:30 |
beat |
- 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) |
2.4 15 Apr 2010 13:19:35 |
beat |
- Update to 2.4
- Pass maintainership to submitter
Submitted by: Frank Steinborn <steinex AT nognu.de> |
2.3_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.3 08 Mar 2010 23:14:25 |
miwi |
- Update to 2.3
PR: 144425
Submitted by: Ports Fury |
2.2 12 Feb 2010 14:20:26 |
miwi |
- Update to 2.2
PR: 143815
Submitted by: Ports Fury |
2.1_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1 22 Dec 2009 11:25:38 |
miwi |
- Update to 2.1
PR: 141816
Submitted by: Ports Fury |
0.15.0_2 28 Aug 2009 15:56:52 |
linimon |
Reset maintainer at his request due to current lack of time. |
0.15.0_2 07 Aug 2009 17:03:22 |
miwi |
- Chase audio/libgpod shlib bump |
0.15.0_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.15.0 14 Mar 2009 14:10:33 |
miwi |
- Update to 0.15.0
PR: 132519
Submitted by: Chess Griffin <chess@chessgriffin.com> (Maintainer) |
0.14.0 08 Jan 2009 22:23:38 |
pav |
- USE_PYTHONDISTUTILS is nothing, remove
Approved by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.14.0 17 Dec 2008 15:44:28 |
wxs |
- Update to 0.14.0
PR: ports/129603
Submitted by: Chess Griffin <chess@chessgriffin.com> |
0.13.1 02 Nov 2008 18:41:16 |
wxs |
Update to 0.13.1
PR: ports/128488
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.13.0 11 Oct 2008 14:05:44 |
miwi |
- Update to 0.13.0
PR: 128011
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.12.2 08 Aug 2008 22:43:13 |
miwi |
- Update to 0.12.2
PR: 126372
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.12.0_1 22 Jul 2008 01:07:57 |
wxs |
Add dependency on pysqlite2.
Fix other dependencies (LIB not RUN).
PR: ports/125709
Submitted by: Fraser Tweedale <frase@frase.id.au>
Approved by: maintainer |
0.12.0 16 Jul 2008 13:00:10 |
pav |
- Update to 0.12.0
PR: ports/125648
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.11.3 12 Jun 2008 14:15:33 |
pav |
- Update to 0.11.3
PR: ports/124351
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.11.2 06 Jun 2008 13:48:22 |
edwin |
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) |
0.11.2 02 May 2008 09:14:22 |
miwi |
- Update to 0.11.2
PR: 123260
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.11.1 29 Mar 2008 23:25:15 |
miwi |
- Update to 0.11.1
PR: 122190
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.11.0_1 06 Mar 2008 22:08:35 |
tmclaugh |
- Fix vim related typo and unbreak INDEX. |
0.11.0_1 06 Mar 2008 20:43:38 |
tmclaugh |
- Add missing RUN_DEPENDS on devel/xdg-utils
PR: 121162
Submitted by: maintainer |
0.11.0 27 Feb 2008 12:02:18 |
ehaupt |
Update to 0.11.0
PR: 121106
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.10.4 01 Feb 2008 12:17:32 |
miwi |
- Update to 0.10.4
PR: 119898
Submitted by: Chess Griffin <chess@usrshare.com> (maintainer) |
0.10.3_1 06 Jan 2008 22:51:38 |
danfe |
Bump PORTREVISION for ports affected by libgpod library version bump. |
0.10.3 06 Jan 2008 22:47:04 |
danfe |
Chase libgpod version bump. |
0.10.3 15 Dec 2007 20:57:57 |
pav |
- Update to 0.10.3
PR: ports/118729
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) |
0.10.1 14 Dec 2007 18:03:06 |
pav |
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> |