update linkchecker to 4.2

ok alek
This commit is contained in:
jasper 2006-07-31 21:30:30 +00:00
parent c1eac951c3
commit 675d418818
3 changed files with 15 additions and 16 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2006/07/05 18:31:07 alek Exp $
# $OpenBSD: Makefile,v 1.23 2006/07/31 21:30:30 jasper Exp $
SHARED_ONLY= Yes
COMMENT= "checks HTML documents for broken links"
DISTNAME= linkchecker-4.1
DISTNAME= linkchecker-4.2
CATEGORIES= www
HOMEPAGE= http://linkchecker.sourceforge.net/

View File

@ -1,4 +1,4 @@
MD5 (linkchecker-4.1.tar.gz) = 90879a907436793502a7fa10a78204d2
RMD160 (linkchecker-4.1.tar.gz) = 383478bb3cc1da5bc194978356d883858d8b158f
SHA1 (linkchecker-4.1.tar.gz) = d0ec2807ffcf857ce44a01d32ad8f5002514107a
SIZE (linkchecker-4.1.tar.gz) = 589310
MD5 (linkchecker-4.2.tar.gz) = def7db0efe6a74108759142e2bd30a51
RMD160 (linkchecker-4.2.tar.gz) = 862c67a6de084fe9bc2e1182b5da10b69bbac844
SHA1 (linkchecker-4.2.tar.gz) = d2c071b38a670260c408ca48871a0a4bf766d131
SIZE (linkchecker-4.2.tar.gz) = 593413

View File

@ -1,17 +1,16 @@
$OpenBSD: patch-setup_py,v 1.7 2006/07/05 18:31:07 alek Exp $
--- setup.py.orig Mon May 29 14:31:27 2006
+++ setup.py Tue Jul 4 20:49:38 2006
--- setup.py.orig Sun Jul 30 16:44:11 2006
+++ setup.py Sun Jul 30 16:47:49 2006
@@ -95,7 +95,9 @@ class MyInstall (install, object):
val = getattr(self, attr)[cutoff:]
else:
val = getattr(self, attr)
+ val = "!!SITEPKG!!"
+ val = "!!SITEPKG!!"
if attr == 'install_data':
+ val = sys.prefix
+ val = sys.prefix
cdir = os.path.join(val, "share", "linkchecker")
data.append('config_dir = %r' % cnormpath(cdir))
data.append("%s = %r" % (attr, cnormpath(val)))
@@ -475,9 +482,15 @@ myname = "Bastian Kleineidam"
@@ -475,9 +477,15 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
data_files = [
@ -25,10 +24,10 @@ $OpenBSD: patch-setup_py,v 1.7 2006/07/05 18:31:07 alek Exp $
['config/linkcheckerrc', 'config/logging.conf', ]),
- ('share/linkchecker/examples',
+ ('share/examples/linkchecker',
['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
'cgi/lconline/index.html', 'cgi/lconline/lc_cgi.html.en',
'cgi/lconline/lc_cgi.html.de', 'cgi/lconline/check.js',
@@ -485,10 +498,10 @@ data_files = [
['cgi-bin/lconline/leer.html.en',
'cgi-bin/lconline/leer.html.de',
'cgi-bin/lconline/index.html',
@@ -489,10 +497,10 @@ data_files = [
]
if os.name == 'posix':