Date: Mon, 5 Nov 2012 10:34:26 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306999 - head/security/oath-toolkit Message-ID: <201211051034.qA5AYQmH080496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Mon Nov 5 10:34:25 2012 New Revision: 306999 URL: http://svnweb.freebsd.org/changeset/ports/306999 Log: Update to 2.0.1 release. Feature safe: yes Modified: head/security/oath-toolkit/Makefile head/security/oath-toolkit/distinfo head/security/oath-toolkit/pkg-plist Modified: head/security/oath-toolkit/Makefile ============================================================================== --- head/security/oath-toolkit/Makefile Mon Nov 5 10:20:58 2012 (r306998) +++ head/security/oath-toolkit/Makefile Mon Nov 5 10:34:25 2012 (r306999) @@ -1,7 +1,8 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ PORTNAME= oath-toolkit -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -11,6 +12,7 @@ COMMENT= Library, tools, and PAM module USE_GMAKE= yes USE_GNOME= gnomehack +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -36,7 +38,8 @@ PORTDOCS= * .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPSKC} -LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 \ + xmlsec1:${PORTSDIR}/security/xmlsec1 CONFIGURE_ARG+=--with-xml-prefix=${LOCALBASE} @@ -76,14 +79,16 @@ MAN3+= pskc_build_xml.3 pskc_check_vers pskc_get_key_policy_startdate.3 \ pskc_get_key_profileid.3 pskc_get_key_reference.3 \ pskc_get_key_userid.3 pskc_get_keypackage.3 \ + pskc_get_signed_p.3 \ pskc_get_version.3 pskc_global_done.3 \ pskc_global_init.3 pskc_global_log.3 \ pskc_init.3 pskc_keyusage2str.3 pskc_output.3 \ pskc_parse_from_memory.3 pskc_pinusagemode2str.3 \ + pskc_sign_x509.3 \ pskc_str2keyusage.3 pskc_str2pinusagemode.3 \ pskc_str2valueformat.3 pskc_strerror.3 \ pskc_strerror_name.3 pskc_validate.3 \ - pskc_valueformat2str.3 + pskc_valueformat2str.3 pskc_verify_x509crt.3 PLIST_SUB+= PSKC="" .else Modified: head/security/oath-toolkit/distinfo ============================================================================== --- head/security/oath-toolkit/distinfo Mon Nov 5 10:20:58 2012 (r306998) +++ head/security/oath-toolkit/distinfo Mon Nov 5 10:34:25 2012 (r306999) @@ -1,2 +1,2 @@ -SHA256 (oath-toolkit-2.0.0.tar.gz) = 027a9767d9dd49b8285a5a65b637114e2fdd60feda1f622d5a73d26fc33b667f -SIZE (oath-toolkit-2.0.0.tar.gz) = 3841020 +SHA256 (oath-toolkit-2.0.1.tar.gz) = d267055979a3d41e36fb36f193aa9e43832d64e1555b4d2efc6d28083ac40988 +SIZE (oath-toolkit-2.0.1.tar.gz) = 3926095 Modified: head/security/oath-toolkit/pkg-plist ============================================================================== --- head/security/oath-toolkit/pkg-plist Mon Nov 5 10:20:58 2012 (r306998) +++ head/security/oath-toolkit/pkg-plist Mon Nov 5 10:34:25 2012 (r306999) @@ -21,6 +21,11 @@ lib/security/pam_oath.la lib/security/pam_oath.so libdata/pkgconfig/liboath.pc %%PSKC%%libdata/pkgconfig/libpskc.pc +%%PSKC%%share/xml/pskc/catalog-pskc.xml +%%PSKC%%share/xml/pskc/pskc-schema.xsd +%%PSKC%%share/xml/pskc/xenc-schema.xsd +%%PSKC%%share/xml/pskc/xmldsig-core-schema.xsd @dirrm include/liboath %%PSKC%%@dirrm include/pskc @dirrmtry lib/security +%%PSKC%%@dirrm share/xml/pskc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211051034.qA5AYQmH080496>