diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-15 15:52:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-15 15:52:57 +0800 |
commit | 6e432a7928cc23c584063bfaa2f24c9597ab2eb2 (patch) | |
tree | 2c25b4fc3e52ed310adcba4abec24917d1fa1291 /security/xmlsec | |
parent | 55ef48f7ce80a630f28a9060f546f22798303308 (diff) | |
download | freebsd-ports-gnome-6e432a7928cc23c584063bfaa2f24c9597ab2eb2.tar.gz freebsd-ports-gnome-6e432a7928cc23c584063bfaa2f24c9597ab2eb2.tar.zst freebsd-ports-gnome-6e432a7928cc23c584063bfaa2f24c9597ab2eb2.zip |
upgrade to 0.0.9
PR: 42731
Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Diffstat (limited to 'security/xmlsec')
-rw-r--r-- | security/xmlsec/Makefile | 4 | ||||
-rw-r--r-- | security/xmlsec/distinfo | 2 | ||||
-rw-r--r-- | security/xmlsec/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index f63a29944d8e..9fd9b1cd8d81 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlsec -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.9 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ @@ -19,4 +19,6 @@ USE_OPENSSL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +MAN1= xmlsec.1 xmlsec-config.1 + .include <bsd.port.mk> diff --git a/security/xmlsec/distinfo b/security/xmlsec/distinfo index bad3929fb2f4..f3f7a5450d55 100644 --- a/security/xmlsec/distinfo +++ b/security/xmlsec/distinfo @@ -1 +1 @@ -MD5 (xmlsec-0.0.7.tar.gz) = 28929ae33cb5310a47c02b6007c5cf77 +MD5 (xmlsec-0.0.9.tar.gz) = 070dae979c90a532ee8ddb9e3f971774 diff --git a/security/xmlsec/pkg-plist b/security/xmlsec/pkg-plist index d71a87ab149d..673c8b679c83 100644 --- a/security/xmlsec/pkg-plist +++ b/security/xmlsec/pkg-plist @@ -6,12 +6,14 @@ 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 @@ -20,8 +22,8 @@ include/xmlsec/xmldsig.h include/xmlsec/xmlenc.h include/xmlsec/xmlsec.h include/xmlsec/xmltree.h -include/xmlsec/xpath.h @dirrm include/xmlsec lib/libxmlsec.a lib/libxmlsec.so lib/libxmlsec.so.0 +lib/pkgconfig/xmlsec.pc |