Index: head/databases/py-pymssql/Makefile =================================================================== --- head/databases/py-pymssql/Makefile (revision 454686) +++ head/databases/py-pymssql/Makefile (revision 454687) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= pymssql -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.3 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= cython:lang/cython \ ${PYTHON_PKGNAMEPREFIX}setuptools-git>0:devel/py-setuptools-git LIB_DEPENDS= libsybdb.so:databases/freetds USES= python USE_PYTHON= autoplist distutils 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 454686) +++ head/databases/py-pymssql/distinfo (revision 454687) @@ -1,2 +1,3 @@ -SHA256 (pymssql-2.1.1.tar.gz) = f1a1601dc3322c785733c84639d8d640c7204f9db4eab5f2a5cc908fb157140f -SIZE (pymssql-2.1.1.tar.gz) = 2436094 +TIMESTAMP = 1502811140 +SHA256 (pymssql-2.1.3.tar.gz) = afcef0fc9636fb059d8e2070978d8b66852f4046531638b12610adc634152427 +SIZE (pymssql-2.1.3.tar.gz) = 897987 Property changes on: head/databases/py-pymssql/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/databases/py-pymssql/files/patch-__mssql.pxd =================================================================== --- head/databases/py-pymssql/files/patch-__mssql.pxd (revision 454686) +++ head/databases/py-pymssql/files/patch-__mssql.pxd (nonexistent) @@ -1,11 +0,0 @@ ---- _mssql.pxd.orig 2014-08-29 22:32:10 UTC -+++ _mssql.pxd -@@ -35,7 +35,7 @@ cdef class MSSQLConnection: - cpdef cancel(self) - cdef void clear_metadata(self) - cdef object convert_db_value(self, BYTE *, int, int) -- cdef int convert_python_value(self, object value, BYTE **, int*, int*) except -1 -+ cdef int convert_python_value(self, object value, BYTE **dbValue, int *dbtype, int *length) except 1 - cpdef execute_query(self, query, params=?) - cpdef execute_non_query(self, query, params=?) - cpdef execute_row(self, query, params=?) Property changes on: head/databases/py-pymssql/files/patch-__mssql.pxd ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ 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