diff options
author | tv <tv@pkgsrc.org> | 2005-09-05 18:14:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-09-05 18:14:39 +0000 |
commit | 1840164181bf99767cf4d6ea55f13eaf4dd79b1c (patch) | |
tree | 31a080d5496d623fd02e4373187d7739f7196b22 /databases | |
parent | 7f000580a475b36129d99db65a161ab2e4eca1c1 (diff) | |
download | pkgsrc-1840164181bf99767cf4d6ea55f13eaf4dd79b1c.tar.gz |
Minor update to 3.5.5, mainly to make work properly with PHP 4.4.
ChangeLog:
* Fix for PHP 4.4.0's new strict references
* Small improvement to Opera browser detection in the tree
* Fix listing of opaque functions in 7.2
* Fix listing of opclasses and functions pre 7.3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phppgadmin/Makefile | 6 | ||||
-rw-r--r-- | databases/phppgadmin/PLIST | 15 | ||||
-rw-r--r-- | databases/phppgadmin/distinfo | 8 |
3 files changed, 14 insertions, 15 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index f49e85a9025..89a19875efe 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2005/08/06 21:36:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/05 18:14:39 tv Exp $ -DISTNAME= phpPgAdmin-3.5.4 -PKGREVISION= # empty +DISTNAME= phpPgAdmin-3.5.5 PKGNAME= ${DISTNAME:S/PgAdmin/pgadmin/} CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phppgadmin/} @@ -30,6 +29,7 @@ DOCDIR= ${PREFIX}/share/doc/phppgadmin CONF_FILES= ${EGDIR}/config.inc.php-dist ${PKG_SYSCONFDIR}/config.inc.php DOC_FILES= CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO \ TRANSLATORS +MAKE_DIRS+= ${PREFIX}/share/phppgadmin/conf ${PREFIX}/share/phppgadmin do-configure: @${SED} -e "s#/usr/bin/pg#${PREFIX}/bin/pg#" \ diff --git a/databases/phppgadmin/PLIST b/databases/phppgadmin/PLIST index 6b44bf022de..94e5b8ee65d 100644 --- a/databases/phppgadmin/PLIST +++ b/databases/phppgadmin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/08/06 21:36:56 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/09/05 18:14:39 tv Exp $ share/doc/phppgadmin/CREDITS share/doc/phppgadmin/DEVELOPERS share/doc/phppgadmin/FAQ @@ -7,8 +7,8 @@ share/doc/phppgadmin/INSTALL share/doc/phppgadmin/LICENSE share/doc/phppgadmin/TODO share/doc/phppgadmin/TRANSLATORS -share/examples/phppgadmin/config.inc.php-dist share/examples/phppgadmin/apache.conf +share/examples/phppgadmin/config.inc.php-dist share/phppgadmin/aggregates.php share/phppgadmin/all_db.php share/phppgadmin/bottombar.php @@ -52,8 +52,6 @@ share/phppgadmin/domains.php share/phppgadmin/functions.php share/phppgadmin/groups.php share/phppgadmin/help.php -share/phppgadmin/redirect.php -share/phppgadmin/tablespaces.php share/phppgadmin/images/themes/default/database.png share/phppgadmin/images/themes/default/domains.png share/phppgadmin/images/themes/default/functions.png @@ -80,9 +78,11 @@ share/phppgadmin/lang/dutch.php share/phppgadmin/lang/english.php share/phppgadmin/lang/french.php share/phppgadmin/lang/german.php +share/phppgadmin/lang/hebrew.php share/phppgadmin/lang/hungarian.php share/phppgadmin/lang/italian.php share/phppgadmin/lang/japanese.php +share/phppgadmin/lang/mongol.php share/phppgadmin/lang/polish.php share/phppgadmin/lang/portuguese-br.php share/phppgadmin/lang/portuguese-pt.php @@ -111,8 +111,6 @@ share/phppgadmin/lang/recoded/spanish.php share/phppgadmin/lang/recoded/swedish.php share/phppgadmin/lang/recoded/turkish.php share/phppgadmin/lang/recoded/ukrainian.php -share/phppgadmin/lang/hebrew.php -share/phppgadmin/lang/mongol.php share/phppgadmin/lang/romanian.php share/phppgadmin/lang/russian.php share/phppgadmin/lang/slovak.php @@ -185,6 +183,7 @@ share/phppgadmin/logout.php share/phppgadmin/opclasses.php share/phppgadmin/operators.php share/phppgadmin/privileges.php +share/phppgadmin/redirect.php share/phppgadmin/reports.php share/phppgadmin/robots.txt share/phppgadmin/rules.php @@ -193,6 +192,7 @@ share/phppgadmin/sql.php share/phppgadmin/sql/reports-pgsql.sql share/phppgadmin/sqledit.php share/phppgadmin/tables.php +share/phppgadmin/tablespaces.php share/phppgadmin/tblproperties.php share/phppgadmin/themes/default/global.css share/phppgadmin/topbar.php @@ -213,10 +213,9 @@ share/phppgadmin/views.php @dirrm share/phppgadmin/images/themes/default @dirrm share/phppgadmin/images/themes @dirrm share/phppgadmin/images -@dirrm share/phppgadmin/conf @dirrm share/phppgadmin/classes/database @dirrm share/phppgadmin/classes/HTML_TreeMenu/images @dirrm share/phppgadmin/classes/HTML_TreeMenu @dirrm share/phppgadmin/classes -@dirrm share/phppgadmin @dirrm share/examples/phppgadmin +@dirrm share/doc/phppgadmin diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo index f5388eb67ae..69fcd58e713 100644 --- a/databases/phppgadmin/distinfo +++ b/databases/phppgadmin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/08/06 21:36:56 adrianp Exp $ +$NetBSD: distinfo,v 1.7 2005/09/05 18:14:39 tv Exp $ -SHA1 (phpPgAdmin-3.5.4.tar.bz2) = d36da637a5e23455402a8ac12b7694bd81df685e -RMD160 (phpPgAdmin-3.5.4.tar.bz2) = 939cc713d6a5b96c07558039427bc985768ec1ef -Size (phpPgAdmin-3.5.4.tar.bz2) = 457648 bytes +SHA1 (phpPgAdmin-3.5.5.tar.bz2) = e5c060e9a17f960995c56ca015f29392afa32f79 +RMD160 (phpPgAdmin-3.5.5.tar.bz2) = a34c6dac5b4d1a680b159f63e52bd11c2a9496d4 +Size (phpPgAdmin-3.5.5.tar.bz2) = 457450 bytes |