diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 01:54:02 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 01:54:02 +0000 |
commit | b5d6829c1ca703e47f1c5cc20f9494e2dd6b6382 (patch) | |
tree | 6194bc0b5aa4157534171e14518c05b6f93bf2fc | |
parent | ea94a481e8f6a1ee98ab700eeac2aa42a7383027 (diff) | |
download | ports-b5d6829c1ca703e47f1c5cc20f9494e2dd6b6382.tar.gz ports-b5d6829c1ca703e47f1c5cc20f9494e2dd6b6382.zip |
Update to 0.31
PR: 32236
Submitted by: bmw@borderware.com
Notes
Notes:
svn path=/head/; revision=50445
-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 |