Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Apr 1999 17:31:27 -0400 (EDT)
From:      chip@eboai.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11010: Update: icecast-1.1.0 -> icecast-1.1.4
Message-ID:  <19990407213127.BF0751EC1@hindenburg.eboai.org>

next in thread | raw e-mail | index | archive | help

>Number:         11010
>Category:       ports
>Synopsis:       Update: icecast-1.1.0 -> icecast-1.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr  7 15:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chip Marshall
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
none
>Environment:

	FreeBSD 2.2.7

>Description:

	Updated port for icecast-1.1.4 from the previous port 1.1.0

>How-To-Repeat:
>Fix:
	
diff -ruN icecast.bak/Makefile icecast/Makefile
--- icecast.bak/Makefile	Wed Apr  7 16:46:11 1999
+++ icecast/Makefile	Wed Apr  7 17:01:33 1999
@@ -1,12 +1,13 @@
 # New ports collection makefile for:   icecast
-# Version required:	1.1.0
+# Version required:	1.1.4
 # Date created:		28 Jan 1999
+# Date modified:	 7 Apr 1999
 # Whom:			Chip Marshall <chip@eboai.org>
 #
 # $Id: Makefile,v 1.1.1.1 1999/04/02 04:23:49 steve Exp $
 #
 
-DISTNAME=	icecast-1.1.0
+DISTNAME=	icecast-1.1.4
 CATEGORIES=	audio net
 MASTER_SITES=	http://icecast.linuxpower.org/releases/	\
 		ftp://ftp.eboai.org/pub/icecast/
@@ -17,16 +18,19 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin
-	${INSTALL_PROGRAM} ${WRKSRC}/iceplay/listen ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/iceplay/shout ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/iceplay/iceplay ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/icecast
 	${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast
+	${INSTALL_MAN} ${WRKSRC}/liveice/README* ${PREFIX}/share/doc/icecast
 	${MKDIR} ${PREFIX}/share/examples/icecast
-	${INSTALL_MAN} ${WRKSRC}/iceplay/shoutrc.example ${PREFIX}/share/examples/icecast
-	${INSTALL_MAN} ${WRKSRC}/iceplay/playlist.example ${PREFIX}/share/examples/icecast
-	${INSTALL_MAN} ${WRKSRC}/iceplay/radio.tcl.example ${PREFIX}/share/examples/icecast
+	${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast
+	${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast
+	${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast
+	${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast
 	${MKDIR} ${PREFIX}/share/examples/icecast/icedir
 	${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir
 .endif
diff -ruN icecast.bak/files/md5 icecast/files/md5
--- icecast.bak/files/md5	Wed Apr  7 16:46:10 1999
+++ icecast/files/md5	Wed Apr  7 16:47:09 1999
@@ -1 +1 @@
-MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213
+MD5 (icecast-1.1.4.tar.gz) = 1015de18c670afa15791258d03905227
diff -ruN icecast.bak/pkg/PLIST icecast/pkg/PLIST
--- icecast.bak/pkg/PLIST	Wed Apr  7 16:46:11 1999
+++ icecast/pkg/PLIST	Wed Apr  7 16:59:49 1999
@@ -2,6 +2,7 @@
 bin/iceplay
 bin/shout
 bin/listen
+bin/liveice
 share/doc/icecast/AUTHORS
 share/doc/icecast/BUGS
 share/doc/icecast/BUGS.iceplay
@@ -13,9 +14,12 @@
 share/doc/icecast/README
 share/doc/icecast/README.icedir
 share/doc/icecast/README.iceplay
+share/doc/icecast/README.liveice
+share/doc/icecast/README_new_mixer.txt
 share/doc/icecast/README.shout
 share/doc/icecast/TESTED
 share/doc/icecast/TODO.shout
+share/examples/icecast/liveice.cfg
 share/examples/icecast/playlist.example
 share/examples/icecast/radio.tcl.example
 share/examples/icecast/shoutrc.example

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990407213127.BF0751EC1>