diff options
author | recht <recht> | 2004-01-23 16:48:54 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-23 16:48:54 +0000 |
commit | 3a7f68033a4ca67be82920f71e42c12f073e73be (patch) | |
tree | 559fd4998d5c0cb966a1769028c63d817d48b76d /textproc | |
parent | 3ccb21f73b4347256598261576d8cbd7266a9779 (diff) | |
download | pkgsrc-3a7f68033a4ca67be82920f71e42c12f073e73be.tar.gz |
bump PKGREVISIONS after name change of the pyxml dependency.
spotted by wiz@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-xmltools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile index 06bba291500..7b09eef08b0 100644 --- a/textproc/py-xmltools/Makefile +++ b/textproc/py-xmltools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/01/23 15:31:58 recht Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/23 16:48:54 recht Exp $ # DISTNAME= xmltools-1.3.7 PKGNAME= ${PYPKGPREFIX}-xmltools-1.3.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://www.logilab.org/ftp/pub/xmltools/ |