svn commit: r379463 - head/sysutils/fpart

Ganael LAPLANCHE martymac at FreeBSD.org
Fri Feb 20 19:57:50 UTC 2015


Author: martymac
Date: Fri Feb 20 19:57:49 2015
New Revision: 379463
URL: https://svnweb.freebsd.org/changeset/ports/379463
QAT: https://qat.redports.org/buildarchive/r379463/

Log:
  Add missing dependency to sudo

Modified:
  head/sysutils/fpart/Makefile

Modified: head/sysutils/fpart/Makefile
==============================================================================
--- head/sysutils/fpart/Makefile	Fri Feb 20 19:23:56 2015	(r379462)
+++ head/sysutils/fpart/Makefile	Fri Feb 20 19:57:49 2015	(r379463)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fpart
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		http://contribs.martymac.org/fpart/
@@ -21,7 +22,8 @@ PORTDOCS=	Changelog README TODO
 OPTIONS_DEFINE=	FPSYNC
 OPTIONS_DEFAULT=	FPSYNC
 FPSYNC_DESC=	Install fpsync tool
-FPSYNC_RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
+FPSYNC_RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
+			sudo:${PORTSDIR}/security/sudo
 FPSYNC_PLIST_FILES=	bin/fpsync man/man1/fpsync.1.gz
 
 post-install:


More information about the svn-ports-all mailing list