diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:56:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:56:34 +0000 |
commit | f003346de3c9892217b77611ae75544938544749 (patch) | |
tree | af29cb5e5d562e1c0f46ac7d1456cfb037e4950e /security/xmlsec | |
parent | 1b7540145f34639ed17592a33a747c906b33cfc4 (diff) |
Notes
Diffstat (limited to 'security/xmlsec')
-rw-r--r-- | security/xmlsec/Makefile | 7 | ||||
-rw-r--r-- | security/xmlsec/distinfo | 2 | ||||
-rw-r--r-- | security/xmlsec/pkg-plist | 48 |
3 files changed, 31 insertions, 26 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index 72e91b63ff1b..2fd682fdb5e9 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -7,9 +7,12 @@ # PORTNAME= xmlsec -PORTVERSION= 0.0.14 +PORTVERSION= 0.0.15 CATEGORIES= security -MASTER_SITES= http://www.aleksey.com/xmlsec/download/ +MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ + ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ + ftp://ftp.xmlsoft.org/xmlsec/releases \ + ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases MAINTAINER= jim@corebsd.or.id COMMENT= XML Security Library diff --git a/security/xmlsec/distinfo b/security/xmlsec/distinfo index 565e5f07b1f3..ccb566c65a00 100644 --- a/security/xmlsec/distinfo +++ b/security/xmlsec/distinfo @@ -1 +1 @@ -MD5 (xmlsec-0.0.14.tar.gz) = cb9a8d1a23edfbaa8eb9149e0b617060 +MD5 (xmlsec-0.0.15.tar.gz) = 55b91dc6fce8ea8170bb9e6ea584f042 diff --git a/security/xmlsec/pkg-plist b/security/xmlsec/pkg-plist index a2390cea1651..6502d0dd2d5d 100644 --- a/security/xmlsec/pkg-plist +++ b/security/xmlsec/pkg-plist @@ -1,28 +1,29 @@ bin/xmlsec bin/xmlsec-config -include/xmlsec/base64.h -include/xmlsec/bn.h -include/xmlsec/buffered.h -include/xmlsec/ciphers.h -include/xmlsec/debug.h -include/xmlsec/digests.h -include/xmlsec/errors.h -include/xmlsec/io.h -include/xmlsec/keyinfo.h -include/xmlsec/keys.h -include/xmlsec/keysInternal.h -include/xmlsec/keysmngr.h -include/xmlsec/membuf.h -include/xmlsec/nodeset.h -include/xmlsec/transforms.h -include/xmlsec/transformsInternal.h -include/xmlsec/version.h -include/xmlsec/x509.h -include/xmlsec/xmldsig.h -include/xmlsec/xmlenc.h -include/xmlsec/xmlsec.h -include/xmlsec/xmltree.h +include/xmlsec0/xmlsec/base64.h +include/xmlsec0/xmlsec/bn.h +include/xmlsec0/xmlsec/buffered.h +include/xmlsec0/xmlsec/ciphers.h +include/xmlsec0/xmlsec/debug.h +include/xmlsec0/xmlsec/digests.h +include/xmlsec0/xmlsec/errors.h +include/xmlsec0/xmlsec/io.h +include/xmlsec0/xmlsec/keyinfo.h +include/xmlsec0/xmlsec/keys.h +include/xmlsec0/xmlsec/keysInternal.h +include/xmlsec0/xmlsec/keysmngr.h +include/xmlsec0/xmlsec/membuf.h +include/xmlsec0/xmlsec/nodeset.h +include/xmlsec0/xmlsec/transforms.h +include/xmlsec0/xmlsec/transformsInternal.h +include/xmlsec0/xmlsec/version.h +include/xmlsec0/xmlsec/x509.h +include/xmlsec0/xmlsec/xmldsig.h +include/xmlsec0/xmlsec/xmlenc.h +include/xmlsec0/xmlsec/xmlsec.h +include/xmlsec0/xmlsec/xmltree.h lib/libxmlsec.a +lib/libxmlsec.la lib/libxmlsec.so lib/libxmlsec.so.0 lib/pkgconfig/xmlsec.pc @@ -315,5 +316,6 @@ lib/pkgconfig/xmlsec.pc %%PORTDOCS%%@dirrm share/doc/xmlsec/api/sgml %%PORTDOCS%%@dirrm share/doc/xmlsec/api %%PORTDOCS%%@dirrm share/doc/xmlsec -@dirrm include/xmlsec +@dirrm include/xmlsec0/xmlsec +@dirrm include/xmlsec0 @unexec rmdir $D/lib/pkgconfig 2>/dev/null || true |