diff options
Diffstat (limited to 'ftp/hs-curl')
-rw-r--r-- | ftp/hs-curl/Makefile | 8 | ||||
-rw-r--r-- | ftp/hs-curl/distinfo | 4 | ||||
-rw-r--r-- | ftp/hs-curl/pkg-descr | 5 |
3 files changed, 5 insertions, 12 deletions
diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile index c6072f1d343a..9ffa9faccee9 100644 --- a/ftp/hs-curl/Makefile +++ b/ftp/hs-curl/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-curl -# Date created: May 14, 2010 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= curl -PORTVERSION= 1.3.7 -PORTREVISION= 3 +PORTVERSION= 1.3.8 CATEGORIES= ftp haskell MAINTAINER= haskell@FreeBSD.org diff --git a/ftp/hs-curl/distinfo b/ftp/hs-curl/distinfo index ea18842622bb..707fe0d5b889 100644 --- a/ftp/hs-curl/distinfo +++ b/ftp/hs-curl/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/curl-1.3.7.tar.gz) = f1410ca81fffff241678d287588b201285c6c9637d6db5d90af6952bc639cd44 -SIZE (cabal/curl-1.3.7.tar.gz) = 51278 +SHA256 (cabal/curl-1.3.8.tar.gz) = 9087c936bfcdb865bad3166baa3f12bf37acf076fa76010e3b5f82a1d485446e +SIZE (cabal/curl-1.3.8.tar.gz) = 47704 diff --git a/ftp/hs-curl/pkg-descr b/ftp/hs-curl/pkg-descr index 0e7e355e64e2..2e1d74feeab9 100644 --- a/ftp/hs-curl/pkg-descr +++ b/ftp/hs-curl/pkg-descr @@ -3,8 +3,7 @@ HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http -proxy tunneling and more! - -This package provides a Haskell binding to libcurl. +proxy tunneling and more! This package provides a Haskell binding to +libcurl. WWW: http://hackage.haskell.org/package/curl |