From owner-svn-ports-all@FreeBSD.ORG Mon Mar 16 10:52:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0ADB340; Mon, 16 Mar 2015 10:52:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81875AD6; Mon, 16 Mar 2015 10:52:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2GAq3QZ041478; Mon, 16 Mar 2015 10:52:03 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2GAq2SZ041470; Mon, 16 Mar 2015 10:52:02 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201503161052.t2GAq2SZ041470@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 16 Mar 2015 10:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381379 - head/security/p5-openxpki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 10:52:03 -0000 Author: robak Date: Mon Mar 16 10:52:01 2015 New Revision: 381379 URL: https://svnweb.freebsd.org/changeset/ports/381379 QAT: https://qat.redports.org/buildarchive/r381379/ Log: security/p5-openxpki: update 0.26.1.1 -> 0.27.0.1 PR: 198525 Submitted by: Sergei Vyshenski Modified: head/security/p5-openxpki/Makefile head/security/p5-openxpki/distinfo head/security/p5-openxpki/pkg-plist Modified: head/security/p5-openxpki/Makefile ============================================================================== --- head/security/p5-openxpki/Makefile Mon Mar 16 10:24:24 2015 (r381378) +++ head/security/p5-openxpki/Makefile Mon Mar 16 10:52:01 2015 (r381379) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openxpki -PORTVERSION= 0.26.1.1 +PORTVERSION= 0.27.0.1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- DIST_SUBDIR= ${PORTNAME} @@ -73,7 +73,7 @@ CONFLICTS= \ USE_GITHUB= yes GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9bd1fea +GH_COMMIT= 5a4c5eb USE_OPENSSL= yes USE_PERL5= configure @@ -86,7 +86,6 @@ WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PRO USERS= openxpki GROUPS= openxpki -NO_ARCH= yes OPTIONS_DEFINE= GRAPHVIZ DOCS Modified: head/security/p5-openxpki/distinfo ============================================================================== --- head/security/p5-openxpki/distinfo Mon Mar 16 10:24:24 2015 (r381378) +++ head/security/p5-openxpki/distinfo Mon Mar 16 10:52:01 2015 (r381379) @@ -1,2 +1,2 @@ -SHA256 (openxpki/openxpki-0.26.1.1.tar.gz) = 4bc3cefeafa23e002f763278dd48a21d31ce583221c4e8072cbf46206804d583 -SIZE (openxpki/openxpki-0.26.1.1.tar.gz) = 2048267 +SHA256 (openxpki/openxpki-0.27.0.1.tar.gz) = f604615bec19ed4ecc56d6d14803e70aea7e15ebb04dd8ca9dba59bdd70d46bc +SIZE (openxpki/openxpki-0.27.0.1.tar.gz) = 2094176 Modified: head/security/p5-openxpki/pkg-plist ============================================================================== --- head/security/p5-openxpki/pkg-plist Mon Mar 16 10:24:24 2015 (r381378) +++ head/security/p5-openxpki/pkg-plist Mon Mar 16 10:52:01 2015 (r381379) @@ -20,6 +20,7 @@ bin/openxpkictl %%SITE_ARCH%%/OpenXPKI/Client/UI/Profile.pm %%SITE_ARCH%%/OpenXPKI/Client/UI/Result.pm %%SITE_ARCH%%/OpenXPKI/Client/UI/Secret.pm +%%SITE_ARCH%%/OpenXPKI/Client/UI/Source.pm %%SITE_ARCH%%/OpenXPKI/Client/UI/Workflow.pm %%SITE_ARCH%%/OpenXPKI/Config.pm %%SITE_ARCH%%/OpenXPKI/Config/Backend.pm @@ -344,6 +345,7 @@ bin/openxpkictl %%PERL5_MAN3%%/OpenXPKI::Client::UI::Home.3.gz %%PERL5_MAN3%%/OpenXPKI::Client::UI::Information.3.gz %%PERL5_MAN3%%/OpenXPKI::Client::UI::Result.3.gz +%%PERL5_MAN3%%/OpenXPKI::Client::UI::Source.3.gz %%PERL5_MAN3%%/OpenXPKI::Client::UI::Workflow.3.gz %%PERL5_MAN3%%/OpenXPKI::Config.3.gz %%PERL5_MAN3%%/OpenXPKI::Config::Backend.3.gz @@ -727,6 +729,7 @@ man/man1/openxpkictl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/def/change_metadata.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/def/crl_issuance.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/def/enrollment.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/cancel.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/check_for_revocation.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/disconnect.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/nice_fetch_certificate.yaml @@ -736,9 +739,13 @@ man/man1/openxpkictl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/noop.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/noop2.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/action/skip.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/condition/is_batch_mode.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/cert_identifier.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/cert_subject.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/cert_subject_alt_name.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/comment.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/email.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/flag_batch_mode.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/invalidity_time.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/notafter.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/workflow/global/field/notbefore.yaml