diff options
author | tv <tv@pkgsrc.org> | 2004-10-07 16:36:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-07 16:36:47 +0000 |
commit | 6bc8f2e1057a5a9b42dfc532918ac49031e12e48 (patch) | |
tree | 22ffed2ee6bcfab538d5f4b2cdef467d0ac52cfb /textproc | |
parent | 76117eab96472464567e9c214d3f09a147173739 (diff) | |
download | pkgsrc-6bc8f2e1057a5a9b42dfc532918ac49031e12e48.tar.gz |
Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/aspell/buildlink3.mk | 4 | ||||
-rw-r--r-- | textproc/enchant/Makefile | 4 | ||||
-rw-r--r-- | textproc/enchant/buildlink3.mk | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 36b0b8f2d39..a78030e5cb8 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2004/10/03 00:18:17 tv Exp $ +# $NetBSD: Makefile,v 1.25 2004/10/07 16:36:47 tv Exp $ # DISTNAME= aspell-0.50.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk index 0cb284c5b8e..c490ce329d5 100644 --- a/textproc/aspell/buildlink3.mk +++ b/textproc/aspell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:18:18 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/10/07 16:36:47 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= aspell .if !empty(ASPELL_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.aspell+= aspell>=0.50.3nb2 -BUILDLINK_RECOMMENDED.aspell+= aspell>=0.50.5nb2 +BUILDLINK_RECOMMENDED.aspell+= aspell>=0.50.5nb3 BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell .endif # ASPELL_BUILDLINK3_MK diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 8513d04ddcb..d6c95433c39 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:19 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/07 16:36:47 tv Exp $ # DISTNAME= enchant-1.1.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} diff --git a/textproc/enchant/buildlink3.mk b/textproc/enchant/buildlink3.mk index 58629d6dbf3..dba880b53fe 100644 --- a/textproc/enchant/buildlink3.mk +++ b/textproc/enchant/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 2004/10/07 16:36:47 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ENCHANT_BUILDLINK3_MK:= ${ENCHANT_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= enchant .if !empty(ENCHANT_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.enchant+= enchant>=1.1.3 -BUILDLINK_RECOMMENDED.enchant+= enchant>=1.1.3nb1 +BUILDLINK_RECOMMENDED.enchant+= enchant>=1.1.3nb2 BUILDLINK_PKGSRCDIR.enchant?= ../../textproc/enchant .endif # ENCHANT_BUILDLINK3_MK |