Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 16:19:36 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550528 - head/deskutils/clipmenu
Message-ID:  <202009291619.08TGJaF9013710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Tue Sep 29 16:19:36 2020
New Revision: 550528
URL: https://svnweb.freebsd.org/changeset/ports/550528

Log:
  - Add missing run dependency
  - Bump PORTREVISION

Modified:
  head/deskutils/clipmenu/Makefile

Modified: head/deskutils/clipmenu/Makefile
==============================================================================
--- head/deskutils/clipmenu/Makefile	Tue Sep 29 16:10:48 2020	(r550527)
+++ head/deskutils/clipmenu/Makefile	Tue Sep 29 16:19:36 2020	(r550528)
@@ -3,6 +3,7 @@
 
 PORTNAME=	clipmenu
 DISTVERSION=	6.1.0
+PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -13,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	bash:shells/bash \
 		clipnotify:deskutils/clipnotify \
+		flock:sysutils/flock \
 		xsel:x11/xsel-conrad
 
 USES=		xorg



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