diff options
| author | tron <tron@pkgsrc.org> | 2011-10-24 07:14:48 +0000 |
|---|---|---|
| committer | tron <tron@pkgsrc.org> | 2011-10-24 07:14:48 +0000 |
| commit | 17ece2c78426b2c0f3f72e9048d45a1476dbeb6a (patch) | |
| tree | 12c614ad2e91697ce726496972f3f958a0e3df98 /databases/phpmyadmin/Makefile | |
| parent | 9f99a5ab87c729e6b619ab2aa00f05827ceae5f2 (diff) | |
| download | pkgsrc-17ece2c78426b2c0f3f72e9048d45a1476dbeb6a.tar.gz | |
Update "phpmyadmin" package to version 3.4.7. Changes since version 3.4.6:
- bug #3418610 [interface] Links in navigation when
$cfg['MainPageIconic'] = false
- bug #3418849 [interface] Inline edit shows dropdowns even after closing
- bug [view] View renaming did not work
- bug [navi] Wrong icon for view (MySQL 5.5)
- bug #3420229 [doc] Missing documentation section
- bug #3423725 [pdf] Broken PDF file when exporting database to PDF
- [core] Allow to set language in URL
- bug #3425184 [doc] Fix links to PHP documentation
- bug #3426031 [export] Export to bzip2 is not working
Diffstat (limited to 'databases/phpmyadmin/Makefile')
| -rw-r--r-- | databases/phpmyadmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index c75674ea166..0858a01ba19 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2011/10/18 14:58:28 tron Exp $ +# $NetBSD: Makefile,v 1.93 2011/10/24 07:14:48 tron Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} @@ -29,7 +29,7 @@ MESSAGE_SUBST+= CONF_INC_PHP=${CONF_INC_PHP} PMCONFFILE=${PMCONFFILE:Q} \ USE_TOOLS+= perl:run CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php -DIST_VERSION= 3.4.6 +DIST_VERSION= 3.4.7 DOC_FILES= CREDITS ChangeLog \ Documentation.txt INSTALL LICENSE README \ RELEASE-DATE-${DIST_VERSION} TODO |
