1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

rename devel/bats to devel/bats-core and update to 1.0.2

This commit is contained in:
Nikolai Lifanov 2018-07-01 23:28:16 +00:00
parent 5e8368d4cd
commit bfc0e045ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473688
7 changed files with 17 additions and 11 deletions

1
MOVED
View File

@ -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 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/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 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|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 devel/boost-python|devel/boost-python-libs|2009-07-28|Boost ports were split and sliced
www/xpi-firegpg||2009-07-31|Removed www/xpi-firegpg||2009-07-31|Removed

View File

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades. 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: 20180630:
AFFECTS: users of net-im/ejabberd AFFECTS: users of net-im/ejabberd
AUTHOR: ashish@FreeBSD.org AUTHOR: ashish@FreeBSD.org

View File

@ -187,7 +187,7 @@
SUBDIR += b2 SUBDIR += b2
SUBDIR += babeltrace SUBDIR += babeltrace
SUBDIR += bam SUBDIR += bam
SUBDIR += bats SUBDIR += bats-core
SUBDIR += bazel SUBDIR += bazel
SUBDIR += bazel-clang38 SUBDIR += bazel-clang38
SUBDIR += bbfreeze SUBDIR += bbfreeze

View File

@ -1,24 +1,22 @@
# Created by: Nikolai Lifanov <lifanov@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= bats PORTNAME= bats-core
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0 DISTVERSION= 1.0.2
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= lifanov@FreeBSD.org MAINTAINER= lifanov@FreeBSD.org
COMMENT= Bash automated testing system COMMENT= Bash automated testing system
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash
USES= shebangfix USES= shebangfix
SHEBANG_FILES= ${SCRIPTS:S/^/libexec\//} SHEBANG_FILES= ${SCRIPTS:S/^/libexec\/${PORTNAME}\//}
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= sstephenson
NO_BUILD= yes NO_BUILD= yes
NO_ARCH= yes NO_ARCH= yes
@ -37,7 +35,7 @@ PLIST_FILES= ${SCRIPTS:S/^/libexec\/${PORTNAME}\//} \
do-install: do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
.for f in ${SCRIPTS} .for f in ${SCRIPTS}
${INSTALL_SCRIPT} ${WRKSRC}/libexec/${f} \ ${INSTALL_SCRIPT} ${WRKSRC}/libexec/${PORTNAME}/${f} \
${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/${f} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/${f}
.endfor .endfor
${RLN} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/bats \ ${RLN} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/bats \

3
devel/bats-core/distinfo Normal file
View File

@ -0,0 +1,3 @@
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

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1517234922
SHA256 (sstephenson-bats-v0.4.0_GH0.tar.gz) = 480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7
SIZE (sstephenson-bats-v0.4.0_GH0.tar.gz) = 17258