summaryrefslogtreecommitdiff
path: root/editors/gnome-text-editor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gnome-text-editor/Makefile')
-rw-r--r--editors/gnome-text-editor/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/editors/gnome-text-editor/Makefile b/editors/gnome-text-editor/Makefile
index 88cb5efe2a77..9cdbe2f760fd 100644
--- a/editors/gnome-text-editor/Makefile
+++ b/editors/gnome-text-editor/Makefile
@@ -1,28 +1,29 @@
PORTNAME= gnome-text-editor
-PORTVERSION= 42.2
-PORTREVISION= 6
+PORTVERSION= 47.4
CATEGORIES= editors gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Small but powerful text editor for the GNOME Desktop Environment
-WWW= https://gitlab.gnome.org/GNOME/gnome-text-editor
+WWW= https://apps.gnome.org/TextEditor/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+PORTSCOUT= limit:^47\.
+
BUILD_DEPENDS= itstool>0:textproc/itstool
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libicudata.so:devel/icu \
- libpcre.so:devel/pcre
+ libpcre2-8.so:devel/pcre2 \
+ libspelling-1.so:x11-toolkits/libspelling \
+ libeditorconfig.so:editors/editorconfig-core-c
USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \
pkgconfig tar:xz
USE_CSTD= c11
-USE_GNOME= cairo gtk40 gtksourceview5 libadwaita
+USE_GNOME= cairo glib20 gtk40 gtksourceview5 libadwaita
GLIB_SCHEMAS= org.gnome.TextEditor.gschema.xml
-PORTSCOUT= limitw:1,even
-
.include <bsd.port.mk>