diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 15:16:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 15:16:15 +0000 |
commit | 4999a4fccd0068ddbf8be15f8534da06cc8fa805 (patch) | |
tree | 3a9d5a9e156366b0eb00f615b3601563cf986436 /security/shishi | |
parent | 97d2e3970ed8c92786d3533f4bf62977ff372a98 (diff) |
Notes
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 3 | ||||
-rw-r--r-- | security/shishi/Makefile.man | 3 | ||||
-rw-r--r-- | security/shishi/distinfo | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 819ea3a8798a..efc9845cc228 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= shishi -PORTVERSION= 0.0.13 +PORTVERSION= 0.0.14 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ @@ -18,6 +18,7 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ idn.12:${PORTSDIR}/devel/libidn \ tasn1.2:${PORTSDIR}/security/libtasn1 +USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/shishi/Makefile.man b/security/shishi/Makefile.man index 28314b24331a..bf52d3edd30f 100644 --- a/security/shishi/Makefile.man +++ b/security/shishi/Makefile.man @@ -31,6 +31,7 @@ MAN3+= shishi_ap_authenticator.3 MAN3+= shishi_ap_authenticator_cksumdata.3 MAN3+= shishi_ap_authenticator_cksumdata_set.3 MAN3+= shishi_ap_authenticator_cksumtype.3 +MAN3+= shishi_ap_authenticator_cksumraw_set.3 MAN3+= shishi_ap_authenticator_cksumtype_set.3 MAN3+= shishi_ap_authenticator_set.3 MAN3+= shishi_ap_done.3 @@ -62,12 +63,14 @@ MAN3+= shishi_ap_req_set.3 MAN3+= shishi_ap_set_tktoptions.3 MAN3+= shishi_ap_set_tktoptionsasn1usage.3 MAN3+= shishi_ap_set_tktoptionsdata.3 +MAN3+= shishi_ap_set_tktoptionsraw.3 MAN3+= shishi_ap_string2option.3 MAN3+= shishi_ap_tkt.3 MAN3+= shishi_ap_tkt_set.3 MAN3+= shishi_ap_tktoptions.3 MAN3+= shishi_ap_tktoptionsasn1usage.3 MAN3+= shishi_ap_tktoptionsdata.3 +MAN3+= shishi_ap_tktoptionsraw.3 MAN3+= shishi_aprep.3 MAN3+= shishi_aprep_from_file.3 MAN3+= shishi_aprep_get_enc_part_etype.3 diff --git a/security/shishi/distinfo b/security/shishi/distinfo index c599b2178166..90cce3ecab70 100644 --- a/security/shishi/distinfo +++ b/security/shishi/distinfo @@ -1 +1 @@ -MD5 (shishi-0.0.13.tar.gz) = fd240f295f58b201112bfbac5fca4bcb +MD5 (shishi-0.0.14.tar.gz) = 3801d2e8ca23b3ee8d72903e0be22a2f |