Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 00:48:18 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28267: Update port: www/mod_mp3
Message-ID:  <20010618224818.CDC213C8E@totem.fix.no>

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

>Number:         28267
>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:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 15:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update the port to version to 0.22, the latest version. The ChangeLog is not
complete, but from 0.19 to 0.20 this is new:

* Sun Jun 17 22:04:02 PDT 2001 Version 0.20
        -Additions for RSS 1.0 (including support for the mod_audio
        proposed addition).
        -ID3v2.2,.3, and .4 support.
        -Fix for the cutoff issue (file descriptors were not getting
        cleaned up soon enough).

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur mod_mp3.old/Makefile mod_mp3/Makefile
--- mod_mp3.old/Makefile	Sat May 26 03:36:16 2001
+++ mod_mp3/Makefile	Tue Jun 19 00:36:52 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_mp3
-PORTVERSION=	0.19
+PORTVERSION=	0.22
 CATEGORIES=	www audio
 MASTER_SITES=	http://media.tangent.org/ \
 		ftp://ftp.tangent.org/pub/apache/ \
@@ -25,7 +25,7 @@
 do-install:
 	${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/mod_mp3
+	@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/mod_mp3
 .for f in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_mp3/
 .endfor
diff -Nur mod_mp3.old/distinfo mod_mp3/distinfo
--- mod_mp3.old/distinfo	Sat May 26 03:36:16 2001
+++ mod_mp3/distinfo	Tue Jun 19 00:34:15 2001
@@ -1 +1 @@
-MD5 (mod_mp3-0.19.tar.gz) = 91d41f49ed855dae17f0e6f61801cac3
+MD5 (mod_mp3-0.22.tar.gz) = 17acc77f6f783070bcb5d0808a1154a7
>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?20010618224818.CDC213C8E>