From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 18 16:30:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 325E516A4E6 for ; Wed, 18 Oct 2006 16:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A213C43D55 for ; Wed, 18 Oct 2006 16:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9IGUMGS024249 for ; Wed, 18 Oct 2006 16:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9IGUMPj024248; Wed, 18 Oct 2006 16:30:22 GMT (envelope-from gnats) Resent-Date: Wed, 18 Oct 2006 16:30:22 GMT Resent-Message-Id: <200610181630.k9IGUMPj024248@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D7E16A407 for ; Wed, 18 Oct 2006 16:25:52 +0000 (UTC) (envelope-from tabthorpe@goodking.goodking.ca) Received: from tbaytel.net (front2-g.tbaytel.net [216.211.26.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF23E43D77 for ; Wed, 18 Oct 2006 16:25:47 +0000 (GMT) (envelope-from tabthorpe@goodking.goodking.ca) Received: from goodking.goodking.ca ([216.211.72.166] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 59907226 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Oct 2006 12:25:46 -0400 Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k9IGPMqB020093 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Oct 2006 12:25:22 -0400 (EDT) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from root@localhost) by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k9IGPMOi020092; Wed, 18 Oct 2006 12:25:22 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200610181625.k9IGPMOi020092@goodking.goodking.ca> Date: Wed, 18 Oct 2006 12:25:22 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thomas@goodking.ca Subject: ports/104543: [PATCH] textproc/xslint: make fetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 16:30:23 -0000 >Number: 104543 >Category: ports >Synopsis: [PATCH] textproc/xslint: make fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 18 16:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - make fetchable, developer relocated directory URL - reformat pkg-desc, update WWW Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xslint-005.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/xslint/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 13 May 2006 04:24:52 -0000 1.8 +++ Makefile 18 Oct 2006 16:23:42 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/xslint/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 13 Jul 2004 16:24:33 -0000 1.2 +++ pkg-descr 18 Oct 2006 16:23:42 -0000 @@ -2,6 +2,7 @@ for semantic errors. XSLint looks for: + * an incorrect XSLT URI; * failure to provide a version; * duplicate match patterns; @@ -10,9 +11,11 @@ * named templates that are used but never defined; * named templates that are defined but never used; * templates that use name= where match= was probably intended; -* xsl:call-template elements that contain anything other than xsl:with-param; -* variable/parameter references that are not defined at the point of use; +* xsl:call-template elements that contain anything other than + xsl:with-param; +* variable/parameter references that are not defined at the point + of use; * 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/ --- xslint-005.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: