summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortron <tron>2013-06-04 22:15:37 +0000
committertron <tron>2013-06-04 22:15:37 +0000
commitf30a670b55e98c8bf596c16c6ccaf42da94f5329 (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /textproc
parent6bd748980399ff5ecd425bb8f945dc0fbf3c1fb9 (diff)
downloadpkgsrc-f30a670b55e98c8bf596c16c6ccaf42da94f5329.tar.gz
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/FlightCrew/Makefile4
-rw-r--r--textproc/OdfConverter/Makefile4
-rw-r--r--textproc/WordNet/Makefile4
-rw-r--r--textproc/catdoc-tk/Makefile4
-rw-r--r--textproc/dikt/Makefile4
-rw-r--r--textproc/ebview/Makefile4
-rw-r--r--textproc/gnome-spell/Makefile4
-rw-r--r--textproc/gnome-spell/buildlink3.mk4
-rw-r--r--textproc/gnome-subtitles/Makefile4
-rw-r--r--textproc/gtkspell/Makefile4
-rw-r--r--textproc/gtkspell/buildlink3.mk4
-rw-r--r--textproc/pdfgrep/Makefile4
-rw-r--r--textproc/soprano/Makefile4
-rw-r--r--textproc/soprano/buildlink3.mk4
-rw-r--r--textproc/xfce4-dict-plugin/Makefile4
-rw-r--r--textproc/xfce4-dict-plugin/buildlink3.mk4
16 files changed, 32 insertions, 32 deletions
diff --git a/textproc/FlightCrew/Makefile b/textproc/FlightCrew/Makefile
index 4f9e8e7dee5..c7302ab367f 100644
--- a/textproc/FlightCrew/Makefile
+++ b/textproc/FlightCrew/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2013/06/04 22:17:09 tron Exp $
#
DISTNAME= FlightCrew-0.7.2-Code
PKGNAME= ${DISTNAME:S/-Code//}
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= textproc
MASTER_SITES= http://flightcrew.googlecode.com/files/
EXTRACT_SUFX= .zip
diff --git a/textproc/OdfConverter/Makefile b/textproc/OdfConverter/Makefile
index 337dfe44c12..9cda5f168e1 100644
--- a/textproc/OdfConverter/Makefile
+++ b/textproc/OdfConverter/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2013/06/04 22:17:09 tron Exp $
#
DISTNAME= OdfAddinForOffice-src-3.0
PKGNAME= OdfConverter-3.0
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= converters textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=odf-converter/}
EXTRACT_SUFX= .zip
diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile
index 080e422c2af..796eb866b7a 100644
--- a/textproc/WordNet/Makefile
+++ b/textproc/WordNet/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/06/04 22:17:10 tron Exp $
#
DISTNAME= WordNet-3.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://wordnet.princeton.edu/3.0/ \
ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/
diff --git a/textproc/catdoc-tk/Makefile b/textproc/catdoc-tk/Makefile
index e63bf4b3297..d88f0deb817 100644
--- a/textproc/catdoc-tk/Makefile
+++ b/textproc/catdoc-tk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2013/06/04 22:17:10 tron Exp $
.include "../../textproc/catdoc/Makefile.common"
PKGNAME= ${DISTNAME:S/catdoc/catdoc-tk/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Tk interface for MS-Word to plain text converter
DEPENDS+= catdoc>=0.91.4nb1:../../textproc/catdoc
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile
index 72e166bf233..fb4dbb75a64 100644
--- a/textproc/dikt/Makefile
+++ b/textproc/dikt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2013/06/04 22:17:10 tron Exp $
#
DISTNAME= dikt-2j
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc x11
MASTER_SITES= http://dikt.googlecode.com/files/
EXTRACT_SUFX= .txz
diff --git a/textproc/ebview/Makefile b/textproc/ebview/Makefile
index c9a4e1332d9..f41acf49bdb 100644
--- a/textproc/ebview/Makefile
+++ b/textproc/ebview/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/06/04 22:17:10 tron Exp $
DISTNAME= ebview-0.3.6
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebview/}
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
index ac3623da0f0..d1697ef90c6 100644
--- a/textproc/gnome-spell/Makefile
+++ b/textproc/gnome-spell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2013/06/04 22:17:10 tron Exp $
DISTNAME= gnome-spell-1.0.8
-PKGREVISION= 23
+PKGREVISION= 24
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 14cac52d304..3eb4278f7cb 100644
--- a/textproc/gnome-spell/buildlink3.mk
+++ b/textproc/gnome-spell/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.41 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.42 2013/06/04 22:17:10 tron Exp $
BUILDLINK_TREE+= gnome-spell
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-spell
GNOME_SPELL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnome-spell+= gnome-spell>=1.0.5
-BUILDLINK_ABI_DEPENDS.gnome-spell+= gnome-spell>=1.0.8nb23
+BUILDLINK_ABI_DEPENDS.gnome-spell+= gnome-spell>=1.0.8nb24
BUILDLINK_PKGSRCDIR.gnome-spell?= ../../textproc/gnome-spell
.include "../../devel/libbonobo/buildlink3.mk"
diff --git a/textproc/gnome-subtitles/Makefile b/textproc/gnome-subtitles/Makefile
index 6bcb562ab3a..c7da3fed3b9 100644
--- a/textproc/gnome-subtitles/Makefile
+++ b/textproc/gnome-subtitles/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2013/06/04 22:17:10 tron Exp $
DISTNAME= gnome-subtitles-1.1
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= multimedia textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnome-subtitles/}
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
index e07a83f195a..aa302269c61 100644
--- a/textproc/gtkspell/Makefile
+++ b/textproc/gtkspell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2013/06/04 22:17:10 tron Exp $
DISTNAME= gtkspell-2.0.16
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= textproc devel
MASTER_SITES= http://gtkspell.sourceforge.net/download/
diff --git a/textproc/gtkspell/buildlink3.mk b/textproc/gtkspell/buildlink3.mk
index 319d3ad3793..d381f65da0f 100644
--- a/textproc/gtkspell/buildlink3.mk
+++ b/textproc/gtkspell/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.29 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.30 2013/06/04 22:17:10 tron Exp $
BUILDLINK_TREE+= gtkspell
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gtkspell
GTKSPELL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gtkspell+= gtkspell>=2.0.13
-BUILDLINK_ABI_DEPENDS.gtkspell+= gtkspell>=2.0.16nb14
+BUILDLINK_ABI_DEPENDS.gtkspell+= gtkspell>=2.0.16nb15
BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell
.include "../../textproc/enchant/buildlink3.mk"
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index ff4dd085de5..aa469d937f7 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/06/04 22:17:10 tron Exp $
#
DISTNAME= pdfgrep-1.3.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/}
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile
index 68046aec8f6..ae4a4ccdf84 100644
--- a/textproc/soprano/Makefile
+++ b/textproc/soprano/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2013/06/04 22:17:10 tron Exp $
DISTNAME= soprano-2.9.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/}
EXTRACT_SUFX= .tar.bz2
diff --git a/textproc/soprano/buildlink3.mk b/textproc/soprano/buildlink3.mk
index ec3e4ce06d9..00bd687dfff 100644
--- a/textproc/soprano/buildlink3.mk
+++ b/textproc/soprano/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.22 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2013/06/04 22:17:10 tron Exp $
BUILDLINK_TREE+= soprano
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= soprano
SOPRANO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.soprano+= soprano>=2.0.3
-BUILDLINK_ABI_DEPENDS.soprano+= soprano>=2.9.0nb1
+BUILDLINK_ABI_DEPENDS.soprano+= soprano>=2.9.0nb2
BUILDLINK_PKGSRCDIR.soprano?= ../../textproc/soprano
.include "../../textproc/libclucene/buildlink3.mk"
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile
index 3e2c02e9dfc..afe2548cfd9 100644
--- a/textproc/xfce4-dict-plugin/Makefile
+++ b/textproc/xfce4-dict-plugin/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2013/06/04 22:17:10 tron Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.2.1
DISTNAME= xfce4-dict-plugin-${XFCE4_VERSION}
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= textproc
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-dict-plugin/
COMMENT= Xfce dictionary server plugin
diff --git a/textproc/xfce4-dict-plugin/buildlink3.mk b/textproc/xfce4-dict-plugin/buildlink3.mk
index 15736e2c81b..708e5e4a448 100644
--- a/textproc/xfce4-dict-plugin/buildlink3.mk
+++ b/textproc/xfce4-dict-plugin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2013/06/03 10:06:03 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2013/06/04 22:17:10 tron Exp $
BUILDLINK_TREE+= xfce4-dict-plugin
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-dict-plugin
XFCE4_DICT_PLUGIN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-dict-plugin+= xfce4-dict-plugin>=0.2.1
-BUILDLINK_ABI_DEPENDS.xfce4-dict-plugin+= xfce4-dict-plugin>=0.2.1nb16
+BUILDLINK_ABI_DEPENDS.xfce4-dict-plugin+= xfce4-dict-plugin>=0.2.1nb17
BUILDLINK_PKGSRCDIR.xfce4-dict-plugin?= ../../textproc/xfce4-dict-plugin
.include "../../x11/xfce4-panel/buildlink3.mk"