- Update to 2.0.8

This commit is contained in:
Martin Wilke 2008-09-22 23:47:12 +00:00
parent 1efe26aaa0
commit b6014b4490
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220454
3 changed files with 9 additions and 10 deletions

View file

@ -6,8 +6,7 @@
# #
PORTNAME= psycopg2 PORTNAME= psycopg2
PORTVERSION= 2.0.7 PORTVERSION= 2.0.8
PORTREVISION= 1
CATEGORIES= databases python CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/psycopg/ \ MASTER_SITES= http://initd.org/pub/software/psycopg/ \
${MASTER_SITE_LOCAL} ${MASTER_SITE_LOCAL}

View file

@ -1,3 +1,3 @@
MD5 (psycopg2-2.0.7.tar.gz) = 39a2a2ec16f031d2bb1c54de403d4d77 MD5 (psycopg2-2.0.8.tar.gz) = 2c31827878d436b0c89e777989ff55af
SHA256 (psycopg2-2.0.7.tar.gz) = d9d4f65f7de10244aa6f43b89aa3ee3a549617b0d2e0ac6c00ccf5ccfc9821ed SHA256 (psycopg2-2.0.8.tar.gz) = 57d7d1589c9aa37f7b34ffb69e30765092bccc68270870c8e80977a6fc7f078f
SIZE (psycopg2-2.0.7.tar.gz) = 240073 SIZE (psycopg2-2.0.8.tar.gz) = 248072

View file

@ -1,11 +1,11 @@
--- psycopg/config.h.orig 2007-04-11 12:12:37.000000000 +0000 --- psycopg/config.h.orig 2008-05-05 17:41:37.000000000 +0200
+++ psycopg/config.h 2007-07-02 14:41:35.000000000 +0000 +++ psycopg/config.h 2008-09-18 13:33:04.000000000 +0200
@@ -113,7 +113,7 @@ @@ -129,7 +129,7 @@
#define inline #define inline
#endif #endif
-#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) -#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun)
+#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) +#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun)
/* what's this, we have no round function either? */ /* what's this, we have no round function either? */
static double round(double num) static double round(double num)
{ {