svn commit: r461336 - head/x11-themes/sddm-freebsd-black-theme

Bernhard Froehlich decke at FreeBSD.org
Fri Feb 9 20:29:00 UTC 2018


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 at 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 at 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


More information about the svn-ports-head mailing list