diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-18 04:53:56 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-18 04:53:56 +0800 |
commit | e2466ab57c58f1f37b8f5ae5877dd4d777ccdbbe (patch) | |
tree | ae5f104cc2cb075d1d5bb29c5de505269e05084f /audio/shoutcast | |
parent | 5a1f1c1f0614ff3ced1e1df633889d33f94ee199 (diff) | |
download | freebsd-ports-gnome-e2466ab57c58f1f37b8f5ae5877dd4d777ccdbbe.tar.gz freebsd-ports-gnome-e2466ab57c58f1f37b8f5ae5877dd4d777ccdbbe.tar.zst freebsd-ports-gnome-e2466ab57c58f1f37b8f5ae5877dd4d777ccdbbe.zip |
- Remove support for FreeBSD 4.x
Approved by: erwin (mentor, implicit)
Diffstat (limited to 'audio/shoutcast')
-rw-r--r-- | audio/shoutcast/Makefile | 8 | ||||
-rw-r--r-- | audio/shoutcast/distinfo | 3 |
2 files changed, 1 insertions, 10 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 82c96a9f20bd..50e472f9c30a 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -9,6 +9,7 @@ PORTVERSION= 1.9.7 PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-7/ +DISTNAME= ${PORTNAME}-1-9-7-freebsd5-elf MAINTAINER= gabor@FreeBSD.org COMMENT= Nullsoft's streaming audio server (binary port) @@ -25,16 +26,9 @@ WRKSRC= ${WRKDIR} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -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-7-freebsd4-elf -.else -BROKEN= unsupported FreeBSD version -.endif post-patch: @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \ diff --git a/audio/shoutcast/distinfo b/audio/shoutcast/distinfo index c89ff0673014..27bdca3ab578 100644 --- a/audio/shoutcast/distinfo +++ b/audio/shoutcast/distinfo @@ -1,6 +1,3 @@ -MD5 (shoutcast-1-9-7-freebsd4-elf.tar.gz) = c695a0fd706bb1045d54dcb1b3048fee -SHA256 (shoutcast-1-9-7-freebsd4-elf.tar.gz) = 5005e8c9b9197b1729f565b1a933466727a6290c1b6d5add023b072f694c8a19 -SIZE (shoutcast-1-9-7-freebsd4-elf.tar.gz) = 57218 MD5 (shoutcast-1-9-7-freebsd5-elf.tar.gz) = c25f3abcf6bd9d76d71fdc7f22d7332a SHA256 (shoutcast-1-9-7-freebsd5-elf.tar.gz) = 6650e9877e85cee2502b67ad5402a79018eb32be993a35f444754516c55a69df SIZE (shoutcast-1-9-7-freebsd5-elf.tar.gz) = 62833 |