aboutsummaryrefslogtreecommitdiff
path: root/net/hs-socks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/hs-socks/Makefile')
-rw-r--r--net/hs-socks/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile
index cf1123f9190d..4844248fad1b 100644
--- a/net/hs-socks/Makefile
+++ b/net/hs-socks/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for: hs-socks
-# Date created: April 8, 2012
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= socks
-PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTVERSION= 0.4.2
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
@@ -17,7 +11,7 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= cereal>=0.3 network>=2.3
+USE_CABAL= cereal>=0.3.1 network>=2.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>