Index: head/sysutils/acts/Makefile =================================================================== --- head/sysutils/acts/Makefile (revision 386222) +++ head/sysutils/acts/Makefile (revision 386223) @@ -1,22 +1,26 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= acts PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils archivers MAINTAINER= feld@FreeBSD.org COMMENT= Another Calendar-based Tarsnap Script RUN_DEPENDS= tarsnap>=0:${PORTSDIR}/sysutils/tarsnap USE_GITHUB= yes GH_ACCOUNT= alexjurkiewicz NO_BUILD= yes + +post-patch: + ${REINPLACE_CMD} 's|ionice -c3 ||' ${WRKSRC}/acts.conf do-install: ${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}/${PREFIX}/bin/acts ${INSTALL_DATA} ${WRKSRC}/acts.conf ${STAGEDIR}/${PREFIX}/etc/acts.conf.sample .include Index: head/sysutils/acts/files/patch-acts =================================================================== --- head/sysutils/acts/files/patch-acts (nonexistent) +++ head/sysutils/acts/files/patch-acts (revision 386223) @@ -0,0 +1,15 @@ +--- acts.orig 2014-12-24 00:50:43 UTC ++++ acts +@@ -31,8 +31,11 @@ if [ -f acts.conf ] ; then + elif [ -f /etc/acts.conf ] ; then + . /etc/acts.conf + log_debug "Loaded /etc/acts.conf" ++elif [ -f /usr/local/etc/acts.conf ] ; then ++ . /usr/local/etc/acts.conf ++ log_debug "Loaded /usr/local/etc/acts.conf" + else +- log_message "No $(pwd)/acts.conf or /etc/acts.conf! Exiting." ++ log_message "No $(pwd)/acts.conf, /etc/acts.conf or /usr/local/etc/acts.conf! Exiting." + exit 1 + fi + # Use default values if anything is not set Property changes on: head/sysutils/acts/files/patch-acts ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property