diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-29 23:41:09 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-29 23:41:09 +0800 |
commit | 57c627b0122834c7fea82aec61b6ee5c79dc2c8a (patch) | |
tree | ffda8dcf8d4f5b4e7fba367bf5a75673ffb822e6 | |
parent | ecc12d51a6ded032e7ecde033be659fbfd171d1a (diff) | |
download | freebsd-ports-gnome-57c627b0122834c7fea82aec61b6ee5c79dc2c8a.tar.gz freebsd-ports-gnome-57c627b0122834c7fea82aec61b6ee5c79dc2c8a.tar.zst freebsd-ports-gnome-57c627b0122834c7fea82aec61b6ee5c79dc2c8a.zip |
- Update to 2.0beta1:
It recognizes two default catalog files (one for SGML, and another for XML)
and some bugs have been fixed.
PR: ports/62028
Submitted by: maintainer
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 5 | ||||
-rw-r--r-- | textproc/xmlcatmgr/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index c29d7828b7f2..fb60ed5b5dbd 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xmlcatmgr -PORTVERSION= 2.0.a2 +PORTVERSION= 2.0.b1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/alpha/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} MAINTAINER= hrs@FreeBSD.org COMMENT= SGML and XML catalog manager @@ -24,6 +24,7 @@ CONFIGURE_ARGS= -D CONFIGURE_ARGS+= -p ${PREFIX} CONFIGURE_ARGS+= -d ${DOCSDIR} CONFIGURE_ARGS+= -c ${CATALOG_PORTS_XML} +CONFIGURE_ARGS+= -C ${CATALOG_PORTS_SGML} .if defined(NOPORTDOCS) CONFIGURE_ARGS+= -n doc .endif diff --git a/textproc/xmlcatmgr/distinfo b/textproc/xmlcatmgr/distinfo index 5dc85f9e55fb..a15b3055ee33 100644 --- a/textproc/xmlcatmgr/distinfo +++ b/textproc/xmlcatmgr/distinfo @@ -1 +1 @@ -MD5 (xmlcatmgr-2.0alpha2.tar.gz) = 742649c6498654042d250f004110a224 +MD5 (xmlcatmgr-2.0beta1.tar.gz) = 57a0ed1375baddf4523a1e3a9444998f |