diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-11-24 09:54:02 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-11-24 09:54:02 +0800 |
commit | 0f11d9c23fd89ecfe0a113de9321b6301fd67e3f (patch) | |
tree | 148c125a0f02293e4c5bfa69969ab53498488b7e /www | |
parent | 0490c3770c3a13b09dae649d9ca3dd8f285226ca (diff) | |
download | freebsd-ports-gnome-0f11d9c23fd89ecfe0a113de9321b6301fd67e3f.tar.gz freebsd-ports-gnome-0f11d9c23fd89ecfe0a113de9321b6301fd67e3f.tar.zst freebsd-ports-gnome-0f11d9c23fd89ecfe0a113de9321b6301fd67e3f.zip |
Update to 0.31
PR: 32236
Submitted by: bmw@borderware.com
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_mp3/Makefile | 3 | ||||
-rw-r--r-- | www/mod_mp3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_mp3/files/patch-Makefile | 10 |
3 files changed, 3 insertions, 12 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index f5b71410c553..c6d56a2c7990 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_mp3 -PORTVERSION= 0.25 +PORTVERSION= 0.31 CATEGORIES= www audio MASTER_SITES= http://media.tangent.org/ \ ftp://ftp.tangent.org/pub/apache/ \ @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +HAS_CONFIGURE= yes MAKE_ARGS+= APXS="${APXS}" APXS?= ${LOCALBASE}/sbin/apxs diff --git a/www/mod_mp3/distinfo b/www/mod_mp3/distinfo index 69dc719c58b6..9c89f2d1ceda 100644 --- a/www/mod_mp3/distinfo +++ b/www/mod_mp3/distinfo @@ -1 +1 @@ -MD5 (mod_mp3-0.25.tar.gz) = 5fcf286f1e6a51a32369f79a11739923 +MD5 (mod_mp3-0.31.tar.gz) = 33df9cef2864fbbfd6ec0d0d3bc924c5 diff --git a/www/mod_mp3/files/patch-Makefile b/www/mod_mp3/files/patch-Makefile deleted file mode 100644 index bdf9722ba132..000000000000 --- a/www/mod_mp3/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |