From owner-svn-ports-head@freebsd.org Sun Jul 1 23:28:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15AEFFE9E8B; Sun, 1 Jul 2018 23:28:18 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB698839EB; Sun, 1 Jul 2018 23:28:17 +0000 (UTC) (envelope-from lifanov@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 9C6BC25599; Sun, 1 Jul 2018 23:28:17 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w61NSHLZ089418; Sun, 1 Jul 2018 23:28:17 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w61NSGUW089413; Sun, 1 Jul 2018 23:28:16 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201807012328.w61NSGUW089413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sun, 1 Jul 2018 23:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473688 - in head: . devel devel/bats devel/bats-core X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head: . devel devel/bats devel/bats-core X-SVN-Commit-Revision: 473688 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.27 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, 01 Jul 2018 23:28:18 -0000 Author: lifanov Date: Sun Jul 1 23:28:16 2018 New Revision: 473688 URL: https://svnweb.freebsd.org/changeset/ports/473688 Log: rename devel/bats to devel/bats-core and update to 1.0.2 Added: head/devel/bats-core/ - copied from r473687, head/devel/bats/ Deleted: head/devel/bats/ Modified: head/MOVED head/UPDATING head/devel/Makefile head/devel/bats-core/Makefile head/devel/bats-core/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 1 23:27:22 2018 (r473687) +++ head/MOVED Sun Jul 1 23:28:16 2018 (r473688) @@ -773,6 +773,7 @@ editors/openoffice.org-2-devel||2009-07-21|Removed games/amy||2009-07-28|Has expired: mastersite disappeared, does not build on recent version security/hashish||2009-07-28|Has expired: does not compile security/smtpmap||2009-07-28|Has expired: depends on GCC 2.95 which has not been available for 9+ months +devel/bats|devel/bats-core|2018-07-01|Bats maintainership changed upstream to bats-core team devel/boost|devel/boost-libs|2009-07-28|Boost ports were split and sliced devel/boost-python|devel/boost-python-libs|2009-07-28|Boost ports were split and sliced www/xpi-firegpg||2009-07-31|Removed Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jul 1 23:27:22 2018 (r473687) +++ head/UPDATING Sun Jul 1 23:28:16 2018 (r473688) @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180701: + AFFECTS: users of devel/bats + AUTHOR: lifanov@FreeBSD.org + + The devel/bats port has been renamed to devel/bats-core to match the + new upstream project. + 20180630: AFFECTS: users of net-im/ejabberd AUTHOR: ashish@FreeBSD.org Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 1 23:27:22 2018 (r473687) +++ head/devel/Makefile Sun Jul 1 23:28:16 2018 (r473688) @@ -187,7 +187,7 @@ SUBDIR += b2 SUBDIR += babeltrace SUBDIR += bam - SUBDIR += bats + SUBDIR += bats-core SUBDIR += bazel SUBDIR += bazel-clang38 SUBDIR += bbfreeze Modified: head/devel/bats-core/Makefile ============================================================================== --- head/devel/bats/Makefile Sun Jul 1 23:27:22 2018 (r473687) +++ head/devel/bats-core/Makefile Sun Jul 1 23:28:16 2018 (r473688) @@ -1,24 +1,22 @@ -# Created by: Nikolai Lifanov # $FreeBSD$ -PORTNAME= bats +PORTNAME= bats-core DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 +DISTVERSION= 1.0.2 CATEGORIES= devel MAINTAINER= lifanov@FreeBSD.org COMMENT= Bash automated testing system LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= bash:shells/bash USES= shebangfix -SHEBANG_FILES= ${SCRIPTS:S/^/libexec\//} +SHEBANG_FILES= ${SCRIPTS:S/^/libexec\/${PORTNAME}\//} USE_GITHUB= yes -GH_ACCOUNT= sstephenson NO_BUILD= yes NO_ARCH= yes @@ -37,7 +35,7 @@ PLIST_FILES= ${SCRIPTS:S/^/libexec\/${PORTNAME}\//} \ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} .for f in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/libexec/${f} \ + ${INSTALL_SCRIPT} ${WRKSRC}/libexec/${PORTNAME}/${f} \ ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/${f} .endfor ${RLN} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/bats \ Modified: head/devel/bats-core/distinfo ============================================================================== --- head/devel/bats/distinfo Sun Jul 1 23:27:22 2018 (r473687) +++ head/devel/bats-core/distinfo Sun Jul 1 23:28:16 2018 (r473688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517234922 -SHA256 (sstephenson-bats-v0.4.0_GH0.tar.gz) = 480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7 -SIZE (sstephenson-bats-v0.4.0_GH0.tar.gz) = 17258 +TIMESTAMP = 1530486850 +SHA256 (bats-core-bats-core-v1.0.2_GH0.tar.gz) = 4ad77fbf3c0be1f1221477a3df7af13884f33f56d9596ad7c6e37e2d9ae45ff0 +SIZE (bats-core-bats-core-v1.0.2_GH0.tar.gz) = 36002