diff options
author | brooks <brooks@FreeBSD.org> | 2005-04-28 06:28:07 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-04-28 06:28:07 +0800 |
commit | d40ec98e6a1ea83242b93c4df6c6825f235904b6 (patch) | |
tree | 142b80ac989182269256f3e037a1c094db3a8721 /audio/slimserver/Makefile | |
parent | 9b7ae7e5a561b4e7298d2fca394781607cb4d009 (diff) | |
download | freebsd-ports-gnome-d40ec98e6a1ea83242b93c4df6c6825f235904b6.tar.gz freebsd-ports-gnome-d40ec98e6a1ea83242b93c4df6c6825f235904b6.tar.zst freebsd-ports-gnome-d40ec98e6a1ea83242b93c4df6c6825f235904b6.zip |
Upgrade to 6.0.2.
The most important fix is probably avoiding database corruption that
caused the wrong artists to be associated with songs/albums. For full
details, see the Changelog.html or:
http://www.slimdevices.com/su_changelog.html
Diffstat (limited to 'audio/slimserver/Makefile')
-rw-r--r-- | audio/slimserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/slimserver/Makefile b/audio/slimserver/Makefile index 4fd6d56a6909..c7a2d61394a4 100644 --- a/audio/slimserver/Makefile +++ b/audio/slimserver/Makefile @@ -6,8 +6,8 @@ # PORTNAME= slimserver -PORTVERSION?= 6.0.1 -PORTREVISION= 1 +PORTVERSION?= 6.0.2 +PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= http://www.slimdevices.com/downloads/${NIGHTLY}SlimServer_v${DISTVERSION}/ DISTNAME= SlimServer_v${DISTVERSION} |