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: audio/exaile/Makefile

Number of commits found: 72

Monday, 15 Jan 2024
19:38 Renato Botelho (garga) search for other commits by this committer
audio/exaile: Move manpages to ${PREFIX}/share

Approved by:	portmgr (blanket infrastructure changes)
commit hash: 6c98b0dd23144cdaf4b78c1556ef8e187e43ca3c commit hash: 6c98b0dd23144cdaf4b78c1556ef8e187e43ca3c commit hash: 6c98b0dd23144cdaf4b78c1556ef8e187e43ca3c commit hash: 6c98b0dd23144cdaf4b78c1556ef8e187e43ca3c 6c98b0d
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Saturday, 26 Aug 2023
21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 7a4777d
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
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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
Thursday, 28 Jul 2022
13:47 Ruslan Makhmatkhanov (rm) search for other commits by this committer
audio/exaile: readd port

Add upstream patch that adds support of berkeleydb and remove bsddb
dependency.
commit hash: 2e46b3fa60949492381b6e1e36a01a64f9e474a8 commit hash: 2e46b3fa60949492381b6e1e36a01a64f9e474a8 commit hash: 2e46b3fa60949492381b6e1e36a01a64f9e474a8 commit hash: 2e46b3fa60949492381b6e1e36a01a64f9e474a8 2e46b3f
Thursday, 30 Jun 2022
20:28 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 multimedia/mpeg2codec: Obsolete, please consider using
multimedia/ffmpeg
2022-06-30 multimedia/livestreamer: Abandoned upstream, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 net/kissd: Obsolete, target hardware was released 19 years ago
2022-06-30 www/gecko-mediaplayer: Uses incompatible plugin interface NPAPI
2022-06-30 multimedia/snappy: Deprecated upstream, please consider
multimedia/mpv or multimedia/vlc
2022-06-30 audio/exaile: Requires py-bsddb3 which requires upstream EOLd db5
2022-06-30 multimedia/gnome-twitch: Unmaintained, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/clive: Last release in 2012, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/imagination: Obsolete, majority of DVD players made in the
last 15+ years have been able to do image slideshows
2022-06-30 multimedia/m2tstoavi: Marked obsolete by upstream in 2010, please
consider using multimedia/ffmpeg or multimedia/handbrake
2022-06-30 multimedia/mps-youtube: Abandoned upstream
2022-06-30 multimedia/umph: Last release in 2012 and abandoned upstream, please
consider using www/yt-dlp
2022-06-30 multimedia/quvi09: Deprecated upstream, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/quvi: Deprecated upstream, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/libquvi09: Deprecated upstream, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/libquvi: Deprecated upstream, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/libquvi-scripts09: Deprecated upstream, please consider
using www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/libquvi-scripts: Deprecated upstream, please consider
using www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/cclive: Last release in 2013, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/p5-Umph-Prompt: Last release in 2011 and abandoned
upstream
2022-06-30 sysutils/xvidcap: Abandoned upstream, depends on deprecated GTK2 and
only supports legacy video codecs. Please consider using multimedia/obs-studio
2022-06-30 audio/gmpc-lastfm: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 audio/gmpc-magnatune: Abandonware, last release in 2011 and upstream
is dead
2022-06-30 audio/gmpc-shout: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 audio/gmpc-alarm: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 audio/gmpc-lyricsplugin: Abandonware, last release in 2011 and
upstream is dead
2022-06-30 audio/gmpc-mdcover: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 audio/gmpc-albumview: Abandonware, last release in 2011 and upstream
is dead
2022-06-30 audio/gmpc-extraplaylist: Abandonware, last release in 2011 and
upstream is dead
2022-06-30 audio/gmpc-libnotify: Abandonware, last release in 2011 and upstream
is dead
2022-06-30 audio/gmpc: Abandonware, last release in 2011 and upstream is dead
2022-06-30 audio/gmpc-lyrics: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 audio/gmpc-discogs: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 audio/gmpc-mserver: Abandonware, last release in 2011 and upstream is
dead
2022-06-30 multimedia/ffmpeg2theora: Legacy video format, superseded by
AV1/H.264/H.265/VP8/VP9
2022-06-30 multimedia/grake: Dead upstream, please consider using www/yt-dlp or
multimedia/streamlink
2022-06-30 multimedia/iriverter: Obsolete and unmaintained for 15+ years, please
consider using multimedia/handbrake
2022-06-30 multimedia/libmpeg3: Deprecated upstream
2022-06-30 multimedia/mmsrip: Obsolete, Microsoft deprecated MMS in 2003
2022-06-30 multimedia/mpeg2play: Obsolete, please consider using multimedia/mpv
or multimedia/vlc
2022-06-30 multimedia/mpeg_play: Obsolete, please consider using multimedia/mpv
or multimedia/vlc
2022-06-30 multimedia/mpeg_stat: Obsolete, please consider using
multimedia/mediainfo or multimedia/ffmpeg
2022-06-30 multimedia/qt-faststart: Obsolete, please consider using
multimedia/Bento4, multimedia/gpac-mp4box or multimedia/ffmpeg
2022-06-30 multimedia/spigot: Deprecated hardware, released in the early 90s
2022-06-30 audio/forked-daapd: Deprecated upstream, project is now called
OwnTone
2022-06-30 multimedia/tstools: Obsolete, please consider using multimedia/ffmpeg
2022-06-30 multimedia/sabbu: please consider using multimedia/aegisub
2022-06-30 multimedia/avinfo: Last release in 2008, please consider using
multimedia/mediainfo or multimedia/ffmpeg instead
2022-06-30 audio/asterisk-espeak: Depends on deprecated audio/espeaak
2022-06-30 multimedia/mpgtx: Obsolete, please consider using multimedia/ffmpeg
commit hash: c46b556a1b834132e6d02d1bdc422f16c3dc80ad commit hash: c46b556a1b834132e6d02d1bdc422f16c3dc80ad commit hash: c46b556a1b834132e6d02d1bdc422f16c3dc80ad commit hash: c46b556a1b834132e6d02d1bdc422f16c3dc80ad c46b556
Saturday, 30 Apr 2022
08:03 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 ca3f925
Saturday, 12 Mar 2022
12:13 Muhammad Moinur Rahman (bofh) search for other commits by this committer
audio/exaile: Mark DEPRECATED

