On 2009/12/02 19:13, Daniel Dickman wrote:
> Here's an update for linkchecker to 5.1. Tested on amd64.
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /usr/cvs/ports/www/linkchecker/Makefile,v
> retrieving revision 1.27
> diff -u -r1.27 Makefile
> --- Makefile  25 Mar 2009 13:39:40 -0000      1.27
> +++ Makefile  2 Dec 2009 06:33:35 -0000
> @@ -4,8 +4,9 @@
>  
>  COMMENT=     checks HTML documents for broken links
>  
> -DISTNAME=    linkchecker-4.5
> -PKGNAME=     ${DISTNAME}p1
> +V=           5.1
> +DISTNAME=    LinkChecker-${V}
> +PKGNAME=     linkchecker-${V}

better to do something like this and regenerate plist;

MODPY_EGG_VERSION=5.1
DISTNAME=       LinkChecker-${MODPY_EGG_VERSION}
PKGNAME=        ${DISTNAME:L}

> +bin/linkchecker-gui

this doesn't work as-is; it has a run dependency on py-qt4
and if you install that, the following happens:

Traceback (most recent call last):
  File "/usr/local/bin/linkchecker-gui", line 23, in <module>
    from linkcheck.gui import LinkCheckerMain
  File "/usr/local/lib/python2.5/site-packages/linkcheck/gui/__init__.py", line 
25, in <module>
    from .help import HelpWindow
  File "/usr/local/lib/python2.5/site-packages/linkcheck/gui/help.py", line 19, 
in <module>
    from PyQt4 import QtCore, QtGui, QtHelp
ImportError: cannot import name QtHelp

I wouldn't be averse to @comment'ing the gui though...

Reply via email to