diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-12-23 17:35:45 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-12-23 18:14:14 +0000 |
commit | 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 (patch) | |
tree | 199c4cb0b8b3ff106611fc169972891d951f6596 /textproc | |
parent | 0a1dd69c3167141ace3cb39e897fd6e6ee0026c1 (diff) | |
download | ports-3572ca3e01dedf1fe5b3776bd164e123252f5ef5.tar.gz ports-3572ca3e01dedf1fe5b3776bd164e123252f5ef5.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fcitx5-gtk/Makefile | 1 | ||||
-rw-r--r-- | textproc/gspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/gtkspell3/Makefile | 2 | ||||
-rw-r--r-- | textproc/ibus-typing-booster/Makefile | 1 | ||||
-rw-r--r-- | textproc/ibus/Makefile | 2 | ||||
-rw-r--r-- | textproc/libgepub/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-gtk3/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim/Makefile | 2 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 1 |
9 files changed, 9 insertions, 6 deletions
diff --git a/textproc/fcitx5-gtk/Makefile b/textproc/fcitx5-gtk/Makefile index 3d21617763ea..92b832764b92 100644 --- a/textproc/fcitx5-gtk/Makefile +++ b/textproc/fcitx5-gtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx5-gtk DISTVERSION= 5.0.23 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile index 73d7b2ec01e6..f65bd49a2cd8 100644 --- a/textproc/gspell/Makefile +++ b/textproc/gspell/Makefile @@ -1,6 +1,6 @@ PORTNAME= gspell PORTVERSION= 1.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index ab81534c234e..b3c179c76ccf 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkspell3 PORTVERSION= 3.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= SF/gtkspell/${PORTVERSION} diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 77c01db7dc73..a3ec95e7ae45 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,5 +1,6 @@ PORTNAME= ibus-typing-booster PORTVERSION= 2.24.5 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 1b3942c21c1c..89f22296a99d 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -1,6 +1,6 @@ PORTNAME= ibus PORTVERSION= 1.5.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= henry.hu.sh@gmail.com diff --git a/textproc/libgepub/Makefile b/textproc/libgepub/Makefile index cb5d5ad441ed..1bd0c67d5ce2 100644 --- a/textproc/libgepub/Makefile +++ b/textproc/libgepub/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgepub PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc gnome MASTER_SITES= GNOME diff --git a/textproc/uim-gtk3/Makefile b/textproc/uim-gtk3/Makefile index 9684ab45372b..3ec968e64784 100644 --- a/textproc/uim-gtk3/Makefile +++ b/textproc/uim-gtk3/Makefile @@ -1,5 +1,5 @@ PKGNAMESUFFIX= -gtk3 -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= GTK 3.x modules of uim input method diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 46bc98720db0..ccda1647d0bf 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -1,6 +1,6 @@ PORTNAME= uim PORTVERSION= 1.9.0.b.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= textproc .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 0edc792d8a78..f4694f5e4f68 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-dict PORTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= textproc xfce MASTER_SITES= XFCE/apps PKGNAMESUFFIX= -plugin |