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

Steve Wills swills at FreeBSD.org
Mon Mar 4 22:08:51 UTC 2019


Author: swills
Date: Mon Mar  4 22:08:50 2019
New Revision: 494657
URL: https://svnweb.freebsd.org/changeset/ports/494657

Log:
  x11/rofi-pass: remove unnecessary dependencies
  
  PR:		236225
  Submitted by:	alex at xanderio.de (maintainer)

Modified:
  head/x11/rofi-pass/Makefile   (contents, props changed)

Modified: head/x11/rofi-pass/Makefile
==============================================================================
--- head/x11/rofi-pass/Makefile	Mon Mar  4 21:57:14 2019	(r494656)
+++ head/x11/rofi-pass/Makefile	Mon Mar  4 22:08:50 2019	(r494657)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rofi-pass
 DISTVERSION=	2.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	alex at xanderio.de
@@ -12,8 +12,6 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	bash:shells/bash \
-		gawk:lang/gawk \
-		${LOCALBASE}/bin/grep:textproc/gnugrep \
 		pass:sysutils/password-store \
 		pwgen:sysutils/pwgen \
 		qrencode:graphics/libqrencode \


More information about the svn-ports-all mailing list