aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-unix-time
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-unix-time')
-rw-r--r--devel/hs-unix-time/Makefile10
-rw-r--r--devel/hs-unix-time/distinfo4
-rw-r--r--devel/hs-unix-time/files/nopatch-unix-time.cabal11
3 files changed, 5 insertions, 20 deletions
diff --git a/devel/hs-unix-time/Makefile b/devel/hs-unix-time/Makefile
index ae4332369c4c..d4cbd47db081 100644
--- a/devel/hs-unix-time/Makefile
+++ b/devel/hs-unix-time/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= unix-time
-PORTVERSION= 0.3.3
-PORTREVISION= 1
+PORTVERSION= 0.3.5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,10 +9,7 @@ COMMENT= Unix time parser/formatter and utilities
LICENSE= BSD3CLAUSE
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-
-.if ${OSVERSION} >= 901000 && ${OSVERSION} < 902001 && ${ARCH} == i386
-EXTRA_PATCHES+= ${PATCHDIR}/nopatch-unix-time.cabal
-.endif
+USE_CABAL= old-time
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/devel/hs-unix-time/distinfo b/devel/hs-unix-time/distinfo
index 35c54c6995a8..a028d8ab3e9d 100644
--- a/devel/hs-unix-time/distinfo
+++ b/devel/hs-unix-time/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/unix-time-0.3.3.tar.gz) = 1dc532d337484e957777b462804ed0fcec00b126c69c24bd465b4ed14abe1c05
-SIZE (cabal/unix-time-0.3.3.tar.gz) = 39845
+SHA256 (cabal/unix-time-0.3.5.tar.gz) = 7f1c58cd0328bbcb1d050af05670bc6f44dea3ee0894f30c6f87ee4a0d01675e
+SIZE (cabal/unix-time-0.3.5.tar.gz) = 40201
diff --git a/devel/hs-unix-time/files/nopatch-unix-time.cabal b/devel/hs-unix-time/files/nopatch-unix-time.cabal
deleted file mode 100644
index 5b96f7aa0636..000000000000
--- a/devel/hs-unix-time/files/nopatch-unix-time.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./unix-time.cabal.orig 2014-07-16 02:47:31.000000000 +0200
-+++ ./unix-time.cabal 2014-07-20 22:50:57.000000000 +0200
-@@ -15,8 +15,6 @@
- Library
- Default-Language: Haskell2010
- GHC-Options: -Wall
-- if impl(ghc >= 7.8)
-- CC-Options: -fPIC
- Exposed-Modules: Data.UnixTime
- Other-Modules: Data.UnixTime.Conv
- Data.UnixTime.Diff