Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2018 20:28:59 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461336 - head/x11-themes/sddm-freebsd-black-theme
Message-ID:  <201802092028.w19KSxSe059549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Fri Feb  9 20:28:59 2018
New Revision: 461336
URL: https://svnweb.freebsd.org/changeset/ports/461336

Log:
  - Add missing dependency on montserrat font
  - Switch from PORTVERSION to DISTVERSION
  - Bump PORTREVISION
  
  Submitted by:	lbdm@privacychain.ch (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D14001

Modified:
  head/x11-themes/sddm-freebsd-black-theme/Makefile

Modified: head/x11-themes/sddm-freebsd-black-theme/Makefile
==============================================================================
--- head/x11-themes/sddm-freebsd-black-theme/Makefile	Fri Feb  9 20:25:35 2018	(r461335)
+++ head/x11-themes/sddm-freebsd-black-theme/Makefile	Fri Feb  9 20:28:59 2018	(r461336)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	sddm-freebsd-black-theme
-PORTVERSION=	1.0
+DISTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	x11-themes
 
 MAINTAINER=	lbdm@privacychain.ch
@@ -9,6 +10,8 @@ COMMENT=	Simple SDDM theme inspired on the FBSD SLiM t
 
 LICENSE=	CC-BY-SA-3.0
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+RUN_DEPENDS=	montserrat>=0:x11-fonts/montserrat
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	lebarondemerde



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