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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/pytone/Makefile

Number of commits found: 30

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Sunday, 24 Nov 2019
09:39 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:518306 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
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 
Saturday, 3 Feb 2018
08:34 sunpoet search for other commits by this committer
Update MAD_RUN_DEPENDS

- Bump PORTREVISION for dependency change
Original commitRevision:460796 
Thursday, 11 Jan 2018
16:24 danfe search for other commits by this committer
Remove superfluous linefeeds.
Original commitRevision:458754 
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, 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 
Thursday, 8 Oct 2015
15:11 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, A-L.
Original commitRevision:398832 
Sunday, 5 Oct 2014
00:06 jhale search for other commits by this committer
- Convert to USES=python, limit to 2.x
- Fix typo in RUN_DEPENDS
- Simplify post-install
- Remove PYAO option as the port builds a library for handling libao
  by default and py-ao would only be needed if that library wasn't
  built
- Bump PORTREVISION
Original commitRevision:370025 
Sunday, 3 Aug 2014
12:35 riggs search for other commits by this committer
- Update to upstream version 3.0.3
- Add LICENSE
- Makefile cleanup
- Use pkg-message.in instead of pkg-message

PR:		190889
Submitted by:	tkato432@yahoo.com
Approved by:	mentors (implicit)
Original commitRevision:363891 
Friday, 23 May 2014
17:18 lx search for other commits by this committer
Hand back to ports@.
Original commitRevision:354949 
Tuesday, 8 Apr 2014
16:47 antoine search for other commits by this committer
Remove non-default dependency on expired py-xmms
Original commitRevision:350632 
Friday, 4 Apr 2014
22:51 bapt search for other commits by this committer
Support stage
Use python autoplist
Original commitRevision:350179 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
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 
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 
Monday, 6 May 2013
15:34 bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Original commitRevision:317525 
Thursday, 21 Mar 2013
17:32 bapt search for other commits by this committer
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
Original commitRevision:314853 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Thursday, 25 Aug 2011
23:59 lx search for other commits by this committer
Apply cleanup patch.

PR:             ports/160053
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Monday, 11 Apr 2011
08:34 bapt search for other commits by this committer
Add a new macro to deal with conflict between ncurses from base and ncurses from
ports.
If a ports is linked against ncurses from base or from the ports, it should then
add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one
the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:             ports/155269
Submitted by:   me
Reviwed by:     pav@
Approved by:    portmgr (pav@)
Exp-run by:     portmgr (pav@)
Original commit
Sunday, 6 Jun 2010
20:39 naddy search for other commits by this committer
Bump PORTREVISION after libao update and handle API incompatibility.
Original commit
Tuesday, 16 Jun 2009
04:05 lx search for other commits by this committer
Update to 3.0.2.
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
Sunday, 16 Dec 2007
20:59 lx search for other commits by this committer
Fix path in sqlite dependency.

Submitted by:   pav
Original commit
Friday, 14 Dec 2007
21:32 lx search for other commits by this committer
Update to 3.0.1.
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Friday, 25 May 2007
02:33 lx search for other commits by this committer
Add pkg-message showing a minimal pytonerc file.

Approved by:    edwin (mentor)
Original commit
Thursday, 24 May 2007
22:40 lx search for other commits by this committer
Adding pytone, a python/curses-based music jukebox.

Approved by:    edwin (mentor)
Original commit

Number of commits found: 30