aboutsummaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-03-29 13:47:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-03-29 13:47:45 +0000
commitb2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b (patch)
tree5bcc6cdfbf111276241cf5393aa9e30d2e632ab8 /databases/phppgadmin
parent3b42f462bfa163c37589853974c78d61faa3ba8b (diff)
downloadports-b2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b.tar.gz
ports-b2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b.zip
Notes
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile3
-rw-r--r--databases/phppgadmin/distinfo6
-rw-r--r--databases/phppgadmin/files/patch-Postgres81.php11
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 = '';
-