summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-04 19:07:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-04 19:07:00 +0000
commitf3cd60f03aa5d91db8c0d829049f2987d462e761 (patch)
treeb09c5cb30675cd043e3915859a7fb0101d27b09d
parentMark IGNORE if WITH_GHOSTSCRIPT_GNU is defined (diff)
- Allow with python 2.5
- Take maintainership PR: ports/122451 Submitted by: Beat Gatzi <beat@chruetertee.ch>
Notes
Notes: svn path=/head/; revision=210531
-rw-r--r--www/linkchecker/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile
index 3efe964c282f..7ae507f95a4d 100644
--- a/www/linkchecker/Makefile
+++ b/www/linkchecker/Makefile
@@ -8,14 +8,15 @@
PORTNAME= linkchecker
PORTVERSION= 4.8
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= beat@chruetertee.ch
COMMENT= Check HTML documents for broken links
-USE_PYTHON= 2.4
+USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
MAN1= linkchecker.1