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

Number of commits found: 24

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

With hat:	portmgr
Original commitRevision:520894 
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 
Monday, 5 Jun 2017
20:10 pawel search for other commits by this committer
- Add LICENSE_FILE
- Remove deprecated WANT_GNOME
- Add GNOME option to OPTIONS_DEFINE, remove PROFILES which has
  the same outcome
- Use options helpers
- Don't bother to install omf file, it's only placeholder and don't
  contain any useful information
- Port is architecture neutral
Original commitRevision:442683 
Tuesday, 9 May 2017
09:21 tobik search for other commits by this committer
Rename option PULSE to PULSEAUDIO

Almost all other ports use PULSEAUDIO to enable PulseAudio support.
This makes it easier to enable support globally via OPTIONS_SET.

- While here fix typo in PROFILES option description

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10636
Original commitRevision:440477 
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 
Sunday, 7 Feb 2016
19:43 kwm search for other commits by this committer
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.

To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.

Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.

Exp-runs done by:	antoine@

PR:		205432
Reviewed by:	antoine@, mat@
Approved by:	portmgr (antoine@)
Differential Revision:	https://reviews.freebsd.org/D3653
Original commitRevision:408449 
Wednesday, 29 Jul 2015
14:34 ak search for other commits by this committer
- Fix Makefile in case if PROFILES option is selected

PR:	201878
Submitted by:	6yearold@gmail.com
Original commitRevision:393160 
Saturday, 20 Dec 2014
23:11 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375137 
Sunday, 19 Oct 2014
07:33 mva search for other commits by this committer
- Convert ports from audio/ to new USES=python

Reviewed by:	portmgr (implicit)
Original commitRevision:371170 
Friday, 8 Aug 2014
15:16 vanilla search for other commits by this committer
1: Stagify.
2: USES=desktop-file-utils shared-mime-info.
3: Remove uneeded entry of pkg-plist.
4: Bump version.
Original commitRevision:364366 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
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 
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 
Thursday, 4 Oct 2012
12:53 rm search for other commits by this committer
- remove bogus setuptools dependency (the port is using distutils)
- trim Makefile header (completely, because email wasn't set initially and,
  based on nickname, I believe it wasn't done for purprose)
- remove redundant LICENSE_FILE
- avoid PYTHON_SITELIBDIR in depends
- limit python version to 2.x
- bump PORTREVISION because of dependency change
Original commitRevision:305257 
Friday, 24 Aug 2012
02:36 rakuco search for other commits by this committer
Fix some OptionsNG conversion typos.

PR:		ports/170811
Submitted by:	Artis Caune <Artis.Caune@gmail.com>
Original commit
Friday, 1 Jun 2012
06:57 bapt search for other commits by this committer
Convert to new options framework
Original commit
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 26 Dec 2011
16:12 tabthorpe search for other commits by this committer
- Reset ports to heap due to mail bounces

<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:       portmgr
Original commit
Sunday, 2 Jan 2011
14:13 makc search for other commits by this committer
Add license info
Remove md5 sums

PR:             ports/153589
Submitted by:   maintainer (swell.k at gmail.com)
Original commit
Thursday, 23 Sep 2010
04:01 pgollucci search for other commits by this committer
- Unbreak

PR:             ports/137751
Submitted by:   swell.k@gmail.com (maintainer)
Original commit
03:04 pgollucci search for other commits by this committer
- temporarily mark this broken while waiting on feedback
  I got 2 different results from tinderbox
Original commit
02:34 pgollucci search for other commits by this committer
Jokosher is a simple yet powerful multi-track studio. With it you can
create and record music, podcasts and more, all from an integrated
simple environment.

WWW: http://www.jokosher.org/

PR:             ports/137751
Submitted by:   Anonymous
Original commit

Number of commits found: 24