update to linkchecker-1.12.3;

This commit is contained in:
xsa 2004-06-01 17:46:31 +00:00
parent 0e3ed8e1a4
commit 61dbbed358
3 changed files with 8 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2004/04/05 12:42:32 xsa Exp $
# $OpenBSD: Makefile,v 1.14 2004/06/01 17:46:31 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "checks HTML documents for broken links"
DISTNAME= linkchecker-1.12.2
DISTNAME= linkchecker-1.12.3
CATEGORIES= www
HOMEPAGE= http://linkchecker.sourceforge.net/
@ -29,5 +29,6 @@ NO_REGRESS= Yes
post-install:
@chmod ${MANMODE} ${PREFIX}/man/man1/linkchecker.1
@chmod ${SHAREMODE} ${PREFIX}/share/examples/linkchecker/*
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (linkchecker-1.12.2.tar.gz) = db8f34eb7c97b91c48fb42ceffdfb652
RMD160 (linkchecker-1.12.2.tar.gz) = 489b1d093276e4425d15ee2fd47bc138d0e5ac47
SHA1 (linkchecker-1.12.2.tar.gz) = 92ad799d9d607ccb8f66b84c10cdea8473079d19
MD5 (linkchecker-1.12.3.tar.gz) = 6a40d830781507fc6b70d3f2d4d381ec
RMD160 (linkchecker-1.12.3.tar.gz) = d7b101c7ee914fa6b084fa7253069bea940bcbf1
SHA1 (linkchecker-1.12.3.tar.gz) = de42b5fad5333b5a2cb1cefaf588d89b7dc7d161

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2004/04/05 12:23:48 xsa Exp $
@comment $OpenBSD: PLIST,v 1.11 2004/06/01 17:46:31 xsa Exp $
bin/linkchecker
lib/python${MODPY_VERSION}/site-packages/_linkchecker_configdata.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/AnsiColor.py
@ -29,6 +29,7 @@ lib/python${MODPY_VERSION}/site-packages/linkcheck/Threader.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/UrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/XmlUtils.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/debug.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/fcgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/httplib2.py