summaryrefslogtreecommitdiff
path: root/x11/gnome-console/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-console/Makefile')
-rw-r--r--x11/gnome-console/Makefile27
1 files changed, 10 insertions, 17 deletions
diff --git a/x11/gnome-console/Makefile b/x11/gnome-console/Makefile
index dfff420931be..49e078d16890 100644
--- a/x11/gnome-console/Makefile
+++ b/x11/gnome-console/Makefile
@@ -1,33 +1,26 @@
PORTNAME= gnome-console
-PORTVERSION= 43.0
-PORTREVISION= 5
+PORTVERSION= 48.0.1
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Minimal terminal for GNOME
-WWW= https://gitlab.gnome.org/GNOME/console
+WWW= https://apps.gnome.org/Console/
-LICENSE= GPLv2+
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= itstool>0:textproc/itstool \
- sassc>0:textproc/sassc
-LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
- libgtop-2.0.so:devel/libgtop \
- libhandy-1.so:x11-toolkits/libhandy \
- libicudata.so:devel/icu \
- libpcre2-8.so:devel/pcre2 \
- libvte-2.91.so:x11-toolkits/vte3
+PORTSCOUT= limit:^48\.
+
+BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
+LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
+ libpcre2-8.so:devel/pcre2
USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \
pkgconfig tar:xz
USE_CSTD= c11
-USE_GNOME= gtk30 gtksourceview5 libadwaita
-MESON_ARGS= ${${PORTVERSION:R}<44:?-Dwerror=false:}
+USE_GNOME= glib20 gtk40 libadwaita vte3
GLIB_SCHEMAS= org.gnome.Console.gschema.xml
-PORTSCOUT= limitw:1,even
-
.include <bsd.port.mk>