diff options
Diffstat (limited to 'databases/hs-mysql')
-rw-r--r-- | databases/hs-mysql/Makefile | 5 | ||||
-rw-r--r-- | databases/hs-mysql/distinfo | 4 | ||||
-rw-r--r-- | databases/hs-mysql/pkg-descr | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile index fca434694238..195f5006959e 100644 --- a/databases/hs-mysql/Makefile +++ b/databases/hs-mysql/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= mysql -PORTVERSION= 0.1.1.4 -PORTREVISION= 8 +PORTVERSION= 0.1.1.6 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Low-level MySQL client library -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_MYSQL= yes diff --git a/databases/hs-mysql/distinfo b/databases/hs-mysql/distinfo index 5264686af018..eeb934f2d10f 100644 --- a/databases/hs-mysql/distinfo +++ b/databases/hs-mysql/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mysql-0.1.1.4.tar.gz) = 3ab278173355de51f729c9b18d6a49d186c448abc12b6b78fc7f5b6fdd57bda9 -SIZE (cabal/mysql-0.1.1.4.tar.gz) = 13884 +SHA256 (cabal/mysql-0.1.1.6.tar.gz) = b2d6c47e3176ddb4e192133c5e2ecff7c4831cef44ce1a6dc0b06b4f5ce9bfeb +SIZE (cabal/mysql-0.1.1.6.tar.gz) = 14071 diff --git a/databases/hs-mysql/pkg-descr b/databases/hs-mysql/pkg-descr index 34558cf33d08..fe3037d6855b 100644 --- a/databases/hs-mysql/pkg-descr +++ b/databases/hs-mysql/pkg-descr @@ -1,5 +1,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. +A low-level client library for the MySQL database, implemented as +bindings to the C mysqlclient API. WWW: https://github.com/bos/mysql |