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

Number of commits found: 45

Wednesday, 20 Jul 2016
15:33 mat search for other commits by this committer
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Original commitRevision:418840 
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 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Tuesday, 23 Dec 2014
02:22 mat search for other commits by this committer
Catch up abusive uses of ${SITE_PERL}.

Sponsored by:	Absolight
Original commitRevision:375302 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Friday, 20 Jun 2014
14:28 brooks search for other commits by this committer
Stageify.

PR:		191042
Submitted by:	markk@knigma.org (maintainer)
Original commitRevision:358576 
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, 16 Sep 2013
17:07 bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Original commitRevision:327419 
Friday, 24 May 2013
08:53 az search for other commits by this committer
- Remove unnecessary depend on PERL_LEVEL < 5.12
Original commitRevision:318934 
Saturday, 18 May 2013
22:37 stefan search for other commits by this committer
Configure correct database table depending on MySQL version in use.

PR:		178657
Submitted by:	Thomas Mueller <tmueller@sysgo.com>
Approved by:	Mark Knight <markk@knigma.org> (maintainer)
Original commitRevision:318462 
Monday, 13 May 2013
20:22 stefan search for other commits by this committer
- Disable File::Spec included in squeezeboxserver as it is incompatible with the
  current p5-Path-Class.
- Fix MySQL support.
- Assign maintainership to submitter.

PR:		177524
Submitted by:	Mark Knight <markk@knigma.org>
Original commitRevision:318128 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Wednesday, 4 Jul 2012
20:50 scheidell search for other commits by this committer
- Fix for mysql50+ [1]
- Remove dependency for p5-Mysql50 (replace with p5-Mysql) [2]

PR:             ports/164177
Reported by:    Daniel Pritts <danno@umich.edu>
Submitted by:   the_mix_room@hotmail.com [1]
Reviewed by:    scheidell@ (me) [2]
Approved by:    The little dancing elves
Original commit
Thursday, 28 Jun 2012
18:37 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
Original commit
Sunday, 10 Jun 2012
16:43 crees search for other commits by this committer
Return to file-based dependency for p5-DBD-mysql; there is no way currently
to do a package dependency since p5-DBD-mysql50 and p5-DBD-mysql have different
basenames, and therefore cannot be considered as alternatives.

The correct solution is to switch the use of PKGNAMESUFFIX in the slave ports
to using LATEST_LINK instead so they all have the same PKGBASE
Original commit
Friday, 8 Jun 2012
20:34 crees search for other commits by this committer
SITE_PERL --> package dependencies

Stop depending on a versioned p5-DBD-mysql port
Original commit
Friday, 1 Jun 2012
12:17 bapt search for other commits by this committer
Convert to new options framework
Original commit
Thursday, 8 Mar 2012
13:15 ehaupt search for other commits by this committer
Require MySQL version 5.0 as the squeezeboxserver does not start with a newer
MySQL version.

PR:             164177
Submitted by:   Daniel Pritts <danno@umich.edu>
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Sunday, 8 Jan 2012
01:26 scheidell search for other commits by this committer
- reopen logs on SIGHUP

PR:             ports/147645
Submitted by:   Christopher Key <cjk32@cam.ac.uk>
Approved by:    maintainer (timeout, 3 years) gabor (mentor)
Original commit
Sunday, 25 Dec 2011
19:47 rm search for other commits by this committer
- remove CONFLICTS with no more existing audio/squeezecenter
- whitespace fixes in pkg-descr

Approved by:   novel (mentor, implicit)
Original commit
Monday, 5 Dec 2011
18:41 brooks search for other commits by this committer
Drop maintainership of squeezeboxserver.  There hasn't been a release
with features that motivated me to update in ages and the two hours
I wasted trying to do an upgrade that required unreleased and pretty
much unbuildable perl modules over the weekend finished demotivating me.

Feature safe:   yes
Original commit
Monday, 17 Oct 2011
04:35 dougb search for other commits by this committer
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40
Original commit
Saturday, 20 Aug 2011
00:06 dougb search for other commits by this committer
Remove the direct dependency on mysqld and replace it with USE_MYSQL= server

