From owner-svn-ports-head@freebsd.org Tue Dec 31 15:58:26 2019 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 DC21A1D809D; Tue, 31 Dec 2019 15:58:26 +0000 (UTC) (envelope-from rene@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 47nJqk5b1Rz4Qp6; Tue, 31 Dec 2019 15:58:26 +0000 (UTC) (envelope-from rene@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 BB18F1C890; Tue, 31 Dec 2019 15:58:26 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBVFwQaG040005; Tue, 31 Dec 2019 15:58:26 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBVFwQi6040003; Tue, 31 Dec 2019 15:58:26 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201912311558.xBVFwQi6040003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 31 Dec 2019 15:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521637 - in head/sysutils: cfengine310 cfengine311 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/sysutils: cfengine310 cfengine311 X-SVN-Commit-Revision: 521637 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: Tue, 31 Dec 2019 15:58:26 -0000 Author: rene Date: Tue Dec 31 15:58:26 2019 New Revision: 521637 URL: https://svnweb.freebsd.org/changeset/ports/521637 Log: sysutils/cfengine31[01]: adjust BROKEN message, security/openssl expired today Modified: head/sysutils/cfengine310/Makefile head/sysutils/cfengine311/Makefile Modified: head/sysutils/cfengine310/Makefile ============================================================================== --- head/sysutils/cfengine310/Makefile Tue Dec 31 15:49:03 2019 (r521636) +++ head/sysutils/cfengine310/Makefile Tue Dec 31 15:58:26 2019 (r521637) @@ -76,8 +76,8 @@ LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200085 .if ${SSL_DEFAULT} != "openssl" -BROKEN_FreeBSD_12= fails to build with openssl111, install security/openssl -BROKEN_FreeBSD_13= fails to build with openssl111, install security/openssl +BROKEN_FreeBSD_12= fails to build with openssl111 +BROKEN_FreeBSD_13= fails to build with openssl111 .endif .endif Modified: head/sysutils/cfengine311/Makefile ============================================================================== --- head/sysutils/cfengine311/Makefile Tue Dec 31 15:49:03 2019 (r521636) +++ head/sysutils/cfengine311/Makefile Tue Dec 31 15:58:26 2019 (r521637) @@ -76,8 +76,8 @@ LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200085 .if ${SSL_DEFAULT} != "openssl" -BROKEN_FreeBSD_12= fails to build with openssl111, install security/openssl -BROKEN_FreeBSD_13= fails to build with openssl111, install security/openssl +BROKEN_FreeBSD_12= fails to build with openssl111 +BROKEN_FreeBSD_13= fails to build with openssl111 .endif .endif