diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-04-02 17:27:06 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-04-02 17:27:06 +0000 |
commit | 9319ecd45ca16801e7664317409c24f0871f4120 (patch) | |
tree | 93ca3cbe6d2f684682ddf6f42252a9494dd00dd6 /security | |
parent | 6ac76a855f99cbce8fce87a702dae855d44d1fbb (diff) | |
download | ports-9319ecd45ca16801e7664317409c24f0871f4120.tar.gz ports-9319ecd45ca16801e7664317409c24f0871f4120.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/shishi/Makefile | 5 | ||||
-rw-r--r-- | security/shishi/Makefile.man | 2 | ||||
-rw-r--r-- | security/shishi/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 8cd89ba53002..ed2e7acfaf1d 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= shishi -PORTVERSION= 0.0.42 +PORTVERSION= 0.0.43 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +26,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --disable-starttls \ - --with-db-dir=/var/shishi +CONFIGURE_ARGS= --with-db-dir=/var/shishi USE_LDCONFIG= yes INFO= shishi diff --git a/security/shishi/Makefile.man b/security/shishi/Makefile.man index 52a8118719d7..d5e344e7d31b 100644 --- a/security/shishi/Makefile.man +++ b/security/shishi/Makefile.man @@ -332,6 +332,8 @@ MAN3+= shishi_kdc_copy_cname.3 MAN3+= shishi_kdc_copy_crealm.3 MAN3+= shishi_kdc_copy_nonce.3 MAN3+= shishi_kdc_process.3 +MAN3+= shishi_kdc_sendrecv.3 +MAN3+= shishi_kdc_sendrecv_hint.3 MAN3+= shishi_kdcrep_add_enc_part.3 MAN3+= shishi_kdcrep_clear_padata.3 MAN3+= shishi_kdcrep_client_set.3 diff --git a/security/shishi/distinfo b/security/shishi/distinfo index 642657577d1a..f39156e173e1 100644 --- a/security/shishi/distinfo +++ b/security/shishi/distinfo @@ -1,3 +1,3 @@ -MD5 (shishi-0.0.42.tar.gz) = aca127c56de9b4c9deef34578acf5b46 -SHA256 (shishi-0.0.42.tar.gz) = 72bcf9215cf271fa4958976143a13130f9d6a6f9078c7472fdcf6fc78647f0ca -SIZE (shishi-0.0.42.tar.gz) = 4231227 +MD5 (shishi-0.0.43.tar.gz) = ee2e4d122d27c312c07d8ab6ec65da6e +SHA256 (shishi-0.0.43.tar.gz) = a0768907475867a9f7c6ec9152b6467f0de907895bc155b2d13cdf4d2725129e +SIZE (shishi-0.0.43.tar.gz) = 4250074 |