aboutsummaryrefslogtreecommitdiff
path: root/math/hs-pointed
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-01-06 12:18:06 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-01-06 12:18:06 +0000
commite2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f (patch)
treeec6e8ffeefbf83bfc231412c2c7a6b883ecd5bd8 /math/hs-pointed
parente8d137116e2942f75f1fed8f603384210db17ec0 (diff)
downloadports-e2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f.tar.gz
ports-e2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f.zip
Notes
Diffstat (limited to 'math/hs-pointed')
-rw-r--r--math/hs-pointed/Makefile4
-rw-r--r--math/hs-pointed/distinfo6
-rw-r--r--math/hs-pointed/files/patch-git_55eab022
-rw-r--r--math/hs-pointed/files/patch-pointed.cabal19
4 files changed, 24 insertions, 27 deletions
diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile
index 874feec56dab..097c8aa99497 100644
--- a/math/hs-pointed/Makefile
+++ b/math/hs-pointed/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= pointed
-PORTVERSION= 5
-PORTREVISION= 3
+PORTVERSION= 5.0.1
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-pointed/distinfo b/math/hs-pointed/distinfo
index 58d4c08e273e..e39ef0a9e441 100644
--- a/math/hs-pointed/distinfo
+++ b/math/hs-pointed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499623377
-SHA256 (cabal/pointed-5.tar.gz) = 8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17
-SIZE (cabal/pointed-5.tar.gz) = 4873
+TIMESTAMP = 1545753017
+SHA256 (cabal/pointed-5.0.1.tar.gz) = b94635a5c8779238501a9156015422ce2fb4d5efd45d68999e8cbe2ecc5121dd
+SIZE (cabal/pointed-5.0.1.tar.gz) = 7020
diff --git a/math/hs-pointed/files/patch-git_55eab0 b/math/hs-pointed/files/patch-git_55eab0
deleted file mode 100644
index 3db41e66d335..000000000000
--- a/math/hs-pointed/files/patch-git_55eab0
+++ /dev/null
@@ -1,22 +0,0 @@
-From 55eab00abddefc8b0d9bb2b8c40940e8dfbb0391 Mon Sep 17 00:00:00 2001
-From: Oleg Grenrus <oleg.grenrus@iki.fi>
-Date: Sun, 29 May 2016 17:40:00 +0300
-Subject: [PATCH] Allow data-default-class-0.1.0
-
----
- pointed.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pointed.cabal b/pointed.cabal
-index 96abe75..9ec3f14 100644
---- pointed.cabal
-+++ pointed.cabal
-@@ -61,7 +61,7 @@ flag unordered-containers
-
- library
- build-depends: base >= 4 && < 5,
-- data-default-class >= 0.0.1 && < 0.1
-+ data-default-class >= 0.0.1 && < 0.2
-
- if flag(comonad)
- build-depends: comonad >= 5 && < 6
diff --git a/math/hs-pointed/files/patch-pointed.cabal b/math/hs-pointed/files/patch-pointed.cabal
new file mode 100644
index 000000000000..3720a03b55c8
--- /dev/null
+++ b/math/hs-pointed/files/patch-pointed.cabal
@@ -0,0 +1,19 @@
+--- pointed.cabal.orig 2018-01-22 16:20:10 UTC
++++ pointed.cabal
+@@ -80,7 +80,6 @@ library
+ build-depends: comonad >= 5 && < 6
+
+ if flag(containers)
+- build-depends: containers >= 0.4 && < 0.6
+
+ if flag(kan-extensions)
+ build-depends: kan-extensions >= 5 && < 6
+@@ -92,7 +91,7 @@ library
+ build-depends: semigroups >= 0.8.3.1 && < 1
+
+ if flag(stm)
+- build-depends: stm >= 2.1.2.1 && < 2.5
++ build-depends: stm >= 2.1.2.1 && < 2.6
+
+ if flag(tagged)
+ build-depends: tagged >= 0.5 && < 1