summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-05-17 21:29:03 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-05-17 21:29:03 +0000
commitfbed898ddaad5d39c83480c1fa80864e8b61295c (patch)
tree65a4e074a8804bcb52b6f298c8034b28b2651c63 /textproc
parentThis port builds the Argus clients, which used to be bundled (diff)
Update to 2.1, which is the second stable version of the 2.x branch,
released on 2004/05/02. * Fixed an attribute name when parsing the `uri' tag in XML catalogs; it expects `name', not `uriId'. * Fixed a warning message when removing entries from an XML catalog. * Added the `-p' flag which changes the behavior of the `add' action so that new entries are prepended instead of appended. * Improved consistency of the lookup action so that it behaves equally for SGML and XML catalogs (this includes making XML lookup show all matching entries). Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=109374
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlcatmgr/Makefile23
-rw-r--r--textproc/xmlcatmgr/distinfo4
2 files changed, 13 insertions, 14 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index fb60ed5b5dbd..5501aeff2b0b 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= xmlcatmgr
-PORTVERSION= 2.0.b1
+PORTVERSION= 2.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/}
MAINTAINER= hrs@FreeBSD.org
COMMENT= SGML and XML catalog manager
@@ -20,19 +19,19 @@ MAN1= xmlcatmgr.1
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
-CONFIGURE_ARGS= -D
-CONFIGURE_ARGS+= -p ${PREFIX}
-CONFIGURE_ARGS+= -d ${DOCSDIR}
-CONFIGURE_ARGS+= -c ${CATALOG_PORTS_XML}
-CONFIGURE_ARGS+= -C ${CATALOG_PORTS_SGML}
+CONFIGURE_ARGS= -D \
+ -p ${PREFIX} \
+ -d ${DOCSDIR} \
+ -c ${CATALOG_PORTS_XML} \
+ -C ${CATALOG_PORTS_SGML}
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+= -n doc
.endif
-CONFIGURE_ENV= SED="${SED}"
-CONFIGURE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
-CONFIGURE_ENV+= INSTALL_DIR="${INSTALL_DATA_DIR}"
-CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-CONFIGURE_ENV+= NOPORTDOCS="${NOPORTDOCS}"
+CONFIGURE_ENV= SED="${SED}" \
+ INSTALL_DATA="${INSTALL_DATA}" \
+ INSTALL_DIR="${INSTALL_DATA_DIR}" \
+ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ NOPORTDOCS="${NOPORTDOCS}"
BUILD_WRKSRC= ${WRKSRC}/work
INSTALL_WRKSRC= ${WRKSRC}/work
diff --git a/textproc/xmlcatmgr/distinfo b/textproc/xmlcatmgr/distinfo
index a5d5b5eed103..87e94cfc4043 100644
--- a/textproc/xmlcatmgr/distinfo
+++ b/textproc/xmlcatmgr/distinfo
@@ -1,2 +1,2 @@
-MD5 (xmlcatmgr-2.0beta1.tar.gz) = 57a0ed1375baddf4523a1e3a9444998f
-SIZE (xmlcatmgr-2.0beta1.tar.gz) = 27584
+MD5 (xmlcatmgr-2.1.tar.gz) = 12d83deb750d9ef3b199b5bb9fdaac72
+SIZE (xmlcatmgr-2.1.tar.gz) = 28716