svn commit: r386337 - head/sysutils/acts

Mark Felder feld at FreeBSD.org
Thu May 14 15:02:59 UTC 2015


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


More information about the svn-ports-head mailing list