Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
7a01fc1d
Commit
7a01fc1d
authored
Jul 01, 2018
by
lifanov
Browse files
rename devel/bats to devel/bats-core and update to 1.0.2
parent
259de978
Changes
7
Hide whitespace changes
Inline
Side-by-side
MOVED
View file @
7a01fc1d
...
...
@@ -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
...
...
UPDATING
View file @
7a01fc1d
...
...
@@ -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
...
...
devel/Makefile
View file @
7a01fc1d
...
...
@@ -187,7 +187,7 @@
SUBDIR
+=
b2
SUBDIR
+=
babeltrace
SUBDIR
+=
bam
SUBDIR
+=
bats
SUBDIR
+=
bats
-core
SUBDIR
+=
bazel
SUBDIR
+=
bazel-clang38
SUBDIR
+=
bbfreeze
...
...
devel/bats/Makefile
→
devel/bats
-core
/Makefile
View file @
7a01fc1d
# 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
\
...
...
devel/bats-core/distinfo
0 → 100644
View file @
7a01fc1d
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
devel/bats/pkg-descr
→
devel/bats
-core
/pkg-descr
View file @
7a01fc1d
File moved
devel/bats/distinfo
deleted
100644 → 0
View file @
259de978
TIMESTAMP = 1517234922
SHA256 (sstephenson-bats-v0.4.0_GH0.tar.gz) = 480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7
SIZE (sstephenson-bats-v0.4.0_GH0.tar.gz) = 17258
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment