Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 20:35:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494083 - head/x11/rofi-pass
Message-ID:  <201902272035.x1RKZNKK009932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Feb 27 20:35:22 2019
New Revision: 494083
URL: https://svnweb.freebsd.org/changeset/ports/494083

Log:
  x11/rofi-pass: Fix typo in RUN_DEPENDS

Modified:
  head/x11/rofi-pass/Makefile

Modified: head/x11/rofi-pass/Makefile
==============================================================================
--- head/x11/rofi-pass/Makefile	Wed Feb 27 20:23:29 2019	(r494082)
+++ head/x11/rofi-pass/Makefile	Wed Feb 27 20:35:22 2019	(r494083)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rofi-pass
 DISTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	alex@xanderio.de
@@ -10,7 +11,7 @@ COMMENT=	Rofi frontend for pass
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-xRUN_DEPENDS=	bash:shells/bash \
+RUN_DEPENDS=	bash:shells/bash \
 		gawk:lang/gawk \
 		${LOCALBASE}/bin/grep:textproc/gnugrep \
 		pass:sysutils/password-store \



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