mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 2.3
PR: ports/142325 Submitted by: Steve Wills <steve@mouf.net> Approved by: maintainer timeout
This commit is contained in:
parent
c319695c4b
commit
65d01cabaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248469
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= opensaml2
|
||||
DISTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/
|
||||
DISTNAME= opensaml-${DISTVERSION}
|
||||
MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/
|
||||
DISTNAME= opensaml-${PORTVERSION}
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Open source implentation of SAML2
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (opensaml-2.2.tar.gz) = aea9bfd6223bfdc13a5bd7c411b41fcc
|
||||
SHA256 (opensaml-2.2.tar.gz) = dc00ab7e160a82d060d97d4fdd77ce87eb72043d7063c56fca5a8f46295ee015
|
||||
SIZE (opensaml-2.2.tar.gz) = 920149
|
||||
MD5 (opensaml-2.3.tar.gz) = 9695d40cb28519c2cde8211cd1c3dc69
|
||||
SHA256 (opensaml-2.3.tar.gz) = 027b3b9a6f5c147dd434d52e674ca238672412595dfa18675a70bafc5495e2fd
|
||||
SIZE (opensaml-2.3.tar.gz) = 926057
|
||||
|
@ -45,7 +45,7 @@ include/saml/signature/SignableObject.h
|
||||
include/saml/signature/SignatureProfileValidator.h
|
||||
include/saml/util/CommonDomainCookie.h
|
||||
include/saml/util/SAMLConstants.h
|
||||
lib/libsaml.so.4
|
||||
lib/libsaml.so.6
|
||||
lib/libsaml.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
|
||||
@ -97,20 +97,20 @@ share/xml/opensaml/saml-schema-xacml-2.0.xsd
|
||||
share/xml/opensaml/sstc-saml1x-metadata.xsd
|
||||
share/xml/opensaml/sstc-saml-metadata-ext-query.xsd
|
||||
share/xml/opensaml/sstc-saml-protocol-ext-thirdparty.xsd
|
||||
@dirrmtry share/xml/opensaml
|
||||
@dirrm share/xml/opensaml
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/api
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/doc/opensaml
|
||||
@dirrmtry include/saml/util
|
||||
@dirrmtry include/saml/signature
|
||||
@dirrmtry include/saml/saml2/profile
|
||||
@dirrmtry include/saml/saml2/metadata
|
||||
@dirrmtry include/saml/saml2/core
|
||||
@dirrmtry include/saml/saml2/binding
|
||||
@dirrmtry include/saml/saml2
|
||||
@dirrmtry include/saml/saml1/profile
|
||||
@dirrmtry include/saml/saml1/core
|
||||
@dirrmtry include/saml/saml1/binding
|
||||
@dirrmtry include/saml/saml1
|
||||
@dirrmtry include/saml/encryption
|
||||
@dirrmtry include/saml/binding
|
||||
@dirrmtry include/saml
|
||||
@dirrm include/saml/util
|
||||
@dirrm include/saml/signature
|
||||
@dirrm include/saml/saml2/profile
|
||||
@dirrm include/saml/saml2/metadata
|
||||
@dirrm include/saml/saml2/core
|
||||
@dirrm include/saml/saml2/binding
|
||||
@dirrm include/saml/saml2
|
||||
@dirrm include/saml/saml1/profile
|
||||
@dirrm include/saml/saml1/core
|
||||
@dirrm include/saml/saml1/binding
|
||||
@dirrm include/saml/saml1
|
||||
@dirrm include/saml/encryption
|
||||
@dirrm include/saml/binding
|
||||
@dirrm include/saml
|
||||
|
Loading…
Reference in New Issue
Block a user