| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
30 Nov 2009 14:14:31
7.3.3
|
miwi  |
2009-11-30 audio/squeezecenter-trackstat: Replaced by
audio/squeezeboxserver-trackstat
2009-11-30 audio/squeezecenter-superdatetime: Replaced by
audio/squeezeboxserver-superdatetime
2009-11-30 audio/squeezecenter-sqlplaylist: Replaced by
audio/squeezeboxserver-sqlplaylist
2009-11-30 audio/squeezecenter-lazysearch: Replaced by
audio/squeezeboxserver-lazysearch
2009-11-30 audio/squeezecenter-dynamicplaylist: Replaced by
audio/squeezeboxserver-dynamicplaylist
2009-11-30 audio/squeezecenter: Replaced by audio/squeezeboxcenter
2009-10-17 www/mod_auth_mysql41_ap2: distfile no longer fetchable
2009-10-13 x11-toolkits/gtkscintilla: no longer under development, last release
in 2002
2009-10-13 x11-toolkits/py-gtkscintilla: no longer under development, last
release in 2002 |
15 Oct 2009 00:59:43
7.3.3
|
brooks  |
Deprecate audio/squeezecenter in favor of audio/squeezeboxserver. |
15 Jul 2009 17:56:10
7.3.3
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
06 Jul 2009 04:48:42
7.3.3
|
brooks  |
Upgrade to squeezecenter 7.3.3.
PR: ports/136326
Submitted by: Mark Knight <markk at knigma dot org> |
05 Jun 2009 23:11:38
7.3.2_2
|
brooks  |
Fix plist to packages build.
Reported by: QAT, pointyhat |
03 Jun 2009 22:29:53
7.3.2_2
|
brooks  |
The recently updated p5-Digest-SHA1 port conflicts with the version
includes with squeezecenter. Remove the squeezecenter verison.
Reported by: many :) Sorry for the delay |
21 Feb 2009 15:51:15
7.3.2_1
|
miwi  |
- Chase audio/faad shlib bump |
23 Jan 2009 21:59:48
7.3.2
|
brooks  |
Upgrade to 7.3.2.
Fix support for AAC files.
Switch back to using sox to handle ogg-vorbis files. The upstream made
this change because non-default sample rate files end up sounding funny
when oggdec is used.
Submitted by: Hans Soonieus <hans@soonieus.nl> (except sox change) |
10 Jan 2009 21:49:13
7.3.1_1
|
brooks  |
Add %%SLIMDBDIR%%/cache/InstalledPlugins/Plugins to the list of plugin
directories. This should fix the installation of plugins via the
Extension Downloader. [1]
Rename Slim/Utils/OS/FreeBSD.pm as Slim/Utils/OS/Custom.pm and store it
directly rather than as a patch to make it easier to edit. This reduces
the number of patches required.
Remove the Slim/Utils/OS/Unix.pm patch since it's now replaced by code in
Custom.pm.
Submitted by: Hans Soonieus <hans at soonieus dot nl> and
Mark Knight <markk at knigma dot org> [1] |
06 Jan 2009 17:09:39
7.3.1
|
brooks  |
Upgrade to the Squeezecenter 7.3.1. [1]
Remove the ability to set the default skin using the port. The current
implemenation breaks the install wizard and I don't want to hold this
commit up further. [2]
Submitted by: Alex Varju <freebsd dash ports at varju dot ca> [1]
Reported by: Nicolai Petri <nicolai at catpipe dot net> [2] |
10 Nov 2008 20:36:19
7.2.1
|
brooks  |
Upgrade to squeezecenter 7.2.1. Fixes scanner crashes, etc:
http://wiki.slimdevices.com/index.php/Release_Notes#7.2.1_Release_Highlights
Prodded by: Andy Rossmeissl |
07 Oct 2008 15:51:08
7.2.0_2
|
brooks  |
Fix the LastFM plugin. It was broken due to the FreeBSD version of JSON::XS
being newer than expected and the general workaround not being implemented in
this plugin.
Submitted by: tdb |
02 Sep 2008 21:55:46
7.2.0_1
|
brooks  |
Fix the plist.
While here, tidy up a bit and reduce portlint warnings.
Reported by: QA-Tindy |
02 Sep 2008 20:51:04
7.2.0
|
brooks  |
Upgrade to squeezecenter 7.2 which has:
- Added support for Squeezebox Boom
- Squeezebox and Transporter firmware updates to fix a number of issues
- Improved performance in web interface
- New and improved alarm clock
- Improved Rhapsody behavior
Fix the startup script when /var/*/squeezecenter are symlinks. |
11 Aug 2008 17:57:00
7.1.0
|
brooks  |
Upgrade to 7.1, mostly a bugfix release.
Fix an error in the rc.d script where a typo caused a couple variable
names not to expand. Some configuration settings may need to be restored or
/var/db/squeezecenter/%{name}.conf (literally) my be renamed to
squeezecenter.conf. |
24 Jun 2008 17:10:23
7.0.1_4
|
brooks  |
Remove most bare references to "squeezecenter" in files subject to
substitution. Now I'm ready for what ever they decide to call 8.0. :)
This also fixes the newsyslog.conf entry created by pkg-install.
Reported by: Tim Bishop <tim at bishnet dot net> (newsyslog.conf) |
21 Jun 2008 18:38:13
7.0.1_3
|
brooks  |
Fix the softsqueeze wrapper script. The path was wrong in general and more
wrong when PREFIX was set to something other than /usr/local.
Also, invoke the Java VM wrapper as java instead of javavm.
Reported by: Tim Bishop <tim at bishnet dot net> (path issue) |
18 Jun 2008 06:09:30
7.0.1_2
|
brooks  |
Add CPAN/Encode to the list of directories we exclude since the version of
Encode::Detect found there is now incompatable with the on provided by ports.
Fix the plist.
Reported by: Nick Evans <nevans at talkpoint dot com> |
17 Jun 2008 06:14:49
7.0.1_1
|
brooks  |
Actually update to 7.0.1 including referencing the right distfile.
In 7.0.1, squeezecenter supports new and old versions of JSON::XS. Keep
the custom module that handles this so things work correctly.
Pointy hat to: brooks |
12 Jun 2008 01:56:51
7.0.1
|
brooks  |
Upgrade to squeezecenter 7.0.1.
Fix plist in the NOPORTDOCS case. [0]
Reported by: itetcu [0] |
06 Jun 2008 14:07:20
7.0.0_5
|
edwin  |
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) |
13 May 2008 16:55:19
7.0.0_4
|
brooks  |
Don't install copies of GD files they get picked up before the port
version and the port version has now been updates.
Reported by: Christopher Key <cjk32 at cam dot ac dot uk> |
01 May 2008 00:18:04
7.0.0_3
|
brooks  |
The pkg-install script incorrectly listed the pid file path as
/var/run/${name}.pid. It's actually /var/run/${name}/${name}.pid.
Note, users who have previously installed this port will need to manually fix
their netsyslog.conf files.
Reported by: Hans Brand <hans at marcans dot nl> |
04 Apr 2008 16:48:14
7.0.0_2
|
brooks  |
Install squeezecenter with more normal permissions using the COPYTREE_SHARE
macro.
Use rc.subr's user and group startup functionality instead of the poorly
supported code in squeezecenter.
Switch to the default log layout where mutiple log files end up in
/var/log/slimserver. Changing location is required due to the startup
change and the split layout is easier to handle. |
02 Apr 2008 19:29:21
7.0.0_1
|
brooks  |
Don't install fragments of Compress/Zlib and JSON. They conflict with
the CPAN versions. |
02 Apr 2008 18:30:27
7.0.0
|
brooks  |
Introduce a port of SqueezeCenter 7.0.0, the latest release of the software
formerly know as SlimServer (audio/slimserver).
The most visiable change is a new AJAX heavy default skin. A
configuration option is available to install with the Classic skin
instead (the new Default is broken with Konqueror). Other changes
can be found in the release notes:
http://www.slimdevices.com/changelog7.html
The SqueezeCenter port does not overlap with SlimServer so both
will remain for the time being.
Repocopy by: marcus (ports/122138) |