From owner-freebsd-ports Sun Apr 22 16:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2A4237B42C for ; Sun, 22 Apr 2001 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3MNo1E56686; Sun, 22 Apr 2001 16:50:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 41B0C37B422 for ; Sun, 22 Apr 2001 16:48:25 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 413253CCF; Mon, 23 Apr 2001 01:48:24 +0200 (CEST) Message-Id: <20010422234824.413253CCF@totem.fix.no> Date: Mon, 23 Apr 2001 01:48:24 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26781: Update port: www/mod_mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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