Created attachment 143561 [details] port diff update to 4.5.2.p1 add stage support add port options ng support
Created attachment 143562 [details] openmq-client diff support stage for client port too
I'll take this.
Correct Synopsis.
The commit is being reviewed by my mentors.
The patch is approved. I've add a minor change to remove PORT_OPTIONS:MDOCS and PORT_OPTIONS:MEXAMPLES conditionals since they aren't needed and added %%PORTEXAMPLES%%. There's only one comment: @cd ${WRKSRC}/dist/mq && ${FIND} etc -depth 1 -type f -print | \ ${ECHO_CMD} "etc/mq/{}" \; >> ${PLIST} ${SED} -e "\-/-s--/mq/-" >> ${PLIST} This regex seems overly complicated. Would 's|/|/mq/|' be enough?
i dont know. i am not sed expert
(In reply to hsn from comment #6) > i dont know. i am not sed expert Can you explain your intention with the sed then? It appears to replace existing '/' at the beginning of the file path with '/mq/'. Is this correct?
A commit references this bug: Author: milki Date: Sun Jun 22 05:06:24 UTC 2014 New revision: 358766 URL: http://svnweb.freebsd.org/changeset/ports/358766 Log: Update net/openmq and net/openmq-client to 4.5.2.p.1 - StageDir support - Added DOCS and EXAMPLES options Changelog: https://mq.java.net/4.5.2.html PR: 190828 Submitted by: hsn@sendmail.cz Approved by: swills (mentor) Changes: head/net/openmq/Makefile head/net/openmq/distinfo head/net/openmq/pkg-descr head/net/openmq-client/Makefile
Thanks! Committed with minor changes.