diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /net/hs-socks | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'net/hs-socks')
-rw-r--r-- | net/hs-socks/Makefile | 10 | ||||
-rw-r--r-- | net/hs-socks/distinfo | 4 | ||||
-rw-r--r-- | net/hs-socks/pkg-descr | 2 |
3 files changed, 5 insertions, 11 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> diff --git a/net/hs-socks/distinfo b/net/hs-socks/distinfo index 1405d9ca2d66..235da18514f6 100644 --- a/net/hs-socks/distinfo +++ b/net/hs-socks/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/socks-0.4.1.tar.gz) = 56368996d0ad748d9495e5967ce94aaf863c93594908573c5e9c0597098b574d -SIZE (cabal/socks-0.4.1.tar.gz) = 5777 +SHA256 (cabal/socks-0.4.2.tar.gz) = 19711104679ab984ca66bb226e70fc9e40a602201a190a1496b3c828a5e870d9 +SIZE (cabal/socks-0.4.2.tar.gz) = 5779 diff --git a/net/hs-socks/pkg-descr b/net/hs-socks/pkg-descr index 2560ac25fb17..906e7954fd1d 100644 --- a/net/hs-socks/pkg-descr +++ b/net/hs-socks/pkg-descr @@ -1,3 +1,3 @@ Socks proxy (version 5) implementation. -WWW: http://github.com/vincenthz/hs-socks +WWW: http://github.com/vincenthz/hs-socks |