Opened 8 years ago
Closed 8 years ago
#53800 closed submission (fixed)
git-latexdiff
Reported by: | jjstickel (Jonathan Stickel) | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | git-latexdiff |
Description
New Port for git-latexdiff. Portfile and patchfile attached.
Attachments (2)
Change History (5)
Changed 8 years ago by jjstickel (Jonathan Stickel)
Attachment: | makefile.diff added |
---|
comment:1 follow-up: 2 Changed 8 years ago by mf2k (Frank Schima)
Changed 8 years ago by jjstickel (Jonathan Stickel)
Attachment: | git-latexdiff_Portfile added |
---|
comment:2 Changed 8 years ago by jjstickel (Jonathan Stickel)
Replying to mf2k:
Comments:
- Please change
system "cd ${worksrcpath} && ${prefix}/bin/git init ."
to besystem -W ${worksrcpath} "${prefix}/bin/git init ."
That change has been made in the latest attached Portfile.
comment:3 Changed 8 years ago by mf2k (Frank Schima)
Owner: | set to mf2k |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Comments:
system "cd ${worksrcpath} && ${prefix}/bin/git init ."
to besystem -W ${worksrcpath} "${prefix}/bin/git init ."