Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 01:48:24 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26781: Update port: www/mod_mp3
Message-ID:  <20010422234824.413253CCF@totem.fix.no>

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

>Number:         26781
>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:   Sun Apr 22 16:50: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: 0.12. Adds file files/patch-Makefile.

>How-To-Repeat:

	

>Fix:

diff -Nur mod_mp3.old/Makefile mod_mp3/Makefile
--- mod_mp3.old/Makefile	Sun Apr 22 16:57:06 2001
+++ mod_mp3/Makefile	Mon Apr 23 01:32:48 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_mp3
-PORTVERSION=	0.9
+PORTVERSION=	0.12
 CATEGORIES=	www audio
 MASTER_SITES=	http://www.tangent.org/mod_mp3/ \
 		ftp://ftp.tangent.org/pub/apache/ \
@@ -20,8 +20,7 @@
 APXS?=		${LOCALBASE}/sbin/apxs
 DOCS=		ChangeLog README TODO faq.html
 
-do-build:
-	@cd ${WRKSRC} && ${APXS} -c mod_mp3.c
+MAKE_ARGS+=	APXS="${APXS}"
 
 do-install:
 	${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
diff -Nur mod_mp3.old/distinfo mod_mp3/distinfo
--- mod_mp3.old/distinfo	Sat Apr 14 19:44:58 2001
+++ mod_mp3/distinfo	Sun Apr 22 16:57:19 2001
@@ -1 +1 @@
-MD5 (mod_mp3-0.9.tar.gz) = 9d1c065adb8cc894235e2e58da326e06
+MD5 (mod_mp3-0.12.tar.gz) = b44e10a8e60086ae1e2ef114c6627ebd
diff -Nur mod_mp3.old/files/patch-Makefile mod_mp3/files/patch-Makefile
--- mod_mp3.old/files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ mod_mp3/files/patch-Makefile	Mon Apr 23 01:29:46 2001
@@ -0,0 +1,10 @@
+--- Makefile.orig	Mon Apr 23 01:29:29 2001
++++ Makefile	Mon Apr 23 01:29:35 2001
+@@ -3,7 +3,6 @@
+ ##
+ 
+ #   the used tools
+-APXS=apxs
+ APACHECTL=apachectl
+ VERSION = 0.12
+ DISTNAME = mod_mp3
>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?20010422234824.413253CCF>