aboutsummaryrefslogtreecommitdiff
path: root/audio/shoutcast/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-07-10 20:05:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-07-10 20:05:21 +0000
commit448991ca217d1b418539dcfa4304c25cc4ec50c9 (patch)
treeb0a298a4722e909ff397b4a7e98ca356f8637e94 /audio/shoutcast/Makefile
parent6cac6e9199a399e38ee049c3fbe532e567b28288 (diff)
downloadports-448991ca217d1b418539dcfa4304c25cc4ec50c9.tar.gz
ports-448991ca217d1b418539dcfa4304c25cc4ec50c9.zip
Notes
Diffstat (limited to 'audio/shoutcast/Makefile')
-rw-r--r--audio/shoutcast/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile
index 75430f2983e7..c5a1e30d1d20 100644
--- a/audio/shoutcast/Makefile
+++ b/audio/shoutcast/Makefile
@@ -5,10 +5,9 @@
# $FreeBSD$
PORTNAME= shoutcast
-PORTVERSION= 1.9.5
-PORTREVISION= 3
+PORTVERSION= 1.9.7
CATEGORIES= audio net
-MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-5/
+MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-7/
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Nullsoft's streaming audio server (binary port)
@@ -21,16 +20,17 @@ CONFLICTS= linux-shoutcast-[0-9]*
USE_RC_SUBR= shoutcast.sh
PORTDOCS= README.TXT
+WRKSRC= ${WRKDIR}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
-DISTNAME= ${PORTNAME}-1-9-5-freebsd5-elf
+DISTNAME= ${PORTNAME}-1-9-7-freebsd5-elf
.if ${OSVERSION} >= 600000
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
.endif
.elif ${OSVERSION} >= 400000
-DISTNAME= ${PORTNAME}-1-9-5-freebsd4-elf
+DISTNAME= ${PORTNAME}-1-9-7-freebsd4-elf
.else
BROKEN= unsupported FreeBSD version
.endif