diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-11-02 13:59:24 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-11-02 13:59:24 +0000 |
commit | 3a52ddb8cb098338ee0e82e811e8f11dc722e69c (patch) | |
tree | e0a2708e3342691b0a5f86cbaa7d669028ac7576 | |
parent | 5ae038246d35a3f95c23b6bf5d962f3dc2e126c5 (diff) | |
download | freebsd-ports-3a52ddb8cb098338ee0e82e811e8f11dc722e69c.zip |
- Update to version 0.9.4 [1]
- Code is under 2 clause BSD license
PR: 194095
Submitted by: maintainer
-rw-r--r-- | databases/py-firebirdsql/Makefile | 4 | ||||
-rw-r--r-- | databases/py-firebirdsql/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-firebirdsql/Makefile b/databases/py-firebirdsql/Makefile index 0aebfcbb7c4c..198f17d3d2be 100644 --- a/databases/py-firebirdsql/Makefile +++ b/databases/py-firebirdsql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebirdsql -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Python DBAPI module for FirebirdSQL -LICENSE= BSD +LICENSE= BSD2CLAUSE # Python3 ready USES= python diff --git a/databases/py-firebirdsql/distinfo b/databases/py-firebirdsql/distinfo index 2eda92a27afb..efc43c49bcdb 100644 --- a/databases/py-firebirdsql/distinfo +++ b/databases/py-firebirdsql/distinfo @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.9.2.tar.gz) = e5a9e0cbf3f9f8230142c6f3e2e52c5a5929c82bac631a741a7eaf36ebd15104 -SIZE (firebirdsql-0.9.2.tar.gz) = 47091 +SHA256 (firebirdsql-0.9.4.tar.gz) = 461abf539c6a66832a1b9f13e1e1b0e8cf436f60d6638db44c59292d1362b5b7 +SIZE (firebirdsql-0.9.4.tar.gz) = 47156 |