#50365 closed submission (fixed)
entr
Reported by: | casr+macports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | kurthindenburg (Kurt Hindenburg), mojca (Mojca Miklavec) | |
Port: | entr |
Description
a utility for running arbitrary commands when files change
Attachments (1)
Change History (9)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Keywords: | haspatch removed |
---|---|
Version: | 2.3.4 |
comment:2 follow-up: 3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 9 years ago by casr+macports@…
Removed configure args for universal and removed extra slashes
comment:3 Changed 9 years ago by casr+macports@…
Thank you for the useful feedback. I've made those amendments to the Portfile
comment:4 Changed 8 years ago by thoni56 (Thomas Nilefalk)
Has this not been included yet? I can't find 'entr' amongst the MacPorts...
comment:5 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | kurthindenburg added |
---|
I made a few changes - let me know of any issues
comment:7 Changed 7 years ago by mojca (Mojca Miklavec)
Cc: | mojca added |
---|
comment:8 Changed 7 years ago by mojca (Mojca Miklavec)
Dear maintainer: we would need your github handle. See: https://github.com/macports/macports-ports/pull/540. Can you please login to Trac again with github and make sure that the address you previously listed on Trac is known to GitHub?
Note: See
TracTickets for help on using
tickets.
Thanks.
Regarding the comment
# setting any arguments to ./configure will probably fail
, that probably means you need to adjust how the universal variant works as well, since by default it adds a configure argument.Regarding the string
${destroot}/${prefix}
which appears twice in the portfile,${prefix}
already begins with a slash, so it is not correct to prefix it with another slash.