Bug 192072 - [Maintainer update] sysutils/tartarus
Summary: [Maintainer update] sysutils/tartarus
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-23 21:05 UTC by Juraj Lutter
Modified: 2014-07-24 15:19 UTC (History)
1 user (show)

See Also:


Attachments
Updated patch for bin/tartarus (3.67 KB, patch)
2014-07-24 08:25 UTC, Juraj Lutter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj Lutter freebsd_committer freebsd_triage 2014-07-23 21:05:59 UTC
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.
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2014-07-24 08:25:55 UTC
Created attachment 144932 [details]
Updated patch for bin/tartarus

Updated patch for bin/tartarus to be committed along patch to Makefile.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-24 15:16:18 UTC
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
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2014-07-24 15:19:57 UTC
Committed with minor modifications and improvements, thanks!

http://svnweb.freebsd.org/ports?view=revision&revision=362804