diff options
author | stas <stas@FreeBSD.org> | 2006-10-19 20:09:31 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-19 20:09:31 +0000 |
commit | 73dcdd00106f75816e47606506807b212db10ad8 (patch) | |
tree | 3a213ff24d778a07c39838b355e32668a9d33b32 /textproc/xslint | |
parent | 93d15565fc04ce8e2edb14387927f5897ac1229b (diff) | |
download | FreeBSD-ports-73dcdd00106f75816e47606506807b212db10ad8.zip FreeBSD-ports-73dcdd00106f75816e47606506807b212db10ad8.tar.gz |
- Fix MASTER_SITES and WWW.
PR: ports/104543
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: portmgr (erwin)
Diffstat (limited to 'textproc/xslint')
-rw-r--r-- | textproc/xslint/Makefile | 2 | ||||
-rw-r--r-- | textproc/xslint/pkg-descr | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index 5b12357..c052032 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -8,7 +8,7 @@ PORTNAME= xslint PORTVERSION= 005 CATEGORIES= textproc perl5 -MASTER_SITES= http://nwalsh.com/xml/xslint/ +MASTER_SITES= http://nwalsh.com/obsolete/xslint/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/textproc/xslint/pkg-descr b/textproc/xslint/pkg-descr index 0e975bb..3e2ec01 100644 --- a/textproc/xslint/pkg-descr +++ b/textproc/xslint/pkg-descr @@ -2,6 +2,7 @@ XSLint is an XSL lint checker. It reads an XSL stylesheet and looks for semantic errors. XSLint looks for: + * an incorrect XSLT URI; * failure to provide a version; * duplicate match patterns; @@ -15,4 +16,4 @@ XSLint looks for: * fo: elements that aren't part of the XSL 1.0 PR; * fo: element properties that aren't part of the XSL 1.0 PR. -WWW: http://nwalsh.com/xml/xslint/ +WWW: http://nwalsh.com/obsolete/xslint/ |