Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450 | Eitan Adler | 2012-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563 | ||||
* | The Web Service Addressing protocol is used to select certain service | Wen Heping | 2010-12-27 | 4 | -0/+60 |
and port on a SOAP server, just like the "Host" header in "HTTP". The basic SOAP design uses the URI and the "soapAction" header of HTTP (in case it uses HTTP, by far the most often used transport mechanism) However, when the server is hidden behind firewalls and proxies, these fields are rewritten or replaced. This means that the definitions by the WSDL for the client can differ from the configuration of the WWW: http://search.cpan.org/dist/XML-Compile-SOAP-WSA/ PR: ports/152657 Submitted by: Patrick Powell <papowell@astart.com> Notes: svn path=/head/; revision=266955 |