diff options
author | culot <culot@FreeBSD.org> | 2012-10-11 18:32:21 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-10-11 18:32:21 +0800 |
commit | 665a944b62ce5fd38fce6b6b75b7ad5e47a654d8 (patch) | |
tree | 27c1cff63d6af7f8707ea851e89198c72b4984b0 /databases | |
parent | cd769b17c5d37146240a4f28816c8b274139f4fb (diff) | |
download | freebsd-ports-gnome-665a944b62ce5fd38fce6b6b75b7ad5e47a654d8.tar.gz freebsd-ports-gnome-665a944b62ce5fd38fce6b6b75b7ad5e47a654d8.tar.zst freebsd-ports-gnome-665a944b62ce5fd38fce6b6b75b7ad5e47a654d8.zip |
- Update to 2.3.2
PR: ports/172518
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-htsql-pgsql/Makefile | 10 | ||||
-rw-r--r-- | databases/py-htsql-pgsql/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/databases/py-htsql-pgsql/Makefile b/databases/py-htsql-pgsql/Makefile index 291b9a360852..a2d0c9c2e952 100644 --- a/databases/py-htsql-pgsql/Makefile +++ b/databases/py-htsql-pgsql/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-htsql-pgsql -# Date created: 2012-06-16 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs.freebsd@gmail.com> # $FreeBSD$ -# PORTNAME= htsql-pgsql -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +14,7 @@ COMMENT= PostgreSQL backend for HTSQL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}htsql>2.3:${PORTSDIR}/databases/py-htsql \ ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 -USE_PYTHON= 2.6-2.7 +USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ${PORTNAME:U} diff --git a/databases/py-htsql-pgsql/distinfo b/databases/py-htsql-pgsql/distinfo index a815ba69619d..5708437d7f51 100644 --- a/databases/py-htsql-pgsql/distinfo +++ b/databases/py-htsql-pgsql/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTSQL-PGSQL-2.3.1.tar.gz) = 1fda9b2c8fb09a457fcd662242ee4367eeb33aedd9445bc852c4717834084df4 -SIZE (HTSQL-PGSQL-2.3.1.tar.gz) = 19594 +SHA256 (HTSQL-PGSQL-2.3.2.tar.gz) = 72103a3d60535823cbc2a67096a79bfdcc85e8337c0a52ed2ad13edcc4899bfc +SIZE (HTSQL-PGSQL-2.3.2.tar.gz) = 19709 |