diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-07-25 20:24:38 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-07-25 20:24:38 +0000 |
commit | 7a5897af758e98c1910d38a67b04d358d3d06c1e (patch) | |
tree | 148a084155786c702b7b97de130eecdc8b453eba /audio/squeezeboxserver/Makefile | |
parent | 3c67340a99dc6d4fd03cb46cdf2ae0c535965855 (diff) | |
download | ports-7a5897af758e98c1910d38a67b04d358d3d06c1e.tar.gz ports-7a5897af758e98c1910d38a67b04d358d3d06c1e.zip |
Notes
Diffstat (limited to 'audio/squeezeboxserver/Makefile')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 8d599c9476cb..912d75be7843 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -6,8 +6,7 @@ # PORTNAME= slimserver -PORTVERSION= 6.2.2 -PORTREVISION= 1 +PORTVERSION= 6.3.0 CATEGORIES= audio MASTER_SITES= http://www.slimdevices.com/downloads/SlimServer_v${PORTVERSION}/ DISTNAME= SlimServer_v${PORTVERSION}.no-cpan-arch @@ -40,6 +39,7 @@ USE_PERL5= yes SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ DBI-1.46.tar.gz \ DBD-SQLite-1.08.tar.gz \ + Digest-SHA1-2.11.tar.gz \ HTML-Parser-3.45.tar.gz \ Template-Toolkit-2.13.tar.gz \ Time-HiRes-1.66.tar.gz \ @@ -118,7 +118,7 @@ post-fetch: .endfor post-patch: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's|%%PERL%%|${PERL}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|' \ |