aboutsummaryrefslogtreecommitdiffstats
path: root/community/entr
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-08-13 22:01:52 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-08-13 22:01:52 +0200
commit8569731b43ddbc3803f34965bbdeab2322425cde (patch)
tree72f0abec22ea0d19775858e5c957338c13450526 /community/entr
parent8b7a9ea5079ad7676f8b735fae339efafcfefdfc (diff)
downloadaports-8569731b43ddbc3803f34965bbdeab2322425cde.tar.bz2
aports-8569731b43ddbc3803f34965bbdeab2322425cde.tar.xz
community/entr: upgrade to 3.8
Diffstat (limited to 'community/entr')
-rw-r--r--community/entr/APKBUILD8
-rw-r--r--community/entr/fix-tests.patch11
2 files changed, 3 insertions, 16 deletions
diff --git a/community/entr/APKBUILD b/community/entr/APKBUILD
index 9e15ad4f33..22775f4320 100644
--- a/community/entr/APKBUILD
+++ b/community/entr/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=entr
-pkgver=3.7
+pkgver=3.8
pkgrel=0
pkgdesc="Event Notify Test Runner: Run arbitrary commands when files change"
url="http://entrproject.org"
@@ -9,9 +9,8 @@ arch="all"
license="ISC BSD"
subpackages="$pkgname-doc"
makedepends="vim mercurial file util-linux"
-checkdepends="bash"
+checkdepends="bash tmux"
source="http://entrproject.org/code/$pkgname-$pkgver.tar.gz
- fix-tests.patch
"
builddir="$srcdir/eradman-$pkgname"
@@ -39,5 +38,4 @@ check() {
make regress
}
-sha512sums="a1687ec2da99f65fba3f668e41345ba76cb8c87cc2343d98c0dcc0ac0dedeb40cd8b5fd9aa3eba1dee8add94585de939864633bf0020cea1043699019dfa15fe entr-3.7.tar.gz
-76ff681ba95fd373f3fe466e1e63fdabf97e16bfe054710b86f7f76c69c45f3fc84ecbf940fa8603740093817e39b35d0af2c3fef1a66a2eed1c3ef442dd207f fix-tests.patch"
+sha512sums="8530a40eefc78571f3a2ab09f63d25d880167ec2d76e0c32fb25dce40e22b3f9f3b5f27874c1b95480206628e314298f001a4c0b487485ac88f2996002b41a2a entr-3.8.tar.gz"
diff --git a/community/entr/fix-tests.patch b/community/entr/fix-tests.patch
deleted file mode 100644
index e7d7e5f9e0..0000000000
--- a/community/entr/fix-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- eradman-entr-c5b62bde107d/system_test.sh
-+++ eradman-entr-c5b62bde107d/system_test.sh.new
-@@ -304,7 +304,7 @@
- kill -INT $bgpid
- wait $bgpid || assert "$?" "130"
- assert "$(cat $tmp/exec.err)" ""
-- assert "$(cat $tmp/exec.out)" "$(printf ${tmp}'/file2: ASCII text')"
-+ assert "$(head -n1 $tmp/exec.out)" "$(printf ${tmp}'/file2: ASCII text')"
-
- # extra slow tests that rely on timeouts
-