diff options
author | jeh <jeh@FreeBSD.org> | 2001-05-14 08:20:57 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-05-14 08:20:57 +0800 |
commit | 2f4d98ee14982f5ddb1df97d086cac48c038bb02 (patch) | |
tree | f93c3f2f556b1694441a1539f98371f212f4441b /www/mod_mp3/Makefile | |
parent | 088fcc31d02e67cb70b051449fc73eed7c3250dc (diff) | |
download | freebsd-ports-graphics-2f4d98ee14982f5ddb1df97d086cac48c038bb02.tar.gz freebsd-ports-graphics-2f4d98ee14982f5ddb1df97d086cac48c038bb02.tar.zst freebsd-ports-graphics-2f4d98ee14982f5ddb1df97d086cac48c038bb02.zip |
Fix master site, typo and update to the latest version: 0.16.
PR: 27299
Submitted by: Anders Nordby <anders@fix.no> MAINTAINER
Diffstat (limited to 'www/mod_mp3/Makefile')
-rw-r--r-- | www/mod_mp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index d91c09ea62c..448df4f6e30 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: mod_auth_pam +# New ports collection makefile for: mod_mp3 # Date created: 7 April 2001 # Whom: will # @@ -6,9 +6,9 @@ # PORTNAME= mod_mp3 -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www audio -MASTER_SITES= http://www.tangent.org/mod_mp3/ \ +MASTER_SITES= http://media.tangent.org/ \ ftp://ftp.tangent.org/pub/apache/ \ http://www.freenix.no/~anders/ |