From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 25 06:40:45 2003 Return-Path: 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 EE52816A4CE for ; Thu, 25 Dec 2003 06:40:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C5043D54 for ; Thu, 25 Dec 2003 06:40:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBPEeKFR043445 for ; Thu, 25 Dec 2003 06:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBPEeKnm043437; Thu, 25 Dec 2003 06:40:20 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 25 Dec 2003 06:40:20 -0800 (PST) Resent-Message-Id: <200312251440.hBPEeKnm043437@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, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A911F16A4CE for ; Thu, 25 Dec 2003 06:39:18 -0800 (PST) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id D37E343D45 for ; Thu, 25 Dec 2003 06:39:14 -0800 (PST) (envelope-from sgk@kolobov.com) Received: (qmail 79085 invoked from network); 25 Dec 2003 14:39:15 -0000 Received: from agdcgw01.akingump.com (HELO kolobov.com) (12.40.174.2) by outpost.globcon.net (62.141.88.161) with SMTP; 25 Dec 2003 14:39:15 -0000 Received: (qmail 90605 invoked by uid 911); 25 Dec 2003 14:38:41 -0000 Message-Id: <20031225143841.90604.qmail@kolobov.com> Date: 25 Dec 2003 14:38:41 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: hrs@FreeBSD.org Subject: ports/60570: [PATCH] textproc/xmlcatmgr: update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2003 14:40:45 -0000 >Number: 60570 >Category: ports >Synopsis: [PATCH] textproc/xmlcatmgr: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 25 06:40:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.2-BETA FreeBSD 5.2-BETA #0: Wed Dec 3 19:11:41 MSK >Description: - Update to 1.2 - Use native (buildtool) configure/build/install mechanism Port maintainer (hrs@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.51 >How-To-Repeat: >Fix: --- xmlcatmgr-1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/textproc/xmlcatmgr/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 14 Oct 2003 06:16:45 -0000 1.3 +++ Makefile 25 Dec 2003 14:34:50 -0000 @@ -6,34 +6,28 @@ # PORTNAME= xmlcatmgr -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:L} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org -COMMENT= SGML/XML catalog manager +COMMENT= SGML and XML catalog manager + +BUILD_DEPENDS= buildtool:${PORTSDIR}/devel/buildtool MAN1= xmlcatmgr.1 -CATALOG_MASTER_SGML_DIR?= ${PREFIX}/share/sgml -CATALOG_MASTER_SGML?= ${CATALOG_MASTER_SGML_DIR}/catalog -CATALOG_PORTS_SGML?= ${CATALOG_MASTER_SGML_DIR}/catalog.ports -CATALOG_MASTER_XML_DIR?= ${PREFIX}/share/xml -CATALOG_MASTER_XML?= ${CATALOG_MASTER_XML_DIR}/catalog -CATALOG_PORTS_XML?= ${CATALOG_MASTER_XML_DIR}/catalog.ports - -MAKEFILE= Makefile.boot -MAKE_ENV+= BT_PREFIX="${PREFIX}" -MAKE_ENV+= BT_PROG_AWK="${AWK}" -MAKE_ENV+= BT_PROG_SH="${SH}" -MAKE_ENV+= BT_DIR_CATALOG="${CATALOG_MASTER_XML_DIR}" -MAKE_ENV+= BT_DIR_DOC="${DOCSDIR}" -MAKE_ENV+= BT_INSTALL_DIR="${MKDIR}" -MAKE_ENV+= BT_INSTALL_BIN="${INSTALL_SCRIPT}" -MAKE_ENV+= BT_INSTALL_DATA="${INSTALL_DATA}" +do-configure: + cd ${WRKSRC} && buildtool config -p ${PREFIX} \ + --dir-catalog=${PREFIX}/share/xml \ + --dir-doc=${DOCSDIR} + +do-build: + cd ${WRKSRC} && buildtool build -post-install: +do-install: + cd ${WRKSRC} && buildtool install @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Index: distinfo =================================================================== RCS file: /FreeBSD/cvs/ports/textproc/xmlcatmgr/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 14 Oct 2003 06:16:45 -0000 1.2 +++ distinfo 25 Dec 2003 14:26:48 -0000 @@ -1 +1 @@ -MD5 (xmlcatmgr-1.1.tar.gz) = 9fdf119d20a64b3dfc23dadd36146ffb +MD5 (xmlcatmgr-1.2.tar.gz) = 1a1b0f869d7a45b93c8270e88fd93550 --- xmlcatmgr-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: