ports/89962: [maintainer] databases/phpmyadmin -- update to 2.7.0
Matthew Seaman
m.seaman at infracaninophile.co.uk
Mon Dec 5 07:20:03 UTC 2005
>Number: 89962
>Category: ports
>Synopsis: [maintainer] databases/phpmyadmin -- update to 2.7.0
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 05 07:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 4.11-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.11-STABLE FreeBSD 4.11-STABLE #91: Wed Nov 16 22:41:11 GMT 2005 root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386
>Description:
Update to version 2.7.0. The announcement message is at
http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0
Notes:
* Configuration files coming from before phpMyAdmin 2.3.0 (released on
2002-08-11) are no longer supported.
* You can still use your config.inc.php file, but this file can be
simplified, containing only the parameters you want to change from
their corresponding default value in config.default.php.
Notes for committer:
Added file phpmyadmin/files/config.inc.php.sample
>How-To-Repeat:
>Fix:
--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile Wed Nov 16 19:31:07 2005
+++ phpmyadmin/Makefile Mon Dec 5 07:01:07 2005
@@ -6,12 +6,12 @@
#
PORTNAME= phpMyAdmin
-PORTVERSION= 2.6.4.4
-#DISTVERSION= 2.6.4-pl4
+PORTVERSION= 2.7.0
+#DISTVERSION= 2.7.0
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-pl\1/}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= m.seaman at infracaninophile.co.uk
COMMENT= A set of PHP-scripts to manage MySQL over the web
@@ -107,7 +107,7 @@
${ECHO_MSG} "with PHP5 and MySQL 4.1.x"
post-patch:
- ${MV} ${WRKSRC}/${CFGFILE} ${WRKSRC}/${CFGFILE}.sample
+ ${CP} ${FILESDIR}/${CFGFILE}.sample ${WRKSRC}/${CFGFILE}.sample
cd ${WRKSRC} ; \
${FIND} . ! -type d ! -name ${CFGFILE}.sample | ${SORT} | \
${SED} -e "s,^\.,%%MYADMDIR%%," >${PLIST} ; \
diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo
--- /usr/ports/databases/phpmyadmin/distinfo Wed Nov 16 19:31:07 2005
+++ phpmyadmin/distinfo Mon Dec 5 06:51:12 2005
@@ -1,3 +1,3 @@
-MD5 (phpMyAdmin-2.6.4-pl4.tar.bz2) = a49885849bec79d35f6bdae73cdb813d
-SHA256 (phpMyAdmin-2.6.4-pl4.tar.bz2) = 897ed5eb11b6846cd06f8e291d729634cde192f4a80a7bdd716f53c9b7c32728
-SIZE (phpMyAdmin-2.6.4-pl4.tar.bz2) = 1722973
+MD5 (phpMyAdmin-2.7.0.tar.bz2) = 960c78c00655d24c48be231a52fe5716
+SHA256 (phpMyAdmin-2.7.0.tar.bz2) = d819122c5e015398faf3d25e9870054e583e3fb794a5a7108674d7a9aa5f2ee8
+SIZE (phpMyAdmin-2.7.0.tar.bz2) = 1962828
diff -Nur /usr/ports/databases/phpmyadmin/files/config.inc.php.sample phpmyadmin/files/config.inc.php.sample
--- /usr/ports/databases/phpmyadmin/files/config.inc.php.sample Thu Jan 1 01:00:00 1970
+++ phpmyadmin/files/config.inc.php.sample Mon Dec 5 07:11:01 2005
@@ -0,0 +1,12 @@
+<?php
+/* $FreeBSD $
+ *
+ * Skeleton configuration file -- this file is empty on a fresh
+ * installaton of phpmyadmin.
+ *
+ * Copy any settings you want to override from config.defaults.php
+ *
+ */
+
+
+?>
diff -Nur /usr/ports/databases/phpmyadmin/pkg-descr phpmyadmin/pkg-descr
--- /usr/ports/databases/phpmyadmin/pkg-descr Fri Jul 8 08:30:32 2005
+++ phpmyadmin/pkg-descr Mon Dec 5 07:12:19 2005
@@ -1,15 +1,24 @@
- phpMyAdmin is intended to handle the administration of MySQL over the WWW.
- Currently it can:
- - create and drop databases
- - create, copy, drop and alter tables
- - delete, edit and add fields
- - execute any SQL-statement, even batch-queries
- - manage keys on fields
- - load text files into tables
- - create and read dumps of tables
- - export and import CSV data
- - administer one single database as well as a whole database server
- - communicate in 50 different languages
+ phpMyAdmin handles the administration of MySQL over the Web. It
+ can manage a whole MySQL server as well as a single database.
+
+ Currently it can:
+ - create, copy, rename and drop databases
+ - create, copy, drop, rename and alter tables
+ - do table maintenance
+ - delete, edit and add fields
+ - execute any SQL-statement, even batch-queries
+ - manage keys on fields
+ - load text files into tables
+ - create and read dumps of tables
+ - export data to CSV, XML and Latex formats
+ - administer multiple servers
+ - manage MySQL users and privileges
+ - check referential integrity
+ - using Query-by-example (QBE), create complex queries automatically
+ connecting required tables
+ - create PDF graphics of your Database layout
+ - search globally in a database or a subset of it
+ - communicate in 50 different languages
WWW: http://www.phpmyadmin.net/
--- phpmyadmin.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list