From 768c589c29517122fa88c6350114d1ec16f6ac84 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 24 Jan 2006 07:31:52 +0000 Subject: Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies. --- textproc/dtdparse/Makefile | 4 ++-- textproc/expat/buildlink3.mk | 4 ++-- textproc/expatobjc/Makefile | 4 ++-- textproc/gnome-doc-utils/Makefile | 3 ++- textproc/gnome-doc-utils/buildlink3.mk | 3 ++- textproc/gnome-spell/Makefile | 4 ++-- textproc/gnome-spell/buildlink3.mk | 4 ++-- textproc/gtkspell/Makefile | 3 ++- textproc/gtkspell/buildlink3.mk | 4 ++-- textproc/html2wml/Makefile | 4 ++-- textproc/intltool/Makefile | 3 ++- textproc/intltool/buildlink3.mk | 3 ++- textproc/iso-codes/Makefile | 3 ++- textproc/iso-codes/buildlink3.mk | 3 ++- textproc/libcroco/Makefile | 4 ++-- textproc/libcroco/buildlink3.mk | 4 ++-- textproc/lua-expat/Makefile | 4 ++-- textproc/p5-XML-Checker/Makefile | 4 ++-- textproc/p5-XML-DOM/Makefile | 4 ++-- textproc/p5-XML-Encoding/Makefile | 4 ++-- textproc/p5-XML-Grove/Makefile | 4 ++-- textproc/p5-XML-Handler-YAWriter/Makefile | 4 ++-- textproc/p5-XML-LibXML-Iterator/Makefile | 4 ++-- textproc/p5-XML-LibXML-XPathContext/Makefile | 4 ++-- textproc/p5-XML-LibXML/Makefile | 4 ++-- textproc/p5-XML-LibXSLT/Makefile | 3 ++- textproc/p5-XML-Node/Makefile | 4 ++-- textproc/p5-XML-NodeFilter/Makefile | 4 ++-- textproc/p5-XML-Parser/Makefile | 4 ++-- textproc/p5-XML-RAI/Makefile | 4 ++-- textproc/p5-XML-RSS-Parser/Makefile | 4 ++-- textproc/p5-XML-RSS/Makefile | 3 ++- textproc/p5-XML-SAX-Expat/Makefile | 4 ++-- textproc/p5-XML-Sablotron/Makefile | 4 ++-- textproc/p5-XML-Simple/Makefile | 4 ++-- textproc/p5-XML-Stream/Makefile | 4 ++-- textproc/p5-XML-Twig/Makefile | 4 ++-- textproc/p5-XML-UM/Makefile | 4 ++-- textproc/p5-XML-XPath/Makefile | 4 ++-- textproc/p5-XML-XQL/Makefile | 4 ++-- textproc/p5-XML-XSLT/Makefile | 4 ++-- textproc/p5-XML-XUpdate-LibXML/Makefile | 4 ++-- textproc/p5-libxml/Makefile | 4 ++-- textproc/php-wddx/Makefile | 3 ++- textproc/php4-xslt/Makefile | 3 ++- textproc/py-elementtree/Makefile | 4 ++-- textproc/py-expat/Makefile | 4 ++-- textproc/py-gdick/Makefile | 4 ++-- textproc/py-gnosis-utils/Makefile | 4 ++-- textproc/py-xml/Makefile | 3 ++- textproc/py-xml/buildlink3.mk | 3 ++- textproc/py-xmltools/Makefile | 4 ++-- textproc/ruby-xmlparser/Makefile | 4 ++-- textproc/sablotron/Makefile | 3 ++- textproc/sablotron/buildlink3.mk | 4 ++-- textproc/scew/Makefile | 4 ++-- textproc/scrollkeeper/Makefile | 4 ++-- textproc/scrollkeeper/buildlink3.mk | 4 ++-- textproc/tcl-expat/Makefile | 4 ++-- 59 files changed, 118 insertions(+), 104 deletions(-) (limited to 'textproc') diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile index 5f499063847..1c61bc9f67d 100644 --- a/textproc/dtdparse/Makefile +++ b/textproc/dtdparse/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:31 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/24 07:32:36 wiz Exp $ # DISTNAME= dtdparse-2.0beta6 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtdparse/} diff --git a/textproc/expat/buildlink3.mk b/textproc/expat/buildlink3.mk index 32c7af82a4e..450e6d34634 100644 --- a/textproc/expat/buildlink3.mk +++ b/textproc/expat/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2004/10/03 00:18:19 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2006/01/24 07:31:52 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ EXPAT_BUILDLINK3_MK:= ${EXPAT_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= expat .if !empty(EXPAT_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.expat+= expat>=1.95.7 -BUILDLINK_RECOMMENDED.expat+= expat>=1.95.8nb2 +BUILDLINK_RECOMMENDED.expat+= expat>=2.0.0 BUILDLINK_PKGSRCDIR.expat?= ../../textproc/expat .endif # EXPAT_BUILDLINK3_MK diff --git a/textproc/expatobjc/Makefile b/textproc/expatobjc/Makefile index c518b1c7c08..ba0b6bb13de 100644 --- a/textproc/expatobjc/Makefile +++ b/textproc/expatobjc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/24 07:32:36 wiz Exp $ # DISTNAME= expatobjc-1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expatobjc/} diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 65936c9cfd0..c41dd419a01 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/01/20 16:15:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/24 07:32:36 wiz Exp $ # DISTNAME= gnome-doc-utils-0.4.4 +PKGREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/gnome-doc-utils/buildlink3.mk b/textproc/gnome-doc-utils/buildlink3.mk index f0955d39bba..f4e9ed15e56 100644 --- a/textproc/gnome-doc-utils/buildlink3.mk +++ b/textproc/gnome-doc-utils/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/01/20 13:28:22 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/01/24 07:32:36 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNOME_DOC_UTILS_BUILDLINK3_MK:= ${GNOME_DOC_UTILS_BUILDLINK3_MK}+ @@ -13,6 +13,7 @@ BUILDLINK_PACKAGES+= gnome-doc-utils .if !empty(GNOME_DOC_UTILS_BUILDLINK3_MK:M+) BUILDLINK_DEPMETHOD.gnome-doc-utils+= build BUILDLINK_DEPENDS.gnome-doc-utils+= gnome-doc-utils>=0.4.4 +BUILDLINK_RECOMMENDED.gnome-doc-utils?= gnome-doc-utils>=0.4.4nb1 BUILDLINK_PKGSRCDIR.gnome-doc-utils?= ../../textproc/gnome-doc-utils .endif # GNOME_DOC_UTILS_BUILDLINK3_MK diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 246c0611685..bed208af764 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/12/31 12:32:46 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/24 07:32:36 wiz Exp $ DISTNAME= gnome-spell-1.0.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-spell/1.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/gnome-spell/buildlink3.mk b/textproc/gnome-spell/buildlink3.mk index 01b8c592fe4..c1572eaf0e8 100644 --- a/textproc/gnome-spell/buildlink3.mk +++ b/textproc/gnome-spell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2005/12/31 12:32:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2006/01/24 07:32:36 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNOME_SPELL_BUILDLINK3_MK:= ${GNOME_SPELL_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= gnome-spell .if !empty(GNOME_SPELL_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.gnome-spell+= gnome-spell>=1.0.5 -BUILDLINK_RECOMMENDED.gnome-spell+= gnome-spell>=1.0.6nb1 +BUILDLINK_RECOMMENDED.gnome-spell+= gnome-spell>=1.0.6nb2 BUILDLINK_PKGSRCDIR.gnome-spell?= ../../textproc/gnome-spell .endif # GNOME_SPELL_BUILDLINK3_MK diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index e717c1cbb38..e71c40d712c 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2005/08/10 20:56:24 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/24 07:32:37 wiz Exp $ DISTNAME= gtkspell-2.0.11 +PKGREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://gtkspell.sourceforge.net/download/ diff --git a/textproc/gtkspell/buildlink3.mk b/textproc/gtkspell/buildlink3.mk index c0578d68bb6..9d808fbbaf4 100644 --- a/textproc/gtkspell/buildlink3.mk +++ b/textproc/gtkspell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:18:19 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2006/01/24 07:32:37 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GTKSPELL_BUILDLINK3_MK:= ${GTKSPELL_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= gtkspell .if !empty(GTKSPELL_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.gtkspell+= gtkspell>=2.0.2nb6 -BUILDLINK_RECOMMENDED.gtkspell+= gtkspell>=2.0.5nb1 +BUILDLINK_RECOMMENDED.gtkspell+= gtkspell>=2.0.11nb1 BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell .endif # GTKSPELL_BUILDLINK3_MK diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile index 5e592a15c9e..8c970ae8156 100644 --- a/textproc/html2wml/Makefile +++ b/textproc/html2wml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2006/01/24 07:32:37 wiz Exp $ DISTNAME= html2wml-0.4.8r2 PKGNAME= html2wml-0.4.8.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc converters MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/ diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 6c46b9bd0b4..079c1b2fd53 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2006/01/20 16:15:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= intltool-0.34.1 +PKGREVISION= 1 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.34/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/intltool/buildlink3.mk b/textproc/intltool/buildlink3.mk index 21d280f6bc9..be2f73270a0 100644 --- a/textproc/intltool/buildlink3.mk +++ b/textproc/intltool/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2005/12/05 20:51:03 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2006/01/24 07:32:37 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ INTLTOOL_BUILDLINK3_MK:= ${INTLTOOL_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= intltool .if !empty(INTLTOOL_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.intltool+= intltool>=0.34.1 +BUILDLINK_RECOMMENDED.intltool?= intltool>=0.34.1nb1 BUILDLINK_PKGSRCDIR.intltool?= ../../textproc/intltool BUILDLINK_DEPMETHOD.intltool?= build .endif # INTLTOOL_BUILDLINK3_MK diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index f6f7e3762dc..ed847c64bae 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/01/20 16:15:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= iso-codes_0.48-1 PKGNAME= ${DISTNAME:S/_/-/:S/-1//} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/iso-codes/} diff --git a/textproc/iso-codes/buildlink3.mk b/textproc/iso-codes/buildlink3.mk index 3e676e0da15..7c7eec533f6 100644 --- a/textproc/iso-codes/buildlink3.mk +++ b/textproc/iso-codes/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/10/14 21:54:57 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/01/24 07:32:37 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ISO_CODES_BUILDLINK3_MK:= ${ISO_CODES_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= iso-codes .if !empty(ISO_CODES_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.iso-codes+= iso-codes>=0.48 +BUILDLINK_RECOMMENDED.iso-codes?= iso-codes>=0.48nb1 BUILDLINK_PKGSRCDIR.iso-codes?= ../../textproc/iso-codes .endif # ISO_CODES_BUILDLINK3_MK diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 17a5fede594..e65925ee2cb 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/12/31 12:32:46 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= libcroco-0.6.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/libcroco/buildlink3.mk b/textproc/libcroco/buildlink3.mk index b7f6ef2a7d2..ba20c745657 100644 --- a/textproc/libcroco/buildlink3.mk +++ b/textproc/libcroco/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2005/12/31 12:32:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2006/01/24 07:32:37 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBCROCO_BUILDLINK3_MK:= ${LIBCROCO_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= libcroco .if !empty(LIBCROCO_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libcroco+= libcroco>=0.6.0 -BUILDLINK_RECOMMENDED.libcroco+= libcroco>=0.6.0nb2 +BUILDLINK_RECOMMENDED.libcroco+= libcroco>=0.6.0nb3 BUILDLINK_PKGSRCDIR.libcroco?= ../../textproc/libcroco .endif # LIBCROCO_BUILDLINK3_MK diff --git a/textproc/lua-expat/Makefile b/textproc/lua-expat/Makefile index 8b256e7fdb5..b9968774005 100644 --- a/textproc/lua-expat/Makefile +++ b/textproc/lua-expat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/09/04 05:00:36 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= luaexpat-1.0a PKGNAME= ${DISTNAME:S/lua/lua-/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.keplerproject.org/luaexpat/ diff --git a/textproc/p5-XML-Checker/Makefile b/textproc/p5-XML-Checker/Makefile index bb4ee8d41b2..c18780ee7a6 100644 --- a/textproc/p5-XML-Checker/Makefile +++ b/textproc/p5-XML-Checker/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/24 07:32:37 wiz Exp $ DISTNAME= XML-Checker-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index d6a02c704c7..816902a316c 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-DOM-1.43 PKGNAME= p5-${DISTNAME} +PKGREVISION= 3 SVR4_PKGNAME= p5xdo -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Encoding/Makefile b/textproc/p5-XML-Encoding/Makefile index d17d8eba1b3..10915637088 100644 --- a/textproc/p5-XML-Encoding/Makefile +++ b/textproc/p5-XML-Encoding/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/09/28 14:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/24 07:32:37 wiz Exp $ DISTNAME= XML-Encoding-1.01 PKGNAME= p5-${DISTNAME} #SVR4_PKGNAME= -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/COOPERCL/} diff --git a/textproc/p5-XML-Grove/Makefile b/textproc/p5-XML-Grove/Makefile index ccabdd1f43d..adda2f566cd 100644 --- a/textproc/p5-XML-Grove/Makefile +++ b/textproc/p5-XML-Grove/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2005/09/28 14:31:09 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-Grove-0.46alpha PKGNAME= p5-${DISTNAME:S/alpha/.0.1/} +PKGREVISION= 3 SVR4_PKGNAME= p5xgr -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile index 1eb3fb2ced9..24ef36a92e4 100644 --- a/textproc/p5-XML-Handler-YAWriter/Makefile +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-Handler-YAWriter-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5xhy CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-LibXML-Iterator/Makefile b/textproc/p5-XML-LibXML-Iterator/Makefile index b44cc19d3a7..13f5a3723af 100644 --- a/textproc/p5-XML-LibXML-Iterator/Makefile +++ b/textproc/p5-XML-LibXML-Iterator/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-LibXML-Iterator-1.00 PKGNAME= p5-${DISTNAME} +PKGREVISION= 3 SVR4_PKGNAME= p5xlx -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-LibXML-XPathContext/Makefile b/textproc/p5-XML-LibXML-XPathContext/Makefile index a2841c65f72..1ff25e09640 100644 --- a/textproc/p5-XML-LibXML-XPathContext/Makefile +++ b/textproc/p5-XML-LibXML-XPathContext/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-LibXML-XPathContext-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 6213385c0eb..dab15466981 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-LibXML-1.58 PKGNAME= p5-${DISTNAME} +PKGREVISION= 2 SVR4_PKGNAME= p5xlx -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 64b02367312..9f10dee229d 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/01/03 18:39:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-LibXSLT-1.57 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5xlt CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Node/Makefile b/textproc/p5-XML-Node/Makefile index 9eab6ad23c2..a9943f9d7c3 100644 --- a/textproc/p5-XML-Node/Makefile +++ b/textproc/p5-XML-Node/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-Node-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 SVR4_PKGNAME= p5xno CATEGORIES= textproc perl5 MASTER_SITES= http://belmont-shores.ics.uci.edu/pub/ \ diff --git a/textproc/p5-XML-NodeFilter/Makefile b/textproc/p5-XML-NodeFilter/Makefile index e4449485807..c448061bace 100644 --- a/textproc/p5-XML-NodeFilter/Makefile +++ b/textproc/p5-XML-NodeFilter/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-NodeFilter-0.01 PKGNAME= p5-${DISTNAME} +PKGREVISION= 4 SVR4_PKGNAME= p5xlx -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 9c144ace4c8..3e22499fccb 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2005/11/23 21:58:17 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2006/01/24 07:32:37 wiz Exp $ # DISTNAME= XML-Parser-2.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5xpa CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile index ea1d9a7daf0..eee8cb14bd8 100644 --- a/textproc/p5-XML-RAI/Makefile +++ b/textproc/p5-XML-RAI/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:37 wiz Exp $ DISTNAME= XML-RAI-0.51 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile index f2adb0f8599..de4d9670246 100644 --- a/textproc/p5-XML-RSS-Parser/Makefile +++ b/textproc/p5-XML-RSS-Parser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:37 wiz Exp $ DISTNAME= XML-RSS-Parser-2.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 0078787c13f..175df9a6dcf 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/11/23 22:19:00 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/24 07:32:37 wiz Exp $ DISTNAME= XML-RSS-1.05 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5xrs CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-SAX-Expat/Makefile b/textproc/p5-XML-SAX-Expat/Makefile index b49c12dec94..5c8b6c537c5 100644 --- a/textproc/p5-XML-SAX-Expat/Makefile +++ b/textproc/p5-XML-SAX-Expat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2005/09/28 14:31:09 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/24 07:32:38 wiz Exp $ DISTNAME= XML-SAX-Expat-0.35 PKGNAME= p5-${DISTNAME} #SVR4_PKGNAME= -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index e35b4e5dc63..1a774fb4836 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/24 07:32:38 wiz Exp $ DISTNAME= XML-Sablotron-0.98 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5xsb CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 0bbc097e999..2fe83e1ef7f 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= XML-Simple-2.14 PKGNAME= p5-${DISTNAME} +PKGREVISION= 2 SVR4_PKGNAME= p5xsi -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index d22ec3e2ee7..69823a95153 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= XML-Stream-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 53c12074405..247483efab6 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= XML-Twig-3.17 PKGNAME= p5-${DISTNAME} +PKGREVISION= 2 SVR4_PKGNAME= p5xtw -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= http://www.xmltwig.com/xmltwig/ \ ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-UM/Makefile b/textproc/p5-XML-UM/Makefile index 1abe9a17255..5ca365931a5 100644 --- a/textproc/p5-XML-UM/Makefile +++ b/textproc/p5-XML-UM/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/09/28 14:31:09 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/24 07:32:38 wiz Exp $ DISTNAME= XML-UM-0.01 PKGNAME= p5-${DISTNAME} #SVR4_PKGNAME= -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TJ/TJMATHER/} diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 99f6a7f01b0..629a3ec8854 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/24 07:32:38 wiz Exp $ DISTNAME= XML-XPath-1.13 PKGNAME= p5-${DISTNAME} +PKGREVISION= 3 SVR4_PKGNAME= p5xxp -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile index bb75c170985..13eb0d8ec4f 100644 --- a/textproc/p5-XML-XQL/Makefile +++ b/textproc/p5-XML-XQL/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= XML-XQL-0.68 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5xxq CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index 5569907e524..0c4f5837adf 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/01/24 07:32:38 wiz Exp $ DISTNAME= XML-XSLT-0.48 PKGNAME= p5-${DISTNAME} +PKGREVISION= 3 SVR4_PKGNAME= p5xxs -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-XUpdate-LibXML/Makefile b/textproc/p5-XML-XUpdate-LibXML/Makefile index df75f8c65c3..c5269f34122 100644 --- a/textproc/p5-XML-XUpdate-LibXML/Makefile +++ b/textproc/p5-XML-XUpdate-LibXML/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= XML-XUpdate-LibXML-0.2.3 PKGNAME= p5-${DISTNAME} +PKGREVISION= 3 SVR4_PKGNAME= p5xlx -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index 07874a90aae..5f8355a5bab 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:35 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/24 07:32:38 wiz Exp $ DISTNAME= libxml-perl-0.08 PKGNAME= p5-libxml-0.08 +PKGREVISION= 2 SVR4_PKGNAME= p5lxm -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile index bfe4d90ce2e..5a9e69d6e04 100644 --- a/textproc/php-wddx/Makefile +++ b/textproc/php-wddx/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/12/05 20:51:07 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:38 wiz Exp $ MODNAME= wddx +PKGREVISION= 1 CATEGORIES+= textproc COMMENT= PHP extension for WDDX support diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 8d57925bf3d..e08552f562b 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/12/05 20:51:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2006/01/24 07:32:38 wiz Exp $ MODNAME= xslt +PKGREVISION= 1 CATEGORIES+= textproc COMMENT= PHP4 extension for XSLT functions (Sablotron backend) diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile index 7450b914d01..04a25f3853d 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/01/05 23:14:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= elementtree-1.2.6-20050316 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://effbot.org/downloads/ diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 227afd83057..dab1ae81610 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/12/05 20:51:07 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/24 07:32:38 wiz Exp $ # PKGNAME= ${PYPKGPREFIX}-expat-0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc python MAINTAINER= tsarna@NetBSD.org diff --git a/textproc/py-gdick/Makefile b/textproc/py-gdick/Makefile index 19abbd893e6..9561847aa98 100644 --- a/textproc/py-gdick/Makefile +++ b/textproc/py-gdick/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/12/31 12:32:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/24 07:32:38 wiz Exp $ DISTNAME= gdick-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gdick/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index fa1f791e5cc..f5fe7adcdcb 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:42 tv Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= Gnosis_Utils-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= http://gnosis.cx/download/ diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 7e2bd36a934..b69d6f82c63 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/12/05 20:51:07 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= PyXML-0.8.4 PKGNAME= ${PYPKGPREFIX}-xml-0.8.4 +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/} diff --git a/textproc/py-xml/buildlink3.mk b/textproc/py-xml/buildlink3.mk index d0a1f6d9db2..fc67c02d64e 100644 --- a/textproc/py-xml/buildlink3.mk +++ b/textproc/py-xml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/05/17 21:32:34 seb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2006/01/24 07:32:38 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYXML_BUILDLINK3_MK:= ${PYXML_BUILDLINK3_MK}+ @@ -14,6 +14,7 @@ BUILDLINK_PACKAGES+= pyxml .if !empty(PYXML_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.pyxml+= ${PYPKGPREFIX}-xml>=0.8.3nb1 +BUILDLINK_RECOMMENDED.pyxml?= ${PYPKGPREFIX}-xml>=0.8.4nb1 BUILDLINK_PKGSRCDIR.pyxml?= ../../textproc/py-xml .endif # PYXML_BUILDLINK3_MK diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile index 3afcb947289..5ccf5f5a280 100644 --- a/textproc/py-xmltools/Makefile +++ b/textproc/py-xmltools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2005/12/05 20:51:07 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= xmltools-1.3.7 PKGNAME= ${PYPKGPREFIX}-xmltools-1.3.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc python MASTER_SITES= http://www.logilab.org/ftp/pub/xmltools/ diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 3ef41b71d74..b3cd57fc5a9 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/01/03 15:07:30 taca Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/24 07:32:38 wiz Exp $ # DISTNAME= xmlparser-0.6.8.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index a76f56e70ad..79f1e43d839 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2005/06/06 20:14:43 jwise Exp $ +# $NetBSD: Makefile,v 1.35 2006/01/24 07:32:38 wiz Exp $ DISTNAME= Sablot-1.0.2 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download-1.gingerall.cz/download/sablot/ diff --git a/textproc/sablotron/buildlink3.mk b/textproc/sablotron/buildlink3.mk index 45aa7718726..f9c87e4d9b4 100644 --- a/textproc/sablotron/buildlink3.mk +++ b/textproc/sablotron/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:18:21 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2006/01/24 07:32:38 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SABLOTRON_BUILDLINK3_MK:= ${SABLOTRON_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= sablotron .if !empty(SABLOTRON_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.sablotron+= sablotron>=1.0 -BUILDLINK_RECOMMENDED.sablotron+= sablotron>=1.0.1nb1 +BUILDLINK_RECOMMENDED.sablotron+= sablotron>=1.0.2nb1 BUILDLINK_PKGSRCDIR.sablotron?= ../../textproc/sablotron .endif # SABLOTRON_BUILDLINK3_MK diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index 46a4f94cc50..22b5d3fb0a2 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:42 tv Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/24 07:32:39 wiz Exp $ # DISTNAME= scew-0.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc devel MASTER_SITES= http://www.ccd.uab.es/~aleix/scew/ diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index c40877ba8bc..d00d7331d8a 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2005/12/29 06:22:20 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/01/24 07:32:39 wiz Exp $ # DISTNAME= scrollkeeper-0.3.14 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scrollkeeper/} \ ${MASTER_SITE_GNOME:=sources/scrollkeeper/0.3/} diff --git a/textproc/scrollkeeper/buildlink3.mk b/textproc/scrollkeeper/buildlink3.mk index 20d145f9ca8..2d8897cd5b4 100644 --- a/textproc/scrollkeeper/buildlink3.mk +++ b/textproc/scrollkeeper/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:18:21 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2006/01/24 07:32:39 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SCROLLKEEPER_BUILDLINK3_MK:= ${SCROLLKEEPER_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= scrollkeeper .if !empty(SCROLLKEEPER_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.scrollkeeper+= scrollkeeper>=0.3.12nb2 -BUILDLINK_RECOMMENDED.scrollkeeper+= scrollkeeper>=0.3.14nb5 +BUILDLINK_RECOMMENDED.scrollkeeper+= scrollkeeper>=0.3.14nb7 BUILDLINK_PKGSRCDIR.scrollkeeper?= ../../textproc/scrollkeeper .endif # SCROLLKEEPER_BUILDLINK3_MK diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index 948f8523320..68c663bc9cd 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/04/05 10:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/24 07:32:39 wiz Exp $ # DISTNAME= TclExpat-1.1 PKGNAME= tcl-expat-1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc www tcl MASTER_SITES= http://www.zveno.com/in-tclxml/ -- cgit v1.2.3