db5 has been marked DEPRECATED and in terms databases/py-bsddb3 has also
been marked DEPRECATED.

Set EXPIRATION_DATE to 2022-06-30

PR:		262204
Approved by:	rm (maintainer-timeout)
commit hash: e28b1f95c062774dbda7978dc535ba1484b89982 commit hash: e28b1f95c062774dbda7978dc535ba1484b89982 commit hash: e28b1f95c062774dbda7978dc535ba1484b89982 commit hash: e28b1f95c062774dbda7978dc535ba1484b89982 e28b1f9
Thursday, 8 Apr 2021
14:20 Ruslan Makhmatkhanov (rm) search for other commits by this committer
audio/exaile: update to 4.1.1
commit hash: 3c3ce68d711a5fbfa3e114e96972a3f4d35fe27d commit hash: 3c3ce68d711a5fbfa3e114e96972a3f4d35fe27d commit hash: 3c3ce68d711a5fbfa3e114e96972a3f4d35fe27d commit hash: 3c3ce68d711a5fbfa3e114e96972a3f4d35fe27d 3c3ce68
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Monday, 15 Feb 2021
09:44 rm search for other commits by this committer
audio/exaile: update 4.1.0
Original commitRevision:565298 
Tuesday, 12 Jan 2021
09:04 rm search for other commits by this committer
audio/exaile: update to 4.1.0-rc1

Also remove patch merged upstream. Changelog:
https://github.com/exaile/exaile/wiki/Exaile-4.1-release-notes
Original commitRevision:561305 
Monday, 9 Nov 2020
17:08 tcberner search for other commits by this committer
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2

- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
Original commitRevision:554733 
Saturday, 15 Aug 2020
11:11 rene search for other commits by this committer
audio/exaile: remove optional expired dependency on audio/py-cddb
Original commitRevision:544928 
Friday, 24 Apr 2020
07:39 rm search for other commits by this committer
audio/exaile: add upstream patch

upstream commit:
https://github.com/exaile/exaile/commit/bcbac205636ff260bf819a67c3fdd6d2e4ecbacb

