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-devel/Makefile

Number of commits found: 23

Thursday, 26 Dec 2019
15:10 rm search for other commits by this committer
audio/exaile-devel: mark deprecated

Exaile 4.0.0 was merged back to main port, so we no more need
this devel port, that is now older. Users of audio/exaile-devel
should switch to using audio/exaile.

Mark deprecated and set to expire in couple of days (at 2019-12-31)
Original commitRevision:520921 
Tuesday, 5 Mar 2019
21:00 rm search for other commits by this committer
audio/exaile-devel: update to latest snapshot
Original commitRevision:494741 
Thursday, 3 Jan 2019
19:00 rm search for other commits by this committer
audio/exaile-devel: update to lastest github snapshot
Original commitRevision:489198 
Wednesday, 2 May 2018
14:13 rm search for other commits by this committer
audio/exaile-devel: update to latest revision
Original commitRevision:468841 
Monday, 12 Feb 2018
20:11 rm search for other commits by this committer
audio/exaile-devel: update to latest revision
Original commitRevision:461648 
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 
Friday, 27 Oct 2017
17:32 rm search for other commits by this committer
audio/exaile-devel: update to latest revision; drop no more require intltool
Original commitRevision:453017 
Thursday, 7 Sep 2017
06:55 rm search for other commits by this committer
audio/exaile-devel: update to latest revision

This is effectively 4.0.0beta2
Original commitRevision:449386 
Thursday, 29 Jun 2017
09:58 rm search for other commits by this committer
audio/exaile-devel: update to latest revision
Original commitRevision:444639 
Saturday, 10 Jun 2017
12:57 rm search for other commits by this committer
audio/exaile-devel: update to latest revision

It's effectively 4.0.0beta1. Many bugfixes and improvements; transition from
old exaile is removed.
Original commitRevision:443086 
Thursday, 11 May 2017
19:55 rm search for other commits by this committer
audio/exaile-devel: update to latest revision
Original commitRevision:440650 
Thursday, 16 Feb 2017
20:35 rm search for other commits by this committer
audio/exaile-devel: update to latest revision
Original commitRevision:434251 
Sunday, 21 Aug 2016
13:26 rm search for other commits by this committer
Revive audio/exaile-devel

The main difference of development branch is that Exaile is ported to GTK+3
and Gstreamer 1.x.
Original commitRevision:420560 
Saturday, 28 Nov 2009
02:55 amdmi3 search for other commits by this committer
- Remove audio/exaile-devel; main port (audio/exaile) was updated to the latest
stable version

PR:             140952
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Original commit
Tuesday, 28 Jul 2009
07:27 pav search for other commits by this committer
- Fix plist

Submitted by:   maintainer
Original commit
Friday, 24 Jul 2009
01:39 pgollucci search for other commits by this committer
- Update to 0.3a3

PR:             ports/137023
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>" (maintainer)
Original commit
Monday, 13 Jul 2009
22:28 pgollucci search for other commits by this committer
On most systems, the default Python bsddb module is Python's module. On
FreeBSD, we build one based on the bsddb in base and make Python's a
seperate port. Our default works with Exaile, but causes a bit of
oddness, such as file paths inexplicably relocating. This oddness may
cause further unseen consequences, so instead we will rely on
databases/py-bsddb to keep in sync with expected behaviors.

If users decide that potentially broken behavior is good enough for them
and they do not want this extra dependency, I have left the rope on
the chandelier for them.

~/.local/share/exail/music.db.db

This file should really have only one db extension, and this artifact
is tied to some differenence in behavior between the the two flavors
of bsddb modules.

PR:             ports/136481
Submitted by    "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Original commit
Saturday, 11 Jul 2009
11:49 itetcu search for other commits by this committer
Fix with custom PREFIX / LOCALBASE

PR:             ports/135528
Submitted by:   maintainer
Reported by:    QATty
Original commit
Tuesday, 16 Jun 2009
03:20 pgollucci search for other commits by this committer
This fixes the collection manager from duplicating album entries
when adding to the playlist or collapsing the menu entry.

PR:             ports/135612
Obtained from:  exaile bzr.
Submitted by:       "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Original commit
Friday, 12 Jun 2009
01:35 pgollucci search for other commits by this committer
Bump exaile-devel to 2.99.2 (aka 0.3 Alpha 2).

While I am here, do some better sorting of the plist to make it easier for
future maintenance.

There's a known issue with the collection manager, where adding an album to the
playlist
causes the album entry to duplicate. Does not affect usability.

PR:             ports/135431
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Original commit
Saturday, 30 May 2009
23:25 itetcu search for other commits by this committer
Fix install with custom PREFIX. It failed because wrongly used LIBDIR in the
distributed Makefile having its value set from MAKE_ENV.
Change pushed upstream.

Submitted by:   itetcu@
Reported by:    QATty
Approved by:    maintainer
Original commit
Monday, 18 May 2009
20:03 dhn search for other commits by this committer
- Port cleanup
- Bump PORTREVISION

PR:             ports/134150
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Approved by:    miwi (mentor implicit)
Original commit
Thursday, 5 Mar 2009
09:09 itetcu search for other commits by this committer
This introduces a new track for audio/exaile that allows FreeBSD users to
easily follow changes for the upcoming 0.3 revamp. This port can be accessed as
audio/exaile-devel and CONFLICTS with audio/exaile.

Some of the changes include:
* Non-explicit reliance upon gettext
* Transitions from sqlite to a faster pickle database
* Drag and drop support
* Plugin API
* More to come...

PR:             ports/131629
Submitted by:   Joseph S. Atkinson
Repocopy by:    marcus@
Original commit

Number of commits found: 23