diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-07 13:37:31 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-07 13:37:31 +0800 |
commit | dade0db56065ee1ef2df3c838d5007fcee678c01 (patch) | |
tree | bc9e5bc67b3c61b19bb11e5bd9cfc0b5b1a181f7 /security | |
parent | d96d1a543afb7a913a721075c9e4cc6af56a426c (diff) | |
download | freebsd-ports-gnome-dade0db56065ee1ef2df3c838d5007fcee678c01.tar.gz freebsd-ports-gnome-dade0db56065ee1ef2df3c838d5007fcee678c01.tar.zst freebsd-ports-gnome-dade0db56065ee1ef2df3c838d5007fcee678c01.zip |
- Update to 0.9.850
PR: 113407
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-openxpki-client-cli/Makefile | 4 | ||||
-rw-r--r-- | security/p5-openxpki-client-cli/distinfo | 6 | ||||
-rw-r--r-- | security/p5-openxpki-client-cli/pkg-descr | 6 |
3 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-openxpki-client-cli/Makefile b/security/p5-openxpki-client-cli/Makefile index ef2a27a825bc..d650d2c1c8c0 100644 --- a/security/p5-openxpki-client-cli/Makefile +++ b/security/p5-openxpki-client-cli/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openxpki-client-cli -PORTVERSION= 0.9.651 +PORTVERSION= 0.9.850 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- DISTNAME= OpenXPKI-Client-CLI-${PORTVERSION} DIST_SUBDIR= openxpki -MAINTAINER= svysh@cryptocom.ru +MAINTAINER= svysh@pn.sinp.msu.ru COMMENT= Command line interface for local openxpki daemon BUILD_DEPENDS= \ diff --git a/security/p5-openxpki-client-cli/distinfo b/security/p5-openxpki-client-cli/distinfo index 7f537d75f142..9783e58eb5f2 100644 --- a/security/p5-openxpki-client-cli/distinfo +++ b/security/p5-openxpki-client-cli/distinfo @@ -1,3 +1,3 @@ -MD5 (openxpki/OpenXPKI-Client-CLI-0.9.651.tar.gz) = 72898bedaf7b8f161103078c399b7299 -SHA256 (openxpki/OpenXPKI-Client-CLI-0.9.651.tar.gz) = 831723d75768f5ba723caf43baa0bcf6e8a78edc5a545db6ef62a06135d12a1f -SIZE (openxpki/OpenXPKI-Client-CLI-0.9.651.tar.gz) = 10560 +MD5 (openxpki/OpenXPKI-Client-CLI-0.9.850.tar.gz) = 141504c69c319e9f95f307221464f353 +SHA256 (openxpki/OpenXPKI-Client-CLI-0.9.850.tar.gz) = 87cf935d3922607877af9285d0cb77ec6b86bddbff6aa4e7ba86fd3f360754a2 +SIZE (openxpki/OpenXPKI-Client-CLI-0.9.850.tar.gz) = 14733 diff --git a/security/p5-openxpki-client-cli/pkg-descr b/security/p5-openxpki-client-cli/pkg-descr index dccf2ae39cd6..4c88d1c948e0 100644 --- a/security/p5-openxpki-client-cli/pkg-descr +++ b/security/p5-openxpki-client-cli/pkg-descr @@ -7,7 +7,6 @@ p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-cli: command line interface to local OpenXPKI daemon p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon p5-openxpki-client-scep: set of SCEP tools -p5-openxpki-client-soap-lite: set of SOAP-Lite tools p5-openxpki-deployment: set or deployment tools Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): @@ -15,10 +14,9 @@ Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n \ \ | p5-openxpki-client-cli, p5-openxpki-client-html-mason, - \--> | p5-openxpki-client-scep, p5-openxpki-client-soap-lite, - | p5-openxpki-deployment. + \--> | p5-openxpki-client-scep, p5-openxpki-deployment. Notes: I18n is needed for the English interface too. For effective use of deployment, it is recommended to install at least one of the clients: ...-cli or ...-mason. -WWW: http://www.openxpki.org/ +WWW: http://www.openxpki.org/download/freebsd.html |