Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 15:02:58 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386337 - head/sysutils/acts
Message-ID:  <201505141502.t4EF2w9m073944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu May 14 15:02:58 2015
New Revision: 386337
URL: https://svnweb.freebsd.org/changeset/ports/386337

Log:
  Add full path to tarsnap binary in sample config
  
  If you run acts from cron it may fail without full path to tarsnap binary
  due to cron not having /usr/local/bin in PATH by default.

Modified:
  head/sysutils/acts/Makefile

Modified: head/sysutils/acts/Makefile
==============================================================================
--- head/sysutils/acts/Makefile	Thu May 14 14:07:14 2015	(r386336)
+++ head/sysutils/acts/Makefile	Thu May 14 15:02:58 2015	(r386337)
@@ -3,7 +3,7 @@
 
 PORTNAME=	acts
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils archivers
 
 MAINTAINER=	feld@FreeBSD.org
@@ -17,7 +17,7 @@ GH_ACCOUNT=	alexjurkiewicz
 NO_BUILD=	yes
 
 post-patch:
-	${REINPLACE_CMD} 's|ionice -c3 ||' ${WRKSRC}/acts.conf
+	${REINPLACE_CMD} 's|ionice -c3 tarsnap|${LOCALBASE}/bin/tarsnap|' ${WRKSRC}/acts.conf
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}/${PREFIX}/bin/acts



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