pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cinnamon: Demote mozilla-rootcerts dependency



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Sep 2 20:25:17 2023 -0400
Changeset:	e53fd154a9e72b7e0c5fad5cfdf5397a83bb8c60

Modified Files:
	cinnamon/Makefile

Log Message:
cinnamon: Demote mozilla-rootcerts dependency

pkgsrc policy, not well documented until a few minutes ago, has been
that packages may not depend on mozilla-rootcerts-openssl, because such a
dependency changes system configuration.

This commit just changes a dependency on mozilla-rootcerts-openssl to
mozilla-rootcerts, without testing.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e53fd154a9e72b7e0c5fad5cfdf5397a83bb8c60

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cinnamon/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/cinnamon/Makefile b/cinnamon/Makefile
index faa28dbd88..d6ba739f2a 100644
--- a/cinnamon/Makefile
+++ b/cinnamon/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.1 2015/02/19 21:21:12 jihbed Exp $
 
 DISTNAME=	cinnamon-4.6.7
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=linuxmint/}
 GITHUB_PROJECT=	Cinnamon
@@ -97,7 +97,7 @@ DEPENDS+=	gnome-themes-standard>=3.20.0:../../graphics/gnome-themes-standard
 DEPENDS+=	gnome-icon-theme-[0-9]*:../../graphics/gnome-icon-theme
 #DEPENDS+=	gnome-terminal->=3.0.0:../../cinnamon/gnome-terminal
 DEPENDS+=	mate-polkit-[0-9]*:../../security/mate-polkit
-DEPENDS+=	mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
+DEPENDS+=	mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
 DEPENDS+=	muffin>=4.6.2:../../wip/muffin
 TOOL_DEPENDS+=	gettext-m4>=0.14.6:../../devel/gettext-m4
 


Home | Main Index | Thread Index | Old Index