From owner-svn-ports-head@freebsd.org Fri Aug 30 20:05:36 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 56C49D757B; Fri, 30 Aug 2019 20:05:36 +0000 (UTC) (envelope-from cy@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 46Kr7h1h4hz4Vdq; Fri, 30 Aug 2019 20:05:36 +0000 (UTC) (envelope-from cy@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 1C965578E; Fri, 30 Aug 2019 20:05:36 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7UK5ZYk072531; Fri, 30 Aug 2019 20:05:35 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7UK5Zlg072530; Fri, 30 Aug 2019 20:05:35 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201908302005.x7UK5Zlg072530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 30 Aug 2019 20:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510289 - head/sysutils/cfengine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/cfengine-devel X-SVN-Commit-Revision: 510289 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: Fri, 30 Aug 2019 20:05:36 -0000 Author: cy Date: Fri Aug 30 20:05:35 2019 New Revision: 510289 URL: https://svnweb.freebsd.org/changeset/ports/510289 Log: Update to the latest cfengine commit on github. This includes the upstream split of libntech from cfengine/core into its own submodule in cfengine/libntech. Modified: head/sysutils/cfengine-devel/Makefile (contents, props changed) head/sysutils/cfengine-devel/distinfo (contents, props changed) Modified: head/sysutils/cfengine-devel/Makefile ============================================================================== --- head/sysutils/cfengine-devel/Makefile Fri Aug 30 20:05:27 2019 (r510288) +++ head/sysutils/cfengine-devel/Makefile Fri Aug 30 20:05:35 2019 (r510289) @@ -5,8 +5,9 @@ PORTNAME= cfengine PORTVERSION= 3.${CFENGINE_COMMIT_DATE} CATEGORIES= sysutils PKGNAMESUFFIX= -devel -HASH= b417fb6 -CFENGINE_COMMIT_DATE= 2019.08.11 +CFENGINE_HASH= 35d777b0 +LIBNTECH_HASH= 34390bc8 +CFENGINE_COMMIT_DATE= 2019.08.30 MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port @@ -16,13 +17,13 @@ COMMENT= Systems administration tool for networks LICENSE= GPLv3 USE_GITHUB= yes -GH_PROJECT= core -GH_TAGNAME= ${HASH} +# GH_PROJECT= core libntech:libntech +# GH_TAGNAME= ${CFENGINE_HASH} ${LIBNTECH_HASH} +GH_TUPLE= cfengine:core:${CFENGINE_HASH} \ + cfengine:libntech:${LIBNTECH_HASH}:libntech/libntech CPE_VENDOR= gnu CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[02-9]-* cfengine-3.* - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-[12-9]* Modified: head/sysutils/cfengine-devel/distinfo ============================================================================== --- head/sysutils/cfengine-devel/distinfo Fri Aug 30 20:05:27 2019 (r510288) +++ head/sysutils/cfengine-devel/distinfo Fri Aug 30 20:05:35 2019 (r510289) @@ -1,3 +1,5 @@ -TIMESTAMP = 1565586651 -SHA256 (cfengine-core-3.2019.08.11-b417fb6_GH0.tar.gz) = 5b2404411b0f3dabd5e3005e5e0ba812921055ad1b572da10781b8aa072717bd -SIZE (cfengine-core-3.2019.08.11-b417fb6_GH0.tar.gz) = 2384367 +TIMESTAMP = 1567192037 +SHA256 (cfengine-core-3.2019.08.30-35d777b0_GH0.tar.gz) = 1cfa623570770f4ae2c4514e8fbfa24cccf368bf2a8628a3ae6358fbf5b704d0 +SIZE (cfengine-core-3.2019.08.30-35d777b0_GH0.tar.gz) = 2157590 +SHA256 (cfengine-libntech-34390bc8_GH0.tar.gz) = b48951e371a03a9cbca164eaf1159efeb6f697655e3c44c5f683a8d6e93359a1 +SIZE (cfengine-libntech-34390bc8_GH0.tar.gz) = 552960