aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_tidy
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-15 03:32:09 +0800
committerpav <pav@FreeBSD.org>2007-03-15 03:32:09 +0800
commitbf8ccfeb2a68623ebb9988df3155da7f642ec4bc (patch)
tree1066a4643dc77723898ad8235e366c8706fca52c /www/mod_tidy
parentbfc666e517536c68cb4267ef72ff8f6252535206 (diff)
downloadfreebsd-ports-gnome-bf8ccfeb2a68623ebb9988df3155da7f642ec4bc.tar.gz
freebsd-ports-gnome-bf8ccfeb2a68623ebb9988df3155da7f642ec4bc.tar.zst
freebsd-ports-gnome-bf8ccfeb2a68623ebb9988df3155da7f642ec4bc.zip
- Unbreak fetch by mirroring pre-reroll distfile
PR: ports/109151 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: maintainer timeout (apache; 1 month)
Diffstat (limited to 'www/mod_tidy')
-rw-r--r--www/mod_tidy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile
index 12d7f8de9d96..cc371b382ed7 100644
--- a/www/mod_tidy/Makefile
+++ b/www/mod_tidy/Makefile
@@ -8,7 +8,8 @@
PORTNAME= mod_tidy
PORTVERSION= 0.5
CATEGORIES= www
-MASTER_SITES= http://mod-tidy.sourceforge.net/src/
+MASTER_SITES= http://mod-tidy.sourceforge.net/src/ \
+ http://keyserver.kjsl.com/~jharris/distfiles/
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
@@ -16,10 +17,6 @@ COMMENT= Validates the HTML output of your apache2 webserver
LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib
-BROKEN= Size mismatch
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-04-10
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_APACHE= 20
AP_FAST_BUILD= YES