Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 21:52:23 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540543 - in head/x11-themes: slim-freebsd-black-theme slim-freebsd-dark-theme slim-freebsd-themes slim-themes
Message-ID:  <202006262152.05QLqNsV060245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Fri Jun 26 21:52:22 2020
New Revision: 540543
URL: https://svnweb.freebsd.org/changeset/ports/540543

Log:
  Add x11/slim to RUN_DEPENDS of SLiM themes ports
  
  Reported by:	adamw
  Approved by:	portmgr (missing dependencies blanket)

Modified:
  head/x11-themes/slim-freebsd-black-theme/Makefile
  head/x11-themes/slim-freebsd-dark-theme/Makefile
  head/x11-themes/slim-freebsd-themes/Makefile
  head/x11-themes/slim-themes/Makefile

Modified: head/x11-themes/slim-freebsd-black-theme/Makefile
==============================================================================
--- head/x11-themes/slim-freebsd-black-theme/Makefile	Fri Jun 26 21:36:02 2020	(r540542)
+++ head/x11-themes/slim-freebsd-black-theme/Makefile	Fri Jun 26 21:52:22 2020	(r540543)
@@ -2,7 +2,7 @@
 
 PORTNAME=	slim-freebsd-black-theme
 DISTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-themes
 MASTER_SITES=	https://bitbucket.org/rigoletto-freebsd/slim-freebsd-black-theme/get/
 
@@ -12,7 +12,8 @@ COMMENT=	Simple FreeBSD SLiM theme inspired on the Fre
 LICENSE=	CC-BY-4.0
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	montserrat>=0:x11-fonts/montserrat
+RUN_DEPENDS=	montserrat>=0:x11-fonts/montserrat \
+		slim>=0:x11/slim
 
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/x11-themes/slim-freebsd-dark-theme/Makefile
==============================================================================
--- head/x11-themes/slim-freebsd-dark-theme/Makefile	Fri Jun 26 21:36:02 2020	(r540542)
+++ head/x11-themes/slim-freebsd-dark-theme/Makefile	Fri Jun 26 21:52:22 2020	(r540543)
@@ -3,7 +3,7 @@
 PORTNAME=	slim-freebsd-dark-theme
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-themes
 
 MAINTAINER=	miguel@gocobachi.dev
@@ -11,6 +11,8 @@ COMMENT=	Minimalist FreeBSD black/red colors theme for
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	slim>=0:x11/slim
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gocobachi

Modified: head/x11-themes/slim-freebsd-themes/Makefile
==============================================================================
--- head/x11-themes/slim-freebsd-themes/Makefile	Fri Jun 26 21:36:02 2020	(r540542)
+++ head/x11-themes/slim-freebsd-themes/Makefile	Fri Jun 26 21:52:22 2020	(r540543)
@@ -2,6 +2,7 @@
 
 PORTNAME=	slim-freebsd-themes
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	x11-themes
 MASTER_SITES=	LOCAL/decke
 DISTFILES=	slim-freebsd-beastie.tar.gz slim-freebsd-simple.tar.gz
@@ -10,6 +11,8 @@ MAINTAINER=	decke@FreeBSD.org
 COMMENT=	FreeBSD Theme pack for SLiM login app
 
 LICENSE=	CC-BY-SA-4.0
+
+RUN_DEPENDS=	slim>=0:x11/slim
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes

Modified: head/x11-themes/slim-themes/Makefile
==============================================================================
--- head/x11-themes/slim-themes/Makefile	Fri Jun 26 21:36:02 2020	(r540542)
+++ head/x11-themes/slim-themes/Makefile	Fri Jun 26 21:52:22 2020	(r540543)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slim-themes
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-themes
 MASTER_SITES=	http://dist.codelabs.ru/fbsd/ports/slim-themes/:new_themes \
 		http://dist.codelabs.ru/fbsd/ports/slim-themes/:old_themes \
@@ -12,6 +12,8 @@ DISTFILES=
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Theme pack for SLiM login app
+
+RUN_DEPENDS=	slim>=0:x11/slim
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006262152.05QLqNsV060245>