diff -ruN py-firebirdsql-old/distinfo py-firebirdsql/distinfo --- py-firebirdsql-old/distinfo 1969-12-31 21:00:00.000000000 -0300 +++ py-firebirdsql/distinfo 2018-07-20 20:07:59.926761000 -0300 @@ -0,0 +1,3 @@ +TIMESTAMP = 1532128042 +SHA256 (firebirdsql-1.1.0.tar.gz) = ac2bdf4fe2d9061076dbea1381ad81fb637b3a19793af073a7e1deb83a7f3093 +SIZE (firebirdsql-1.1.0.tar.gz) = 53490 diff -ruN py-firebirdsql-old/Makefile py-firebirdsql/Makefile --- py-firebirdsql-old/Makefile 1969-12-31 21:00:00.000000000 -0300 +++ py-firebirdsql/Makefile 2018-07-20 20:07:59.926570000 -0300 @@ -0,0 +1,19 @@ +# Created by: Jose Jachuf +# $FreeBSD: head/databases/py-firebirdsql/Makefile 456905 2017-12-21 13:04:09Z wen $ + +PORTNAME= firebirdsql +PORTVERSION= 1.1.0 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jjachuf@gmail.com +COMMENT= Python DBAPI module for FirebirdSQL + +LICENSE= BSD2CLAUSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include diff -ruN py-firebirdsql-old/pkg-descr py-firebirdsql/pkg-descr --- py-firebirdsql-old/pkg-descr 1969-12-31 21:00:00.000000000 -0300 +++ py-firebirdsql/pkg-descr 2018-07-20 20:07:59.926926000 -0300 @@ -0,0 +1,5 @@ +FirebirdSQL package is a set of Firebird RDBMS bindings for python. +It works on Python 2.5+ (including Python 3.x). +It was tested with cpython, jython, ironpython and pypy. + +WWW: https://github.com/nakagami/pyfirebirdsql