Index: head/databases/py-fdb/Makefile =================================================================== --- head/databases/py-fdb/Makefile (revision 429846) +++ head/databases/py-fdb/Makefile (revision 429847) @@ -1,28 +1,28 @@ # Created by: Jose Jachuf # $FreeBSD$ PORTNAME= fdb -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Firebird RDBMS bindings for Python LICENSE= ISCL NO_ARCH= yes USES= firebird python USE_PYTHON= autoplist distutils .include post-patch: @${ECHO_MSG} @${ECHO_MSG} "Please make sure that your firebird-client installation" @${ECHO_MSG} "is built with command make -DPACKAGE_BUILDING." @${ECHO_MSG} "The build of py-fdb will fail otherwise." @${ECHO_MSG} .include Index: head/databases/py-fdb/distinfo =================================================================== --- head/databases/py-fdb/distinfo (revision 429846) +++ head/databases/py-fdb/distinfo (revision 429847) @@ -1,2 +1,3 @@ -SHA256 (fdb-1.6.tar.gz) = 82e17ab3073108a32e6cf18ddf9b9096aad222eac281807f1ddb0bc9e35e3892 -SIZE (fdb-1.6.tar.gz) = 933846 +TIMESTAMP = 1482970687 +SHA256 (fdb-1.6.1.tar.gz) = 62d2d12b07670258d2ae5b607b7da2e7e8054a0843195325ec2c0cbd90b08ddf +SIZE (fdb-1.6.1.tar.gz) = 933080 Index: head/databases/py-fdb/pkg-descr =================================================================== --- head/databases/py-fdb/pkg-descr (revision 429846) +++ head/databases/py-fdb/pkg-descr (revision 429847) @@ -1,5 +1,5 @@ Firebird RDBMS bindings for Python. fdb package is a set of Firebird RDBMS bindings for python. It works on Python 2.6+ and Python 3.x -WWW: http://www.firebirdsql.org/en/python-devel-status/ +WWW: http://pythonhosted.org/fdb/