summaryrefslogtreecommitdiff
path: root/audio/slimserver/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-07-25 20:24:38 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-07-25 20:24:38 +0000
commit7a5897af758e98c1910d38a67b04d358d3d06c1e (patch)
tree148a084155786c702b7b97de130eecdc8b453eba /audio/slimserver/Makefile
parentC++ library to use as an abstraction layer between museekd (diff)
Upgrade slimserver to 6.3.0.
PR: ports/99789 Submitted by: Mark Knight <markk at knigma dot org>
Notes
Notes: svn path=/head/; revision=168748
Diffstat (limited to 'audio/slimserver/Makefile')
-rw-r--r--audio/slimserver/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/slimserver/Makefile b/audio/slimserver/Makefile
index 8d599c9476cb..912d75be7843 100644
--- a/audio/slimserver/Makefile
+++ b/audio/slimserver/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}|' \