diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-23 11:56:37 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-23 11:56:37 +0000 |
commit | 25348c562b042a1316a3bd689bfeab2726c2d55e (patch) | |
tree | 024313d8d5b6422f57b51ffdfd4c03ca9ce144cb /security/opensaml | |
parent | c48e892fdcbf7f88e6b460fb736ebb37a907145f (diff) | |
download | ports-25348c562b042a1316a3bd689bfeab2726c2d55e.tar.gz ports-25348c562b042a1316a3bd689bfeab2726c2d55e.zip |
Notes
Diffstat (limited to 'security/opensaml')
-rw-r--r-- | security/opensaml/Makefile | 14 | ||||
-rw-r--r-- | security/opensaml/distinfo | 6 | ||||
-rw-r--r-- | security/opensaml/files/patch-configure | 6 | ||||
-rw-r--r-- | security/opensaml/pkg-plist | 3 |
4 files changed, 11 insertions, 18 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 683b6289039d..d812315d5685 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -6,11 +6,11 @@ # PORTNAME= opensaml -DISTVERSION= 1.1b +DISTVERSION= 1.1.1 CATEGORIES= security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/ +MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ -MAINTAINER= tonymaher@optusnet.com.au +MAINTAINER= ports@FreeBSD.org COMMENT= Open source implentation of SAML LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ @@ -18,17 +18,11 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c -BROKEN= does not compile - GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-1.1 - -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in @@ -36,4 +30,4 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/opensaml/distinfo b/security/opensaml/distinfo index da7f26075c93..b58588e77419 100644 --- a/security/opensaml/distinfo +++ b/security/opensaml/distinfo @@ -1,3 +1,3 @@ -MD5 (opensaml-1.1b.tar.gz) = e1f2ecea59244a3d34f1abdedff18956 -SHA256 (opensaml-1.1b.tar.gz) = 24bd44c80659b062c76f1b6d6510b3fcd6d04e9b460e22cc037e0c45286ec110 -SIZE (opensaml-1.1b.tar.gz) = 467027 +MD5 (opensaml-1.1.1.tar.gz) = ee41f4e9df56dcbf11cfbd331ccb3c33 +SHA256 (opensaml-1.1.1.tar.gz) = 207af6ad74bfd7ca7ec345c36e1c6507428807b111f0f90661e669b014a047f1 +SIZE (opensaml-1.1.1.tar.gz) = 438888 diff --git a/security/opensaml/files/patch-configure b/security/opensaml/files/patch-configure index bcfb1d6a0e39..fa5759b79306 100644 --- a/security/opensaml/files/patch-configure +++ b/security/opensaml/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon Feb 12 12:13:21 2007 -+++ configure Mon Feb 12 12:13:27 2007 -@@ -20574,8 +20574,12 @@ +--- configure.orig 2008-05-22 19:38:26.000000000 +1000 ++++ configure 2008-05-22 19:39:17.000000000 +1000 +@@ -20575,8 +20575,12 @@ fi; SSLLIBS="$SSLLIBS -lssl -lcrypto" else diff --git a/security/opensaml/pkg-plist b/security/opensaml/pkg-plist index 5af54f11ccaa..6dab0a60ed9a 100644 --- a/security/opensaml/pkg-plist +++ b/security/opensaml/pkg-plist @@ -16,7 +16,6 @@ lib/libsaml.so.5 %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/OPENSSL.LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/TODO.txt share/xml/opensaml/cs-sstc-schema-assertion-01.xsd share/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd share/xml/opensaml/cs-sstc-schema-protocol-01.xsd @@ -25,5 +24,5 @@ share/xml/opensaml/soap-envelope.xsd share/xml/opensaml/xml.xsd share/xml/opensaml/xmldsig-core-schema.xsd @dirrm include/saml -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/xml/opensaml +%%PORTDOCS%%@dirrm %%DOCSDIR%% |