svn commit: r473688 - in head: . devel devel/bats devel/bats-core
Nikolai Lifanov
lifanov at FreeBSD.org
Sun Jul 1 23:28:18 UTC 2018
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 at 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 at 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 <lifanov at FreeBSD.org>
# $FreeBSD$
-PORTNAME= bats
+PORTNAME= bats-core
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
+DISTVERSION= 1.0.2
CATEGORIES= devel
MAINTAINER= lifanov at 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
More information about the svn-ports-head
mailing list