Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 10:57:31 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26535: Update port: www/mod_mp3
Message-ID:  <20010413085731.25A193CC8@totem.fix.no>

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

>Number:         26535
>Category:       ports
>Synopsis:       Update port: www/mod_mp3
>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:   Fri Apr 13 02:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	

>Description:

Update the port to the latest version:

* Thu Apr 12 01:48:39 PDT 2001 Version 0.9
        -Fixed XML attribute problem(more work still
         to be done here)
        -Shout title streaming now works (except with cached files)
        -Add directive MP3LocalStream. This create a file
         in /tmp/ named mod_mp3.STREAMNAME. This is a
         named pipe that you can cat mp3 to.
        - There was in error in how directories were
         being loaded, this has been solved.

* Mon Apr  9 22:16:29 PDT 2001 Version 0.8
        -Added directive MP3ReloadRequest. This allows
         you to tell the server to reload the playlist/
         directories you have specified for each connection.
         This uses up a bit of resources but is nice for
         people who aren't as worried about performance
         and just want to drop new files into directories.
        -Per request information has been broken up into
         just existing in the request stage.
  -functions have been added to make reloading the
         lists a bit easier
        -debugging info is now disabled by default

>How-To-Repeat:

	

>Fix:

diff -Nur mod_mp3.old/Makefile mod_mp3/Makefile
--- mod_mp3.old/Makefile	Fri Apr 13 10:57:07 2001
+++ mod_mp3/Makefile	Fri Apr 13 10:34:09 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_mp3
-PORTVERSION=	0.7
+PORTVERSION=	0.9
 CATEGORIES=	www audio
 MASTER_SITES=	http://www.tangent.org/mod_mp3/ \
 		ftp://ftp.tangent.org/pub/apache/ \
diff -Nur mod_mp3.old/distinfo mod_mp3/distinfo
--- mod_mp3.old/distinfo	Fri Apr 13 10:57:07 2001
+++ mod_mp3/distinfo	Fri Apr 13 10:34:16 2001
@@ -1 +1 @@
-MD5 (mod_mp3-0.7.tar.gz) = d81c828192841660d771f8d1635d161c
+MD5 (mod_mp3-0.9.tar.gz) = 9d1c065adb8cc894235e2e58da326e06
diff -Nur mod_mp3.old/pkg-descr mod_mp3/pkg-descr
--- mod_mp3.old/pkg-descr	Fri Apr 13 10:57:07 2001
+++ mod_mp3/pkg-descr	Fri Apr 13 10:36:13 2001
@@ -5,3 +5,5 @@
 from memory. Enjoy, groove, mp3s not included.
 
 WWW: http://www.tangent.org/mod_mp3/
+
+- Anders Nordby <anders@fix.no>
>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?20010413085731.25A193CC8>