diff options
author | jmmv <jmmv> | 2003-10-13 12:12:57 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-10-13 12:12:57 +0000 |
commit | 307047c170f06b16146a4469c9efafe3170c2480 (patch) | |
tree | 1ffd10c15402a9c6e1a666a61b46dcc5d07cc1ed | |
parent | f4c549b2862f5195c0c3a480422c6b447cf878a4 (diff) | |
download | pkgsrc-307047c170f06b16146a4469c9efafe3170c2480.tar.gz |
Update to 1.1:
* Fixed AWK code generation to work with the mawk interpreter.
* Fixed Makefile.boot to install documentation inside the directory pointed
by the BT_DIR_DOC variable.
Thanks to reed@ for mawk fixes and grant@ for Solaris tests.
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 4 | ||||
-rw-r--r-- | textproc/xmlcatmgr/PLIST | 12 | ||||
-rw-r--r-- | textproc/xmlcatmgr/distinfo | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 154e971e579..b8fb8e37f2e 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/09/08 12:26:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2003/10/13 12:12:57 jmmv Exp $ # -DISTNAME= xmlcatmgr-1.0 +DISTNAME= xmlcatmgr-1.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/} diff --git a/textproc/xmlcatmgr/PLIST b/textproc/xmlcatmgr/PLIST index 2a568e65ee5..5b6c8c3ae67 100644 --- a/textproc/xmlcatmgr/PLIST +++ b/textproc/xmlcatmgr/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 2003/09/08 12:26:21 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/10/13 12:12:57 jmmv Exp $ bin/xmlcatmgr man/man1/xmlcatmgr.1 -share/doc/xmlcatmgr/CHANGES -share/doc/xmlcatmgr/COPYING -share/doc/xmlcatmgr/PEOPLE -share/doc/xmlcatmgr/README +share/doc/${PKGNAME}/CHANGES +share/doc/${PKGNAME}/COPYING +share/doc/${PKGNAME}/PEOPLE +share/doc/${PKGNAME}/README share/examples/xmlcatmgr/catalog.etc.sgml share/examples/xmlcatmgr/catalog.etc.xml share/examples/xmlcatmgr/catalog.share.sgml share/examples/xmlcatmgr/catalog.share.xml @dirrm share/examples/xmlcatmgr -@dirrm share/doc/xmlcatmgr +@dirrm share/doc/${PKGNAME} diff --git a/textproc/xmlcatmgr/distinfo b/textproc/xmlcatmgr/distinfo index c5c431444a5..099f3d8854d 100644 --- a/textproc/xmlcatmgr/distinfo +++ b/textproc/xmlcatmgr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/09/08 12:26:21 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/10/13 12:12:57 jmmv Exp $ -SHA1 (xmlcatmgr-1.0.tar.gz) = a44436f9873d6985297c358adf59e02dba8567c7 -Size (xmlcatmgr-1.0.tar.gz) = 8034 bytes +SHA1 (xmlcatmgr-1.1.tar.gz) = 5dcc314b0d7fb3e385556f6da7236851883a931f +Size (xmlcatmgr-1.1.tar.gz) = 8142 bytes |