diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-03 09:49:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-03 09:49:52 +0000 |
commit | f398a6850f9927c4461a4c1381925e7b94f1f30e (patch) | |
tree | b651db7eb700ab3e8c973ef57674e0f55347d54c /security/p5-openxpki-deployment | |
parent | 16f8302fff1b5606d7507b32ae5c242ba2ca73b9 (diff) | |
download | ports-f398a6850f9927c4461a4c1381925e7b94f1f30e.tar.gz ports-f398a6850f9927c4461a4c1381925e7b94f1f30e.zip |
Notes
Diffstat (limited to 'security/p5-openxpki-deployment')
-rw-r--r-- | security/p5-openxpki-deployment/Makefile | 2 | ||||
-rw-r--r-- | security/p5-openxpki-deployment/distinfo | 6 | ||||
-rw-r--r-- | security/p5-openxpki-deployment/files/openxpki.sh.in | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/security/p5-openxpki-deployment/Makefile b/security/p5-openxpki-deployment/Makefile index fdd8c9655fe5..5e0df80f9091 100644 --- a/security/p5-openxpki-deployment/Makefile +++ b/security/p5-openxpki-deployment/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openxpki-deployment -PORTVERSION= 0.9.659 +PORTVERSION= 0.9.720 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki diff --git a/security/p5-openxpki-deployment/distinfo b/security/p5-openxpki-deployment/distinfo index edbc6449a07d..481a6ba903fb 100644 --- a/security/p5-openxpki-deployment/distinfo +++ b/security/p5-openxpki-deployment/distinfo @@ -1,3 +1,3 @@ -MD5 (openxpki/openxpki-deployment-0.9.659.tar.gz) = d92f5105c3d733655581916beac7e551 -SHA256 (openxpki/openxpki-deployment-0.9.659.tar.gz) = 8bee14f4d8a7070dfe5aa19a263de8df5b8fc9f0ca9b227b368b994c43c54e63 -SIZE (openxpki/openxpki-deployment-0.9.659.tar.gz) = 50483 +MD5 (openxpki/openxpki-deployment-0.9.720.tar.gz) = c96114ccbcbffb4f4201d6a33d48286f +SHA256 (openxpki/openxpki-deployment-0.9.720.tar.gz) = 07f37118e36873ee35cee63e477a5d3e8fa249be88f7ae0d98ec8c0a6c41f2ad +SIZE (openxpki/openxpki-deployment-0.9.720.tar.gz) = 51966 diff --git a/security/p5-openxpki-deployment/files/openxpki.sh.in b/security/p5-openxpki-deployment/files/openxpki.sh.in index f24aef250108..ce34bcabb088 100644 --- a/security/p5-openxpki-deployment/files/openxpki.sh.in +++ b/security/p5-openxpki-deployment/files/openxpki.sh.in @@ -14,14 +14,18 @@ # openxpki_enable="${openxpki_enable-NO}" openxpki_flags="" -command_args="$1" openxpki_pidfile="%%PREFIX%%/var/openxpki/openxpki.pid" +case "$1" in + *start) command_args="start";; +esac + . %%RC_SUBR%% name="openxpki" rcvar=`set_rcvar` command="%%PREFIX%%/bin/openxpkictl" +procname="openxpkid" load_rc_config $name |