- Update to 2.0.9

This commit is contained in:
Martin Wilke 2009-03-01 13:32:52 +00:00
parent 2b561dc7b2
commit 82f095602a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229276
3 changed files with 7 additions and 7 deletions

View file

@ -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}

View file

@ -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

View file

@ -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)