svn commit: r494083 - head/x11/rofi-pass

Tobias Kortkamp tobik at FreeBSD.org
Wed Feb 27 20:35:24 UTC 2019


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


More information about the svn-ports-all mailing list