Index: head/databases/py-pymssql/files/patch-sqlfront.pxd =================================================================== --- head/databases/py-pymssql/files/patch-sqlfront.pxd (revision 497862) +++ head/databases/py-pymssql/files/patch-sqlfront.pxd (nonexistent) @@ -1,10 +0,0 @@ ---- sqlfront.pxd.orig 2014-08-29 22:32:11 UTC -+++ sqlfront.pxd -@@ -106,7 +106,6 @@ cdef extern from "sqlfront.h": - int DBVERSION_70 - int DBVERSION_71 - int DBVERSION_72 -- int DBVERSION_80 - - ## Type Constants ## - cdef enum: Property changes on: head/databases/py-pymssql/files/patch-sqlfront.pxd ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/py-pymssql/files/patch-__mssql.pyx =================================================================== --- head/databases/py-pymssql/files/patch-__mssql.pyx (revision 497862) +++ head/databases/py-pymssql/files/patch-__mssql.pyx (nonexistent) @@ -1,16 +0,0 @@ ---- _mssql.pyx.orig 2014-10-24 22:03:00 UTC -+++ _mssql.pyx -@@ -1677,12 +1677,10 @@ cdef int _tds_ver_str_to_constant(verstr - return DBVERSION_42 - if verstr == u'7.0': - return DBVERSION_70 -- if verstr == u'7.1': -+ if verstr in (u'7.1', u'8.0'): - return DBVERSION_71 - if verstr == u'7.2': - return DBVERSION_72 -- if verstr == u'8.0': -- return DBVERSION_80 - raise MSSQLException('unrecognized tds version: %s' % verstr) - - ####################### Property changes on: head/databases/py-pymssql/files/patch-__mssql.pyx ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/py-pymssql/Makefile =================================================================== --- head/databases/py-pymssql/Makefile (revision 497862) +++ head/databases/py-pymssql/Makefile (revision 497863) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= pymssql -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@thelanman.net COMMENT= Python database interface for MS-SQL. Version 2 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>0:devel/py-setuptools-git@${PY_FLAVOR} LIB_DEPENDS= libsybdb.so:databases/freetds USES= python USE_PYTHON= autoplist distutils cython post-extract: @${RM} ${WRKSRC}/_mssql.c post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_mssql.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pymssql.so .include Index: head/databases/py-pymssql/distinfo =================================================================== --- head/databases/py-pymssql/distinfo (revision 497862) +++ head/databases/py-pymssql/distinfo (revision 497863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502811140 -SHA256 (pymssql-2.1.3.tar.gz) = afcef0fc9636fb059d8e2070978d8b66852f4046531638b12610adc634152427 -SIZE (pymssql-2.1.3.tar.gz) = 897987 +TIMESTAMP = 1554391425 +SHA256 (pymssql-2.1.4.tar.gz) = 3201eb1b1263ad55b555d727ed8bed0b12b7b9de3ce5e529206e36d4be1a7afb +SIZE (pymssql-2.1.4.tar.gz) = 691589