aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-11-23 13:42:10 +0100
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-23 16:36:40 +0000
commitcfd3adf1d05c38cf4b66116d4b0a335bccc9a5ea (patch)
treeff6055c98488a732b0dceaff76f7b8a59d824654
parente4d13dda55df54e846a794cdf9c4645011551daf (diff)
downloadalpine_aports-cfd3adf1d05c38cf4b66116d4b0a335bccc9a5ea.tar.bz2
alpine_aports-cfd3adf1d05c38cf4b66116d4b0a335bccc9a5ea.tar.xz
alpine_aports-cfd3adf1d05c38cf4b66116d4b0a335bccc9a5ea.zip
community/uncrustify: upgrade to 0.66.1
-rw-r--r--community/uncrustify/APKBUILD10
-rw-r--r--community/uncrustify/skip-test.patch13
2 files changed, 4 insertions, 19 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD
index 8a72a1c8bc..f221a6221b 100644
--- a/community/uncrustify/APKBUILD
+++ b/community/uncrustify/APKBUILD
@@ -1,15 +1,14 @@
1# Maintainer: André Klitzing <aklitzing@gmail.com> 1# Maintainer: André Klitzing <aklitzing@gmail.com>
2pkgname=uncrustify 2pkgname=uncrustify
3pkgver=0.66 3pkgver=0.66.1
4pkgrel=1 4pkgrel=0
5pkgdesc="A source code beautifier" 5pkgdesc="A source code beautifier"
6url="https://github.com/uncrustify/uncrustify" 6url="https://github.com/uncrustify/uncrustify"
7arch="all" 7arch="all"
8license="GPL2" 8license="GPL2"
9makedepends="cmake python2" 9makedepends="cmake python2"
10subpackages="$pkgname-doc" 10subpackages="$pkgname-doc"
11source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 11source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
12 skip-test.patch"
13builddir="$srcdir" 12builddir="$srcdir"
14 13
15build() { 14build() {
@@ -35,5 +34,4 @@ package() {
35 make DESTDIR="$pkgdir" PREFIX=/usr install 34 make DESTDIR="$pkgdir" PREFIX=/usr install
36} 35}
37 36
38sha512sums="d1c243cd798db10e0dc51e89e48068480f406f9f399b6635ad7ef6d9a3b012df054574cd8361da98098dde23bc350d82bb309c5ac46676768ce1b7ba47122319 uncrustify-0.66.tar.gz 37sha512sums="2385b8525abdbe1abe7c88bf884de09523e2246f4a36e53fb068620c85402d5184987ee71ed5243d2e582cbd529e646daa568ab54cf97fd309a04af875136996 uncrustify-0.66.1.tar.gz"
39c24ab53c5d0ae16358381ea7f820fa997b5660ad3d898aa1d6d764adbd6fc049ca1562830fd15c4020b39a6debd4de87793f55bee51cd0a50d95c9585f36620e skip-test.patch"
diff --git a/community/uncrustify/skip-test.patch b/community/uncrustify/skip-test.patch
deleted file mode 100644
index 805737a947..0000000000
--- a/community/uncrustify/skip-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1diff --git a/tests/cpp.test b/tests/cpp.test
2index b4b1e59..556f8c8 100644
3--- a/tests/cpp.test
4+++ b/tests/cpp.test
5@@ -369,7 +369,7 @@
6 33053 for_auto.cfg cpp/for_auto.cpp
7 33054 bug_i_825.cfg cpp/bug_i_825.cpp
8 33056 empty.cfg cpp/bug_33056.cpp
9-33057 bug_1349.cfg cpp/bug_1349.cpp
10+#33057 bug_1349.cfg cpp/bug_1349.cpp
11
12 33061 empty.cfg cpp/if_chain_braces.cpp
13 33062 if_chain_braces_0.cfg cpp/if_chain_braces.cpp