diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-03-29 21:47:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-03-29 21:47:45 +0800 |
commit | a5d2973f8c71cdf7c09bd86b431397376e49fcdf (patch) | |
tree | fabe6ffbd0430cae416937e7fe9784ee7a730224 /databases | |
parent | e19b3cc8a6ee6a77f1f1b97b79f69e97af729f5a (diff) | |
download | freebsd-ports-gnome-a5d2973f8c71cdf7c09bd86b431397376e49fcdf.tar.gz freebsd-ports-gnome-a5d2973f8c71cdf7c09bd86b431397376e49fcdf.tar.zst freebsd-ports-gnome-a5d2973f8c71cdf7c09bd86b431397376e49fcdf.zip |
- udpate to 4.1.1
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phppgadmin/Makefile | 3 | ||||
-rw-r--r-- | databases/phppgadmin/distinfo | 6 | ||||
-rw-r--r-- | databases/phppgadmin/files/patch-Postgres81.php | 11 |
3 files changed, 4 insertions, 16 deletions
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 = ''; - |