diff options
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r-- | databases/py-psycopg2/Makefile | 2 | ||||
-rw-r--r-- | databases/py-psycopg2/distinfo | 6 | ||||
-rw-r--r-- | databases/py-psycopg2/files/patch-psycopg-config.h | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index b8e2868fc233..af9de1306be3 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psycopg2 -PORTVERSION= 2.7.5 +PORTVERSION= 2.7.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://initd.org/psycopg/tarballs/PSYCOPG-${PORTVERSION:R:S|.|-|}/ diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index 07e52d024c5a..a6152e0f355c 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529610575 -SHA256 (psycopg2-2.7.5.tar.gz) = eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e -SIZE (psycopg2-2.7.5.tar.gz) = 426358 +TIMESTAMP = 1541859209 +SHA256 (psycopg2-2.7.6.tar.gz) = 4a658550b0bcb259e97f77f2dc93ed6b108fe2eda963a9e6fc8b48040d542ec2 +SIZE (psycopg2-2.7.6.tar.gz) = 427315 diff --git a/databases/py-psycopg2/files/patch-psycopg-config.h b/databases/py-psycopg2/files/patch-psycopg-config.h deleted file mode 100644 index 2f212845c4f0..000000000000 --- a/databases/py-psycopg2/files/patch-psycopg-config.h +++ /dev/null @@ -1,10 +0,0 @@ ---- psycopg/config.h.orig 2018-06-17 16:07:41 UTC -+++ psycopg/config.h -@@ -154,6 +154,7 @@ typedef unsigned __int64 uint64_t; - #endif - - /* what's this, we have no round function either? */ -+#include <sys/param.h> - #if (defined(__FreeBSD__) && __FreeBSD_version < 503000) \ - || (defined(_WIN32) && !defined(__GNUC__)) \ - || (defined(sun) || defined(__sun__)) \ |