diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-27 18:34:01 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-27 18:34:01 +0000 |
commit | 0c9f60f8d337e5f6770395c54d0896272d0a007c (patch) | |
tree | 7d14d1afad8c697e4cebfe253348bcc806585bee | |
parent | 9619ec1b88321905178b59e90c84cef9c810b7cd (diff) | |
download | FreeBSD-ports-0c9f60f8d337e5f6770395c54d0896272d0a007c.zip FreeBSD-ports-0c9f60f8d337e5f6770395c54d0896272d0a007c.tar.gz |
upgrade to 0.12
PR: 26781
Submitted by: MAINTAINER
-rw-r--r-- | www/mod_mp3/Makefile | 7 | ||||
-rw-r--r-- | www/mod_mp3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_mp3/files/patch-Makefile | 10 |
3 files changed, 14 insertions, 5 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 609783d..d031899 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -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/ \ @@ -17,12 +17,11 @@ MAINTAINER= anders@fix.no BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +MAKE_ARGS+= APXS="${APXS}" + APXS?= ${LOCALBASE}/sbin/apxs DOCS= ChangeLog README TODO faq.html -do-build: - @cd ${WRKSRC} && ${APXS} -c mod_mp3.c - do-install: ${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so .if !defined(NOPORTDOCS) diff --git a/www/mod_mp3/distinfo b/www/mod_mp3/distinfo index ebef33c..0724c9e 100644 --- a/www/mod_mp3/distinfo +++ b/www/mod_mp3/distinfo @@ -1 +1 @@ -MD5 (mod_mp3-0.9.tar.gz) = 9d1c065adb8cc894235e2e58da326e06 +MD5 (mod_mp3-0.12.tar.gz) = b44e10a8e60086ae1e2ef114c6627ebd diff --git a/www/mod_mp3/files/patch-Makefile b/www/mod_mp3/files/patch-Makefile new file mode 100644 index 0000000..bdf9722 --- /dev/null +++ b/www/mod_mp3/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Sat Apr 28 02:27:57 2001 ++++ Makefile Sat Apr 28 02:28:24 2001 +@@ -3,7 +3,6 @@ + ## + + # the used tools +-APXS=apxs + APACHECTL=apachectl + VERSION = 0.12 + DISTNAME = mod_mp3 |