diff options
author | adam <adam@pkgsrc.org> | 2015-04-06 08:17:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-04-06 08:17:13 +0000 |
commit | 7f941313c3149d08f0eaa0d3fdac46749181d71e (patch) | |
tree | a523f3904b6aa6f0a1aa31b562d1917dd735e589 /textproc | |
parent | 422b75a99716ba36996ca530779031005267e88f (diff) | |
download | pkgsrc-7f941313c3149d08f0eaa0d3fdac46749181d71e.tar.gz |
Revbump after updating textproc/icu
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/OdfConverter/Makefile | 4 | ||||
-rw-r--r-- | textproc/gnome-subtitles/Makefile | 4 | ||||
-rw-r--r-- | textproc/mdocml/Makefile | 4 | ||||
-rw-r--r-- | textproc/php-intl/Makefile | 3 | ||||
-rw-r--r-- | textproc/sublib/Makefile | 4 | ||||
-rw-r--r-- | textproc/sublib/buildlink3.mk | 4 |
6 files changed, 12 insertions, 11 deletions
diff --git a/textproc/OdfConverter/Makefile b/textproc/OdfConverter/Makefile index ef5314ff090..428120cdbc6 100644 --- a/textproc/OdfConverter/Makefile +++ b/textproc/OdfConverter/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2014/10/07 16:47:36 adam Exp $ +# $NetBSD: Makefile,v 1.37 2015/04/06 08:17:38 adam Exp $ # DISTNAME= OdfAddinForOffice-src-3.0 PKGNAME= OdfConverter-3.0 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= converters textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=odf-converter/} EXTRACT_SUFX= .zip diff --git a/textproc/gnome-subtitles/Makefile b/textproc/gnome-subtitles/Makefile index 225fe46fafb..834b9179b09 100644 --- a/textproc/gnome-subtitles/Makefile +++ b/textproc/gnome-subtitles/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2014/10/07 16:47:36 adam Exp $ +# $NetBSD: Makefile,v 1.47 2015/04/06 08:17:38 adam Exp $ DISTNAME= gnome-subtitles-1.1 -PKGREVISION= 31 +PKGREVISION= 32 CATEGORIES= multimedia textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnome-subtitles/} diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index b137471cec7..c2036513991 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2015/03/26 14:16:12 sevan Exp $ +# $NetBSD: Makefile,v 1.50 2015/04/06 08:17:38 adam Exp $ DISTNAME= mdocml-1.13.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc devel MASTER_SITES= http://mdocml.bsd.lv/snapshots/ diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile index 3743f928812..d6e5b82d75a 100644 --- a/textproc/php-intl/Makefile +++ b/textproc/php-intl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2015/03/20 16:33:28 taca Exp $ +# $NetBSD: Makefile,v 1.18 2015/04/06 08:17:38 adam Exp $ MODNAME= intl CATEGORIES+= textproc COMMENT= PHP extension for i18n +PKGREVISION= 1 LICENSE= php USE_LANGUAGES= c c++ diff --git a/textproc/sublib/Makefile b/textproc/sublib/Makefile index eda36c7e196..da8018b0624 100644 --- a/textproc/sublib/Makefile +++ b/textproc/sublib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2014/10/07 16:47:14 adam Exp $ +# $NetBSD: Makefile,v 1.14 2015/04/06 08:17:17 adam Exp $ DISTNAME= sublib-0.9 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= multimedia textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sublib/} EXTRACT_SUFX= .zip diff --git a/textproc/sublib/buildlink3.mk b/textproc/sublib/buildlink3.mk index 570370bc373..b44c4e8636a 100644 --- a/textproc/sublib/buildlink3.mk +++ b/textproc/sublib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2014/10/07 16:47:14 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2015/04/06 08:17:17 adam Exp $ BUILDLINK_TREE+= sublib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= sublib SUBLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.sublib+= sublib>=0.9 -BUILDLINK_ABI_DEPENDS.sublib+= sublib>=0.9nb11 +BUILDLINK_ABI_DEPENDS.sublib+= sublib>=0.9nb12 BUILDLINK_PKGSRCDIR.sublib?= ../../textproc/sublib .include "../../lang/mono2/buildlink3.mk" |