mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
rename devel/bats to devel/bats-core and update to 1.0.2
This commit is contained in:
parent
5e8368d4cd
commit
bfc0e045ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473688
1
MOVED
1
MOVED
@ -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
|
||||
|
7
UPDATING
7
UPDATING
@ -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
|
||||
|
@ -187,7 +187,7 @@
|
||||
SUBDIR += b2
|
||||
SUBDIR += babeltrace
|
||||
SUBDIR += bam
|
||||
SUBDIR += bats
|
||||
SUBDIR += bats-core
|
||||
SUBDIR += bazel
|
||||
SUBDIR += bazel-clang38
|
||||
SUBDIR += bbfreeze
|
||||
|
@ -1,24 +1,22 @@
|
||||
# Created by: Nikolai Lifanov <lifanov@FreeBSD.org>
|
||||
# $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 \
|
3
devel/bats-core/distinfo
Normal file
3
devel/bats-core/distinfo
Normal 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
|
@ -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
|
Loading…
Reference in New Issue
Block a user