Bug fixed:
https://github.com/exaile/exaile/issues/699
Original commitRevision:532741 
Wednesday, 22 Apr 2020
17:00 rm search for other commits by this committer
audio/exaile: update to 4.1.0-alpha1

This release brings python3 support.
Release notes: https://github.com/exaile/exaile/wiki/Exaile-4.1-release-notes
Original commitRevision:532488 
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Thursday, 26 Dec 2019
16:31 rm search for other commits by this committer
audio/exaile: correct bsdisks dependency
Original commitRevision:520936 
16:24 rm search for other commits by this committer
audio/exaile: actualize port options

- drop no more supported HAL dependency
- introduce non-default bsdisks dependency for hardware detection
- add CDDB and UDISKS2 knobs to options list
- bump PORTREVISION to track dependency change
Original commitRevision:520934 
14:51 rm search for other commits by this committer
audio/exaile: update to 4.0.0

Release notes: https://github.com/exaile/exaile/wiki/Exaile-4.0-release-notes
Original commitRevision:520919 
Friday, 8 Nov 2019
09:27 tobik search for other commits by this committer
a-b: Add missing USES={gnome,php,sdl,xorg}
Original commitRevision:517040 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
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 
Wednesday, 25 May 2016
15:43 mat search for other commits by this committer
Remove useless WRKSRC definitions.

While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
Original commitRevision:415839 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Friday, 1 May 2015
18:07 rm search for other commits by this committer
audio/exaile: update to 3.4.5
Original commitRevision:385131 
Thursday, 2 Apr 2015
18:28 rm search for other commits by this committer
audio/exaile: update to 3.4.4

- update to 3.4.4
- install man-page
Original commitRevision:383034 
Wednesday, 31 Dec 2014
09:51 rm search for other commits by this committer
audio/exaile: update to 3.4.3
Original commitRevision:375874 
Monday, 22 Dec 2014
17:41 rm search for other commits by this committer
Grab maintainership
Original commitRevision:375253 
Thursday, 23 Oct 2014
13:06 culot search for other commits by this committer
- Reassign to the heap after jsa@'s bit was taken in for safekeeping
Original commitRevision:371393 
Saturday, 18 Oct 2014
08:20 rm search for other commits by this committer
audio/exaile: update to 3.4.0.2

- update to 3.4.0.2
- switch to github
- add LICENSE_FILE
- modernize port
- stop building and installing an manpage, because of:
  1. It can't be built on package cluster, because exaile refuses to start under
     root user.
  2. It needs pygtk2 and friends on build phase just to create the manpage! I'd
     rethink the process, or at least included the prebuilt version of manpage
to
     the source tarball.

PR:		194144
Approved by:	maintainer timeout (14 days)
Original commitRevision:371098 
Friday, 3 Jan 2014
00:46 bapt search for other commits by this committer
Part 1 at removing now useless FETCH_ARGS redifition
Original commitRevision:338511 
Wednesday, 11 Dec 2013
14:35 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Original commitRevision:336166 
Wednesday, 27 Nov 2013
06:25 rm search for other commits by this committer
- update to 3.3.2
- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)

changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.

- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox

PR:		183843
Submitted by:	rm (myself)
Approved by:	jsa (maintainer, by mail)
Original commitRevision:334999 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
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 
Wednesday, 19 Dec 2012
20:14 rm search for other commits by this committer
- update to 3.3.1

changelog:
https://launchpad.net/exaile/3.3.x/3.3.1

PR:		174042
Submitted by:	rm (myself)
Approved by:	maintainer timeout (2 weeks+)
Original commitRevision:309263 
Tuesday, 25 Sep 2012
07:05 rm search for other commits by this committer
- update to 3.3.0
- convert Makefile header into two-line format
- use PORTVERSION and common launchpad download url, as other launchpad ports do
  to remove complexity
- update COMMENT (indefinite article removed)
- remove LICENSE_FILE for common license (GPLv2)
- convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies
- remove shlib version from hal library dependency
- limit python version to 2.x only
- remove conflicts with unexisting exaile-devel
- convert to optionsng
- remove reinplace (XDG), that's not needed anymore
- remove deprecated attribution from pkg-descr
- sort pkg-plist

changelog:
- see first news article on www.exaile.org

