From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:36:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1973016A4D2; Wed, 25 Aug 2004 15:36:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A5543D49; Wed, 25 Aug 2004 15:36:09 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFa9AV073410; Wed, 25 Aug 2004 15:36:09 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFa9Wi073409; Wed, 25 Aug 2004 15:36:09 GMT (envelope-from hrs) Message-Id: <200408251536.i7PFa9Wi073409@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 25 Aug 2004 15:36:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml Makefile distinfo pkg-plist ports/security/vuxml/files validate.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 15:36:10 -0000 hrs 2004-08-25 15:36:09 UTC FreeBSD ports repository Modified files: security/vuxml Makefile distinfo pkg-plist security/vuxml/files validate.sh Log: - Fix "make validate" problem when textproc/xhtml-basic is installed by adding an SGML declaration and DTDDECL. - Remove the --catalogs option for xmllint(1) in validate.sh. Approved by: nectar (maintainer) PR: ports/63035 Revision Changes Path 1.5 +2 -2 ports/security/vuxml/Makefile 1.4 +4 -2 ports/security/vuxml/distinfo 1.2 +5 -5 ports/security/vuxml/files/validate.sh 1.3 +1 -0 ports/security/vuxml/pkg-plist