aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-mysql
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:29:33 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:29:33 +0000
commit5e8679d1dd778b73f8e40d498d041e12871ad349 (patch)
treefb6bb89c11af64f29dae99287252a694dc0844b2 /databases/hs-mysql
parentea6910d5e51cf2179d527c95ae5f7b89b6dbea27 (diff)
downloadports-5e8679d1dd778b73f8e40d498d041e12871ad349.tar.gz
ports-5e8679d1dd778b73f8e40d498d041e12871ad349.zip
Notes
Diffstat (limited to 'databases/hs-mysql')
-rw-r--r--databases/hs-mysql/Makefile4
-rw-r--r--databases/hs-mysql/distinfo4
-rw-r--r--databases/hs-mysql/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile
index 483dba52a634..0806e13e2a13 100644
--- a/databases/hs-mysql/Makefile
+++ b/databases/hs-mysql/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= mysql
-PORTVERSION= 0.1.1.3
+PORTVERSION= 0.1.1.4
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= A low-level client library for the MySQL database
+COMMENT= A low-level MySQL client library
LICENSE= BSD
diff --git a/databases/hs-mysql/distinfo b/databases/hs-mysql/distinfo
index 3eaf1c3f2e85..5264686af018 100644
--- a/databases/hs-mysql/distinfo
+++ b/databases/hs-mysql/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/mysql-0.1.1.3.tar.gz) = ed6c656e5eec6dd456f2f4660b5bcbe6d55d2d27fa7c722340628d53c24c9b3f
-SIZE (cabal/mysql-0.1.1.3.tar.gz) = 13573
+SHA256 (cabal/mysql-0.1.1.4.tar.gz) = 3ab278173355de51f729c9b18d6a49d186c448abc12b6b78fc7f5b6fdd57bda9
+SIZE (cabal/mysql-0.1.1.4.tar.gz) = 13884
diff --git a/databases/hs-mysql/pkg-descr b/databases/hs-mysql/pkg-descr
index 4fe794280aec..9f59b1861d20 100644
--- a/databases/hs-mysql/pkg-descr
+++ b/databases/hs-mysql/pkg-descr
@@ -2,4 +2,4 @@ This library is a Haskell binding to the MySQL mysqlclient client library.
It is a fairly faithful, low level library that implements
most of the MySQL client API.
-WWW: https://github.com/mailrank/mysql
+WWW: https://github.com/bos/mysql