PR:		171911
Submitted by:	rm (myself)
Approved by:	jsa (maintainer)
Original commitRevision:304817 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 19 Jul 2011
11:50 jsa search for other commits by this committer
Update to 0.3.2.2.

Approved by:    kwm (mentor)
Original commit
Friday, 8 Apr 2011
22:18 jsa search for other commits by this committer
Include support for AAC formats.

PR:             ports/155887
Submitted by:   miwi
Approved by:    kwm (mentor)
Original commit
Sunday, 13 Feb 2011
21:20 jsa search for other commits by this committer
Update to 0.3.2.1.

This release removes the SHOUTcast plugin for similar reasons you can read
about here: http://www.videolan.org/press/2010-1.html

Approved by:    wxs (mentor)
Original commit
Sunday, 25 Jul 2010
11:18 jsa search for other commits by this committer
Update my email address to my new @FreeBSD.org addy

Approved by:    wxs (mentor)
Original commit
Monday, 28 Jun 2010
23:37 wxs search for other commits by this committer
Update to 0.3.2

PR:             ports/148154
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Feature safe:   yes
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
Friday, 16 Apr 2010
13:18 wxs search for other commits by this committer
- Update to 0.3.1.1

PR:             ports/145466
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net>
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
Thursday, 18 Mar 2010
01:04 amdmi3 search for other commits by this committer
- Update to 0.3.1.0

PR:             144787
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 8 Jan 2010
01:21 pgollucci search for other commits by this committer
- Fix OPTIONs

PR:             ports/142020
Submitted by:   Thomas Zander <thomas.e.zander@googlemail.com>
Approved by:    "Joseph S. Atkinson" <jsa.bsd@gmail.com> (maintainer)
Original commit
Friday, 18 Dec 2009
22:04 pav search for other commits by this committer
- Add dependency on librsvg2 to prevent crashes on runtime

PR:             ports/140984
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Original commit
Friday, 27 Nov 2009
23:20 amdmi3 search for other commits by this committer
- Update to 0.3.0.2

PR:             140439
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>
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
Thursday, 5 Mar 2009
09:13 itetcu search for other commits by this committer
Add confilicts with the new -devel port and bump PORTREVISION.

PR:             ports/131629
Submitted by:   Joseph S. Atkinson (maintainer)
Original commit
Sunday, 25 Jan 2009
23:59 linimon search for other commits by this committer
Assign maintainership to submitter of last PR.
Original commit
Sunday, 19 Oct 2008
14:13 miwi search for other commits by this committer
- Update to 0.2.14

PR:             127955
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>
Original commit
Sunday, 7 Sep 2008
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Friday, 6 Jun 2008
13:07 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, 4 Apr 2008
11:51 sat search for other commits by this committer
- Update to 0.2.13

Prodded by:     Joseph S. Atkinson <jsatkinson@embarqmail.com>
Original commit
Wednesday, 1 Aug 2007
07:12 sat search for other commits by this committer
- Update to 0.2.10
- Disable translations (msgfmt problems)
- Rely on dbus and disable mmkeys
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 28 Mar 2007
10:44 sat search for other commits by this committer
- Update to 0.2.9
Original commit
Sunday, 25 Feb 2007
01:15 sat search for other commits by this committer
- Update to 0.2.9b
Original commit
Tuesday, 9 Jan 2007
18:16 sat search for other commits by this committer
- Update to 0.2.8
Original commit
Saturday, 6 Jan 2007
02:23 sat search for other commits by this committer
- Update to 0.2.7
Original commit
Tuesday, 19 Dec 2006
15:35 sat search for other commits by this committer
- Add yet more dependencies
Original commit
08:30 sat search for other commits by this committer
- An extra dependency on py-notify won't hurt
Original commit
08:06 sat search for other commits by this committer
Add port audio/exaile:

Exaile is a media player aiming to be similar to KDE's AmaroK, but for
GTK+. It incorporates many of the cool things from AmaroK (and other
media players) like automatic fetching of album art, handling of large
libraries, lyrics fetching, artist/album information via the wikipedia,
last.fm support, optional iPod support (assuming you have python-gpod
installed).

WWW: http://www.exaile.org/
Author: Adam Olsen <arolsen@gmail.com>
Original commit

Number of commits found: 72