Please commit following patch to sysutils/tartarus: Index: Makefile =================================================================== --- Makefile (revision 362723) +++ Makefile (working copy) @@ -16,7 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ - ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ + ${LOCALBASE}/bin/gdate:${PORTSDIR}/sysutils/coreutils USES= gmake perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/bin/* tartarus should depend on "gdate" from coreutils. Thanks.
Created attachment 144932 [details] Updated patch for bin/tartarus Updated patch for bin/tartarus to be committed along patch to Makefile.
A commit references this bug: Author: danfe Date: Thu Jul 24 15:15:42 UTC 2014 New revision: 362804 URL: http://svnweb.freebsd.org/changeset/ports/362804 Log: - Our date(1) does not support -r switch the way GNU date(1) does; instead of pulling gdate(1) dependency use stat(1) command to obtain modification time - Fix whitespace in Makefile, improve `do-install' target, and fix a typo and bogus EOL space in pkg-descr while I'm here PR: 192072 Changes: head/sysutils/tartarus/Makefile head/sysutils/tartarus/files/patch-bin__tartarus head/sysutils/tartarus/pkg-descr
Committed with minor modifications and improvements, thanks! http://svnweb.freebsd.org/ports?view=revision&revision=362804