aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-01 21:32:52 +0800
committermiwi <miwi@FreeBSD.org>2009-03-01 21:32:52 +0800
commitd7a585072530e6d45a0025d461e22da081abae37 (patch)
treef549182d20bff7fdf971c1647cd33aa34afa39e9 /databases
parent40d7895fa69a8ce3e9d02bf4256d9d9a6482f5da (diff)
downloadfreebsd-ports-gnome-d7a585072530e6d45a0025d461e22da081abae37.tar.gz
freebsd-ports-gnome-d7a585072530e6d45a0025d461e22da081abae37.tar.zst
freebsd-ports-gnome-d7a585072530e6d45a0025d461e22da081abae37.zip
- Update to 2.0.9
Diffstat (limited to 'databases')
-rw-r--r--databases/py-psycopg2/Makefile2
-rw-r--r--databases/py-psycopg2/distinfo6
-rw-r--r--databases/py-psycopg2/files/patch-psycopg-config.h6
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index ba0f8fce2603..8652037433b2 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= psycopg2
-PORTVERSION= 2.0.8
+PORTVERSION= 2.0.9
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/psycopg/ \
${MASTER_SITE_LOCAL}
diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo
index 2d1ca0d30a65..7a9854015fc2 100644
--- a/databases/py-psycopg2/distinfo
+++ b/databases/py-psycopg2/distinfo
@@ -1,3 +1,3 @@
-MD5 (psycopg2-2.0.8.tar.gz) = 2c31827878d436b0c89e777989ff55af
-SHA256 (psycopg2-2.0.8.tar.gz) = 57d7d1589c9aa37f7b34ffb69e30765092bccc68270870c8e80977a6fc7f078f
-SIZE (psycopg2-2.0.8.tar.gz) = 248072
+MD5 (psycopg2-2.0.9.tar.gz) = 885e5bd372afafd14cfd914b000462e7
+SHA256 (psycopg2-2.0.9.tar.gz) = 3b715511981306391f071c39069fc0ef48d317889d936b0ad6c7c72d6370d973
+SIZE (psycopg2-2.0.9.tar.gz) = 253729
diff --git a/databases/py-psycopg2/files/patch-psycopg-config.h b/databases/py-psycopg2/files/patch-psycopg-config.h
index cdfecc4c8a89..adc85d8398bf 100644
--- a/databases/py-psycopg2/files/patch-psycopg-config.h
+++ b/databases/py-psycopg2/files/patch-psycopg-config.h
@@ -1,10 +1,10 @@
---- psycopg/config.h.orig 2008-05-05 17:41:37.000000000 +0200
-+++ psycopg/config.h 2008-09-18 13:33:04.000000000 +0200
+--- psycopg/config.h.orig 2009-02-16 09:57:03.000000000 +0100
++++ psycopg/config.h 2009-03-01 10:59:26.000000000 +0100
@@ -129,7 +129,7 @@
#define inline
#endif
--#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun)
+-#if (defined(__FreeBSD__) && __FreeBSD_version < 503000) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun)
+#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun)
/* what's this, we have no round function either? */
static double round(double num)