From owner-svn-ports-head@freebsd.org Sun Feb 23 07:43:37 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 347D125BE7E; Sun, 23 Feb 2020 07:43:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48QHHr6P2Yz3CjB; Sun, 23 Feb 2020 07:43:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA33191CC; Sun, 23 Feb 2020 07:43:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01N7haYd033256; Sun, 23 Feb 2020 07:43:36 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01N7ha1l033255; Sun, 23 Feb 2020 07:43:36 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202002230743.01N7ha1l033255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 23 Feb 2020 07:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526887 - head/security/p5-openxpki X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/security/p5-openxpki X-SVN-Commit-Revision: 526887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2020 07:43:37 -0000 Author: tcberner Date: Sun Feb 23 07:43:36 2020 New Revision: 526887 URL: https://svnweb.freebsd.org/changeset/ports/526887 Log: security/p5-openxpki: add github submodule PR: 244213 Submitted by: Sergei Vyshenski (maintainer) Modified: head/security/p5-openxpki/Makefile head/security/p5-openxpki/distinfo Modified: head/security/p5-openxpki/Makefile ============================================================================== --- head/security/p5-openxpki/Makefile Sun Feb 23 07:36:50 2020 (r526886) +++ head/security/p5-openxpki/Makefile Sun Feb 23 07:43:36 2020 (r526887) @@ -4,6 +4,7 @@ PORTNAME= openxpki PORTVERSION= 3.2.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- @@ -84,13 +85,18 @@ CONFLICTS= p5-openxpki-client-[0-9]* \ USES= gmake perl5 ssl USE_GITHUB= yes +GH_PROJECT= openxpki-config:conf +conf_VERSION= 3.2 +GH_TAGNAME= ${DISTVERSIONPREFIX}${conf_VERSION}:conf + USE_PERL5= configure USE_RC_SUBR= openxpki SUB_FILES= pkg-message PORTDOCS= * PORTEXAMPLES= * -WRKSRC_SUBDIR= core/server +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC_SUBDIR= core/server/ USERS= openxpki GROUPS= openxpki @@ -100,6 +106,9 @@ OPTIONS_DEFINE= GRAPHVIZ DOCS EXAMPLES GRAPHVIZ_DESC= With graphical visualization of workflows? GRAPHVIZ_RUN_DEPENDS= dot:graphics/graphviz \ imgsize:graphics/p5-Image-Size + +post-extract: + @${MV} ${WRKSRC_conf}/* ${WRKSRC}/../../config/ post-patch: @${REINPLACE_CMD} -e 's|..ENV{PERL} .vergen --format version.|"${PORTVERSION}"|g' ${WRKSRC}/Makefile.PL Modified: head/security/p5-openxpki/distinfo ============================================================================== --- head/security/p5-openxpki/distinfo Sun Feb 23 07:36:50 2020 (r526886) +++ head/security/p5-openxpki/distinfo Sun Feb 23 07:43:36 2020 (r526887) @@ -1,3 +1,5 @@ -TIMESTAMP = 1575999652 +TIMESTAMP = 1582032441 SHA256 (openxpki-openxpki-v3.2.0_GH0.tar.gz) = 2511536c5553f34bf3f50e95f431ab890f040afba3b0f125352356e6a09bbc7a SIZE (openxpki-openxpki-v3.2.0_GH0.tar.gz) = 34316630 +SHA256 (openxpki-openxpki-config-v3.2_GH0.tar.gz) = 9e850ed09389753a6a63a60023e132eafad95225b1c364eb6a500c9a2c12941f +SIZE (openxpki-openxpki-config-v3.2_GH0.tar.gz) = 126933