ports/60570: [PATCH] textproc/xmlcatmgr: update to 1.2
Sergei Kolobov
sergei at FreeBSD.org
Thu Dec 25 14:40:45 UTC 2003
>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 at 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 at 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 <bsd.port.mk>
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:
More information about the freebsd-ports-bugs
mailing list