aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/fix-spec-time-location.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2018-12-10 23:18:31 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-18 13:44:49 +0000
commit8ba9da3887a3d3030f4c85f2d148279c9bba012a (patch)
tree345e041f2c21e199ae76d0f1da2828695557a87d /community/crystal/fix-spec-time-location.patch
parentfa82fcd9c616841057826c7051270502a9e3ddab (diff)
downloadaports-8ba9da3887a3d3030f4c85f2d148279c9bba012a.tar.bz2
aports-8ba9da3887a3d3030f4c85f2d148279c9bba012a.tar.xz
community/crystal upgrade to 0.27.0, remove libressl
upgrade to 0.27.0 version build with openssl instead of libressl remove paxmark build dependence fix test specs according to advice from upstream
Diffstat (limited to 'community/crystal/fix-spec-time-location.patch')
-rw-r--r--community/crystal/fix-spec-time-location.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/crystal/fix-spec-time-location.patch b/community/crystal/fix-spec-time-location.patch
deleted file mode 100644
index 3bb086f798..0000000000
--- a/community/crystal/fix-spec-time-location.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-This test fail on builders; probably the timezone is set to UTC there.
-
---- a/spec/std/time/location_spec.cr
-+++ b/spec/std/time/location_spec.cr
-@@ -162,9 +162,6 @@
- end
-
- it ".load_local" do
-- with_env("TZ", nil) do
-- Location.load_local.name.should eq "Local"
-- end
- with_zoneinfo do
- with_env("TZ", "Europe/Berlin") do
- Location.load_local.name.should eq "Europe/Berlin"