diff options
author | salo <salo@pkgsrc.org> | 2003-03-22 00:40:49 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-22 00:40:49 +0000 |
commit | 2282f4744dd10368b9564389efc0e0eb47b0014d (patch) | |
tree | 289e4c374e3f3cf05ce88a50a508d6cda7c3f87a /textproc | |
parent | e8c8759690b691371f985e55e6b2b9d1b474b511 (diff) | |
download | pkgsrc-2282f4744dd10368b9564389efc0e0eb47b0014d.tar.gz |
Bump PKGREVISION for textproc/icu update.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 3 | ||||
-rw-r--r-- | textproc/xerces-c/buildlink2.mk | 4 | ||||
-rw-r--r-- | textproc/xerces-p/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index ccdb9570d52..04d60551733 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/03/14 19:37:57 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/22 00:40:49 salo Exp $ # DISTNAME= xerces-c-src1_3_0 PKGNAME= xerces-c-1.3.0 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/ diff --git a/textproc/xerces-c/buildlink2.mk b/textproc/xerces-c/buildlink2.mk index 9dcd22bc0d9..1de8373e41d 100644 --- a/textproc/xerces-c/buildlink2.mk +++ b/textproc/xerces-c/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1 2002/10/30 09:39:30 seb Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2003/03/22 00:40:50 salo Exp $ # # This Makefile fragment is included by packages that use xerces-c. # @@ -9,7 +9,7 @@ XERCES_C_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xerces-c -BUILDLINK_DEPENDS.xerces-c?= xerces-c>=1.3.0 +BUILDLINK_DEPENDS.xerces-c?= xerces-c>=1.3.0nb1 BUILDLINK_PKGSRCDIR.xerces-c?= ../../textproc/xerces-c EVAL_PREFIX+= BUILDLINK_PREFIX.xerces-c=xerces-c diff --git a/textproc/xerces-p/Makefile b/textproc/xerces-p/Makefile index 0a8081b5e73..c877da98470 100644 --- a/textproc/xerces-p/Makefile +++ b/textproc/xerces-p/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/10/30 09:43:35 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/22 00:40:49 salo Exp $ # DISTNAME= XML-Xerces-1.3.5 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-p/ |