From a5d2973f8c71cdf7c09bd86b431397376e49fcdf Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 29 Mar 2007 13:47:45 +0000 Subject: - udpate to 4.1.1 --- databases/phppgadmin/Makefile | 3 +-- databases/phppgadmin/distinfo | 6 +++--- databases/phppgadmin/files/patch-Postgres81.php | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 databases/phppgadmin/files/patch-Postgres81.php (limited to 'databases') diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 2ab28e399258..c78aecf75d65 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phppgadmin -PORTVERSION= 4.1 -PORTREVISION= 1 +PORTVERSION= 4.1.1 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo index 5397b3bf6dc3..0d8e409f06d6 100644 --- a/databases/phppgadmin/distinfo +++ b/databases/phppgadmin/distinfo @@ -1,3 +1,3 @@ -MD5 (phpPgAdmin-4.1.tar.bz2) = b14e81a5aa1bbffbb9f63699cf075dbb -SHA256 (phpPgAdmin-4.1.tar.bz2) = dd1a1f91aa50351994c4a89dc342e7279631b45fe43f80398162c7b944798585 -SIZE (phpPgAdmin-4.1.tar.bz2) = 617631 +MD5 (phpPgAdmin-4.1.1.tar.bz2) = 53fbbe258afec7eaf2bedcae646cbac4 +SHA256 (phpPgAdmin-4.1.1.tar.bz2) = 90fc393c49c9261ed0aebcd7242c9cc81ca860ccc4c2198dbc3bc591acf82e22 +SIZE (phpPgAdmin-4.1.1.tar.bz2) = 627016 diff --git a/databases/phppgadmin/files/patch-Postgres81.php b/databases/phppgadmin/files/patch-Postgres81.php deleted file mode 100644 index ef88221bdab3..000000000000 --- a/databases/phppgadmin/files/patch-Postgres81.php +++ /dev/null @@ -1,11 +0,0 @@ ---- classes/database/Postgres81.php.orig Tue Feb 6 14:00:38 2007 -+++ classes/database/Postgres81.php Tue Feb 6 14:01:02 2007 -@@ -83,7 +83,7 @@ class Postgres81 extends Postgres80 { - if (isset($conf['owned_only']) && $conf['owned_only'] && !$this->isSuperUser($server_info['username'])) { - $username = $server_info['username']; - $this->clean($username); -- $clause = " AND pu.usename='{$username}'"; -+ $clause = " AND pr.rolname='{$username}'"; - } - else $clause = ''; - -- cgit