- Unbreak fetch by mirroring pre-reroll distfile
PR: ports/109151 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: maintainer timeout (apache; 1 month)
This commit is contained in:
parent
c51c6e5d47
commit
ff9b90e743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187396
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue