aboutsummaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-11 18:18:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-11 18:18:58 +0000
commit5b237cead0d83c91dde3b4f71fcb567132fa9dbe (patch)
treeea8163c64e37bf0c6975e01892632b71823b4e62 /databases/py-psycopg2
parent05f40f6061f88df2e521f82f8b912426f3acdd3a (diff)
Notes
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r--databases/py-psycopg2/Makefile2
-rw-r--r--databases/py-psycopg2/distinfo6
-rw-r--r--databases/py-psycopg2/files/patch-psycopg-config.h10
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__)) \