X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Portfile.in;h=a17841dc0e76156c3e75121d8a0d2500d85d4b5c;hb=refs%2Fheads%2Fupstream%2Ftags%2F1.3.1;hp=eb6aa25d7d529a2874e4bd4f3122e79226a44227;hpb=2ff3f59e9269ee7f565b34147928ee25633e5249;p=shibboleth%2Fxmltooling.git diff --git a/Portfile.in b/Portfile.in index eb6aa25..a17841d 100644 --- a/Portfile.in +++ b/Portfile.in @@ -1,24 +1,29 @@ PortSystem 1.0 -name xmltooling -version @-VERSION-@ -categories shibboleth -maintainers cantor.2@osu.edu -description XMLTooling library for C++ -long_description Toolkit for security-aware XML processing -homepage http://www.opensaml.org/ -master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/${version}/ -checksums sha1 @CHECKSUM@ +name @PACKAGE@ +version @PACKAGE_VERSION@ +categories security textproc xml shibboleth +maintainers snc scantor +description XMLTooling library for C++ +long_description Toolkit for security-aware XML processing +homepage http://www.opensaml.org/ -configure.args --disable-static \ - --with-log4shib=${prefix} \ - --with-openssl=${prefix} \ - --with-curl=${prefix} \ - --with-xerces=${prefix} \ - --with-xmlsec=${prefix} +platforms darwin +depends_lib port:curl \ + port:xercesc3 \ + port:xml-security-c \ + port:log4shib +master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/ +checksums sha1 @CHECKSUM@ -depends_lib port:curl \ - port:xercesc \ - port:xml-security-c \ - port:log4shib +configure.args --disable-static \ + --with-openssl=${prefix} \ + --with-curl=${prefix} \ + --with-xerces=${prefix} \ + --with-xmlsec=${prefix} + + +livecheck.check regex +livecheck.url http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/mac/ports/shibboleth/xmltooling/Portfile +livecheck.regex "version *(\\d+\\.\\d+(\\.\\d+)?)"