mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Update to 2.0.9
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= psycopg2
|
PORTNAME= psycopg2
|
||||||
PORTVERSION= 2.0.8
|
PORTVERSION= 2.0.9
|
||||||
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}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (psycopg2-2.0.8.tar.gz) = 2c31827878d436b0c89e777989ff55af
|
MD5 (psycopg2-2.0.9.tar.gz) = 885e5bd372afafd14cfd914b000462e7
|
||||||
SHA256 (psycopg2-2.0.8.tar.gz) = 57d7d1589c9aa37f7b34ffb69e30765092bccc68270870c8e80977a6fc7f078f
|
SHA256 (psycopg2-2.0.9.tar.gz) = 3b715511981306391f071c39069fc0ef48d317889d936b0ad6c7c72d6370d973
|
||||||
SIZE (psycopg2-2.0.8.tar.gz) = 248072
|
SIZE (psycopg2-2.0.9.tar.gz) = 253729
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- psycopg/config.h.orig 2008-05-05 17:41:37.000000000 +0200
|
--- psycopg/config.h.orig 2009-02-16 09:57:03.000000000 +0100
|
||||||
+++ psycopg/config.h 2008-09-18 13:33:04.000000000 +0200
|
+++ psycopg/config.h 2009-03-01 10:59:26.000000000 +0100
|
||||||
@@ -129,7 +129,7 @@
|
@@ -129,7 +129,7 @@
|
||||||
#define inline
|
#define inline
|
||||||
#endif
|
#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)
|
+#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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue