X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Portfile.in;h=c6ecd2a9aae3d291a6427cc0e7e0879539cd03a7;hb=bd393dcbca1f5e4365535841f2b10e02859e3f87;hp=ae3aa878bea0aad3b5c60f2bee8a953aa8291275;hpb=9ed6a1981ce22b52d39e9c1e020122619b573e30;p=shibboleth%2Fcpp-opensaml.git diff --git a/Portfile.in b/Portfile.in index ae3aa87..c6ecd2a 100644 --- a/Portfile.in +++ b/Portfile.in @@ -1,22 +1,29 @@ PortSystem 1.0 -name opensaml -version @-VERSION-@ -categories shibboleth -maintainers cantor.2@osu.edu -description OpenSAML 2 library for C++ -long_description SAML 2.0/1.x toolkit -homepage http://www.opensaml.org/ -master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/${version}/ -checksums sha1 @CHECKSUM@ +name @PACKAGE@ +version @PACKAGE_VERSION@ +categories lang shibboleth security xml +maintainers scantor snc +description OpenSAML 2 library for C++ +long_description SAML 2.0/1.x toolkit +homepage http://www.opensaml.org/ +master_sites http://shibboleth.internet2.edu/downloads/opensaml/cpp/${version}/ -depends_lib port:xmltooling \ - port:xml-security-c \ - port:xercesc \ - port:log4shib +platforms darwin -configure.args --disable-static \ - --with-log4shib=${prefix} \ - --with-xmltooling=${prefix} \ - --with-xerces=${prefix} \ - --with-xmlsec=${prefix} +depends_lib port:xmltooling \ + port:xml-security-c \ + port:xercesc3 \ + port:log4shib + +checksums sha1 @CHECKSUM@ + +configure.args --disable-static \ + --with-xmltooling=${prefix} \ + --with-xerces=${prefix} \ + --with-xmlsec=${prefix} + + +livecheck.check regex +livecheck.url http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/mac/ports/shibboleth/opensaml/Portfile +livecheck.regex "version *(\\d+\\.\\d+(\\.\\d+)?)"