Update to 2.0alpha2 which fixes the critical docbook-xsl bug reported in

ports/61441.

PR:		61487
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2004-01-17 18:19:05 +00:00
parent 24dc49a00e
commit 23d7398137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98412
4 changed files with 5 additions and 35 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= xmlcatmgr
PORTVERSION= 2.0.a1
PORTREVISION= 1
PORTVERSION= 2.0.a2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -25,6 +24,9 @@ CONFIGURE_ARGS= -D
CONFIGURE_ARGS+= -p ${PREFIX}
CONFIGURE_ARGS+= -d ${DOCSDIR}
CONFIGURE_ARGS+= -c ${CATALOG_PORTS_XML}
.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}"

View File

@ -1 +1 @@
MD5 (xmlcatmgr-2.0alpha1.tar.gz) = a0b81617f6a979b00871df13ee6a9704
MD5 (xmlcatmgr-2.0alpha2.tar.gz) = 742649c6498654042d250f004110a224

View File

@ -1,10 +0,0 @@
--- bin/xml.c.orig Tue Dec 23 11:27:37 2003
+++ bin/xml.c Thu Jan 15 00:31:14 2004
@@ -270,7 +270,6 @@
if (search_entry(XMLDOC_ROOT(c), orig) != NULL) {
warnx("entry already exists for `%s'", orig);
- return false;
}
xn = xmlnode_new(XMLNODE_TYPE_ELEMENT, strdup(type));

View File

@ -1,22 +0,0 @@
--- configure.sh.orig Tue Dec 23 11:27:37 2003
+++ configure.sh Mon Jan 12 17:37:47 2004
@@ -462,16 +462,18 @@
install: all
EOF
-install_dir ${DIR_DOC} >> ${mkfile}
install_dir ${DIR_EXEC} >> ${mkfile}
install_dir ${DIR_MAN}/man1 >> ${mkfile}
install_program xmlcatmgr ${DIR_EXEC}/xmlcatmgr >> ${mkfile}
install_data xmlcatmgr.1 ${DIR_MAN}/man1/xmlcatmgr.1 >> ${mkfile}
+if [ ! ${NOPORTDOCS} ]; then
+install_dir ${DIR_DOC} >> ${mkfile}
install_data ${TOPDIR}/CHANGES ${DIR_DOC}/CHANGES >> ${mkfile}
install_data ${TOPDIR}/COPYING ${DIR_DOC}/COPYING >> ${mkfile}
install_data ${TOPDIR}/PEOPLE ${DIR_DOC}/PEOPLE >> ${mkfile}
install_data ${TOPDIR}/README ${DIR_DOC}/README >> ${mkfile}
install_data ${TOPDIR}/TODO ${DIR_DOC}/TODO >> ${mkfile}
+fi
echo "# End of generated Makefile." >> ${mkfile}