git: af094237279d - main - x11/cinnamon: Drop ca_root_nss dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 19:55:49 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/ports/commit/?id=af094237279dd658b1da5887771df2b4bff8c43a
commit af094237279dd658b1da5887771df2b4bff8c43a
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-10-05 19:53:10 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-10-05 19:53:10 +0000
x11/cinnamon: Drop ca_root_nss dependency.
PR: 274282
Reviewed by: gnome (vishwin)
Differential Revision: https://reviews.freebsd.org/D42094
---
x11/cinnamon/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile
index 870ff524d216..5bc06067461f 100644
--- a/x11/cinnamon/Makefile
+++ b/x11/cinnamon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cinnamon
PORTVERSION= 5.4.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome
@@ -13,8 +13,7 @@ WWW= https://github.com/linuxmint/cinnamon
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ca_root_nss>0:security/ca_root_nss \
- ${LOCALBASE}/include/EGL/eglmesaext.h:graphics/mesa-dri
+BUILD_DEPENDS= ${LOCALBASE}/include/EGL/eglmesaext.h:graphics/mesa-dri
LIB_DEPENDS= libcjs.so:lang/cjs \
libmuffin.so:x11-wm/muffin \
libcinnamon-menu-3.so:x11/cinnamon-menus \
@@ -24,7 +23,6 @@ LIB_DEPENDS= libcjs.so:lang/cjs \
libsoup-2.4.so:devel/libsoup \
libxapp.so:x11/xapp
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
- ca_root_nss>0:security/ca_root_nss \
gnome-themes-extra>3.0.0:x11-themes/gnome-themes-extra \
caribou>0:accessibility/caribou \
cinnamon-control-center:sysutils/cinnamon-control-center \