Date: Sun, 15 Dec 2024 22:21:25 GMT From: Eric Turgeon <ericbsd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: faf8e43ae691 - main - x11/mate-base: Fixed controlceter detect and bump Message-ID: <202412152221.4BFMLPIs019095@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=faf8e43ae691f21591df82b7f619e86c019596a4 commit faf8e43ae691f21591df82b7f619e86c019596a4 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2024-12-15 22:19:19 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2024-12-15 22:21:23 +0000 x11/mate-base: Fixed controlceter detect and bump --- Mk/Uses/mate.mk | 2 +- x11/mate-base/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Mk/Uses/mate.mk b/Mk/Uses/mate.mk index dc4272bb90a0..6d6800eb078f 100644 --- a/Mk/Uses/mate.mk +++ b/Mk/Uses/mate.mk @@ -58,7 +58,7 @@ common_DETECT= ${LOCALBASE}/bin/mate-autogen common_BUILD_DEPENDS= ${common_DETECT}:devel/mate-common common_RUN_DEPENDS= ${common_DETECT}:devel/mate-common -controlcenter_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-window-settings-2.0.pc +controlcenter_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-default-applications.pc controlcenter_BUILD_DEPENDS= ${controlcenter_DETECT}:sysutils/mate-control-center controlcenter_LIB_DEPENDS= libmate-window-settings.so:sysutils/mate-control-center controlcenter_RUN_DEPENDS= ${controlcenter_DETECT}:sysutils/mate-control-center diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index 9a73f3c47231..ab2ce7de05dd 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-base PORTVERSION= 1.28.1 +PORTREVISION= 1 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412152221.4BFMLPIs019095>