- Update to 0.9.720

PR:		108621
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
This commit is contained in:
Martin Wilke 2007-02-03 09:49:52 +00:00
parent 16f8302fff
commit f398a6850f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184027
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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