PR:             ports/159538
Submitted by:   me
Approved by:    maintainer timeout (14 days)
Original commit
Saturday, 9 Jul 2011
17:44 crees search for other commits by this committer
- Use USERS and GROUPS
- Remove redundant PKGINSTALL assignment

PR:             ports/157535
Submitted by:   crees (me)
Approved by:    rene (mentor, implicit), maintainer timeout (brooks, 35 days)
Original commit
Friday, 22 Apr 2011
16:52 brooks search for other commits by this committer
Upgrade to 7.5.4 release.[1]

Since squeezeboxserver depends on a specific version of Audio::Scan,
also depend directly on that version (unfortunatly need to also
depend on future versions so PORTREVISION bumps won't't break
squeezeboxserver).

Submitted by:   Mark Knight <markk at knigma org>[1]
PR:             ports/156569
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Monday, 14 Feb 2011
22:21 brooks search for other commits by this committer
Upgrade to 7.5.3.

Submitted by:   Mark Knight
PR:             ports/154035
Original commit
Tuesday, 21 Sep 2010
07:56 mm search for other commits by this committer
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
Original commit
Wednesday, 7 Jul 2010
23:22 brooks search for other commits by this committer
Another attempt to fixing interactions with p5-DBIx-Class.  A few people
report that this works.

PR:             148318
Feature safe:   yes
Submitted by:   Mark Knight
Original commit
Thursday, 24 Jun 2010
20:48 brooks search for other commits by this committer
Fix the build-plist target to include custom-convert.conf in the plist
and fix the plist.

Reported by:    QAT
Feature safe:   yes
Original commit
18:38 brooks search for other commits by this committer
Upgrade to 7.5.1.  Seems to fix DBIx-Class compatiabilty issues.

Drop the musepack option for the moment.  I didn't see a trivial way
to make it work and don't really have the resources to test it.

Feature safe:   yes
Original commit
Tuesday, 15 Jun 2010
03:45 brooks search for other commits by this committer
Recent DBIx-Class updates break this port so mark it BROKEN.  It also
fails to build on pointyhat due to dependency issues.
Original commit
Wednesday, 9 Jun 2010
20:22 pav search for other commits by this committer
- Update musepack depobj

Reported by:    pointyhat
Original commit
Sunday, 11 Apr 2010
03:17 brooks search for other commits by this committer
Actually include custom-convert.conf.
Original commit
Saturday, 10 Apr 2010
01:00 brooks search for other commits by this committer
Upgrade to 7.5.0.

Submitted by:   Hans Soonieus <hans at soonieus dot nl>
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, 25 Feb 2010
01:08 brooks search for other commits by this committer
Upgrade to 7.4.2.

Submitted by:   Hans Soonieus
Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 29 Jan 2010
14:52 kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 19; last!).

Approved by:    portmgr (itetcu)
Original commit
Thursday, 3 Dec 2009
01:28 brooks search for other commits by this committer
p5-Class-XSAccessor-Array has been merged into p5-Class-XSAccessor.
Remove a dependency on the former package so it can be removed and patch
the use of an internal function which broke in the latest version.

PR:             ports/140662, ports/141106
Submitted by:   Cezary Morga <cm at therek net>
                Christopher Key <cjk32 at cam ac uk>
Prodded by:     many :)
Pointy hat to:  brooks
Original commit
Saturday, 24 Oct 2009
17:56 brooks search for other commits by this committer
Upgrade to 7.4.1.

Fixed a few minor plist bugs related to /var/db.

Add a conflicts line since there is a one file overlap with
squeezecenter (bin/softsqueeze).
Original commit
Wednesday, 14 Oct 2009
22:33 brooks search for other commits by this committer
Upgrade the repocopied squeezecenter port to squeezeboxserver-7.4.0.

Submitted by:   Hans Soonieus <hans at soonieus nl> (with some changes)
Original commit
18:59 brooks search for other commits by this committer
Forced commit to record the repocopy of audio/squeezecenter to
audio/squeezeboxserver.

Repocopy by:    marcus
Original commit

Number of commits found: 45