1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- udpate to 4.1.1

This commit is contained in:
Dirk Meyer 2007-03-29 13:47:45 +00:00
parent 3b42f462bf
commit b2158fb206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188763
3 changed files with 4 additions and 16 deletions

View File

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

View File

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

View File

@ -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 = '';