diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-07-22 22:48:55 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-07-22 22:48:55 +0000 |
commit | 5271aee4b5f364c5140bae90322a59cf7db4f2f5 (patch) | |
tree | 41420cc994faf83e4cd120d8dc6588a25f556aac /audio/squeezeboxserver/Makefile | |
parent | ec950be184330b5b072d1f0f54b9b3c46a7585fc (diff) |
Notes
Diffstat (limited to 'audio/squeezeboxserver/Makefile')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index c7a2d61394a4..5d054ed2b1f0 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slimserver -PORTVERSION?= 6.0.2 +PORTVERSION?= 6.1.1 PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= http://www.slimdevices.com/downloads/${NIGHTLY}SlimServer_v${DISTVERSION}/ @@ -41,7 +41,7 @@ SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ ALLFILES= ${DISTFILES} ${SLIMCPANPKGS} .if ${PERL_LEVEL} < 500800 -IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again." +IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. .endif .if ${OSVERSION} < 502110 |