From owner-svn-ports-head@FreeBSD.ORG Sat May 11 06:44:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D45DF929 for ; Sat, 11 May 2013 06:44:53 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by mx1.freebsd.org (Postfix) with ESMTP id AF420A2D for ; Sat, 11 May 2013 06:44:53 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id bv13so3222174pdb.0 for ; Fri, 10 May 2013 23:44:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=u6hwzBA1zQ+w57DgalLHHIUTb+UfZ1z5r8ZYzG1weRc=; b=ZL6m58U6XOapfmRDBpkTZVMw+q5ISLHwLlrdMNhGgUYEY11kM+ccPNq8Zd+U2DA2RN 58xRkptMXZicEsm2Qig+Y2OCkxDHQ4HCwr+wCq6223Y0B5Dd3rsB++ybJwse4SDFR9un OuT18J5DLQvFQnoLF6YoKQngHEggFYSQ7SGLWo3b7MKLx+QJICwzXHvazr6sjPUnVK5w 3Iw5D1dYXPYqW5yxvDvvpvKIvwDu0bozVfAnRMwrDW02IvsDxi6Q/uxSQYv1jpVHWtFk ulDr+9uUHpZwX7O1NjyrmSvaTHNRe+pThBlG+IMlx8SehhxHTIcdPIM5zjY1zcmnEBn5 9a8Q== MIME-Version: 1.0 X-Received: by 10.66.232.69 with SMTP id tm5mr20980214pac.120.1368254686949; Fri, 10 May 2013 23:44:46 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.78.104 with HTTP; Fri, 10 May 2013 23:44:46 -0700 (PDT) In-Reply-To: <201305040624.r446OrRk035532@svn.freebsd.org> References: <201305040624.r446OrRk035532@svn.freebsd.org> Date: Fri, 10 May 2013 23:44:46 -0700 X-Google-Sender-Auth: oNfR10oNMqh95A-Q1WFwKNz9okc Message-ID: Subject: Re: svn commit: r317295 - in head: . databases databases/phpmyadmin databases/phpmyadmin35 From: Jason Helfman To: Matthew Seaman X-Gm-Message-State: ALoCoQn7naDMVSwnWJaN0BcWSi9yxdEeTGOthRBbOQkLRlR0VWlTQNifzw4nHhQgiPU0KD0JZzvF Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 06:44:53 -0000 This commit broke MOVED. I don't see why it was updated. It has been fixed. Please see PR: ports/178499 -jgh On Fri, May 3, 2013 at 11:24 PM, Matthew Seaman wrote: > Author: matthew > Date: Sat May 4 06:24:53 2013 > New Revision: 317295 > URL: http://svnweb.freebsd.org/changeset/ports/317295 > > Log: > - Copy databases/phpmyadmin to databases/phpmyadmin35 > - Update databases/phpmyadmin to 4.0.0 > > Version 4.0.0 is the first release of a new major version, and > involves some significant changes in functionality. In particular it > now requires Javascript in order to operate. > > Provide a new phpmyadmin35 port to track the 3.5.x branch for those > not wishing to upgrade yet. Note that you will have to adjust your > httpd.conf if you switch to this port, as it installs the application to > ${LOCALBASE}/www/phpMyAdmin35 > > Added: > head/databases/phpmyadmin35/ > - copied from r317237, head/databases/phpmyadmin/ > Modified: > head/MOVED > head/databases/Makefile > head/databases/phpmyadmin/Makefile > head/databases/phpmyadmin/distinfo > head/databases/phpmyadmin/pkg-descr (contents, props changed) > head/databases/phpmyadmin35/Makefile > > Modified: head/MOVED > > ============================================================================== > --- head/MOVED Fri May 3 23:53:00 2013 (r317294) > +++ head/MOVED Sat May 4 06:24:53 2013 (r317295) > @@ -4247,3 +4247,4 @@ editors/nxml-emacs21||2013-05-02|Removed > textproc/ruby-libxml||2013-05-02|Has expired: Does not work with Ruby 1.9 > japanese/navi2ch-emacs21|japanese/navi2ch|2013-05-02|Removed: obsolete > japanese/navi2ch-xemacs21-mule|japanese/navi2ch|2013-05-02|Removed: > obsolete > +databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track > the older 3.5.x release branch > > Modified: head/databases/Makefile > > ============================================================================== > --- head/databases/Makefile Fri May 3 23:53:00 2013 (r317294) > +++ head/databases/Makefile Sat May 4 06:24:53 2013 (r317295) > @@ -632,6 +632,7 @@ > SUBDIR += php53-sybase_ct > SUBDIR += phpminiadmin > SUBDIR += phpmyadmin > + SUBDIR += phpmyadmin35 > SUBDIR += phppgadmin > SUBDIR += postgis > SUBDIR += postgis20 > > Modified: head/databases/phpmyadmin/Makefile > > ============================================================================== > --- head/databases/phpmyadmin/Makefile Fri May 3 23:53:00 2013 > (r317294) > +++ head/databases/phpmyadmin/Makefile Sat May 4 06:24:53 2013 > (r317295) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= phpMyAdmin > -DISTVERSION= 3.5.8.1 > +DISTVERSION= 4.0.0 > CATEGORIES= databases www > MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} > DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages > @@ -23,9 +23,9 @@ USE_PHP= ctype session filter mbstring j > # want this, either turn off GD in the config dialog, or else turn off > # FONTCONFIG in the graphics/gd port options. > > -PHP_MODULE_OPTIONS= APC BZ2 GD MCRYPT OPENSSL PDF ZIP ZLIB > +PHP_MODULE_OPTIONS= APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB > OPTIONS_DEFINE= SUPHP ${PHP_MODULE_OPTIONS} > -OPTIONS_DEFAULT= APC BZ2 GD MCRYPT MYSQLI OPENSSL PDF ZIP ZLIB > +OPTIONS_DEFAULT= APC BZ2 GD MCRYPT MYSQLI OPENSSL PDF XML ZIP ZLIB > > OPTIONS_MULTI= DB_connect > OPTIONS_MULTI_DB_connect= MYSQL MYSQLI > @@ -39,6 +39,7 @@ MYSQL_DESC= PHP MySQL support via mysql > OPENSSL_DESC= PHP OpenSSL support > PDF_DESC= PHP PDFlib support > SUPHP_DESC= suPHP support > +XML_DESC= PHP XML support (Export to OpenDoc) > ZIP_DESC= PHP Zip compression support > ZLIB_DESC= PHP ZLIB support > > > Modified: head/databases/phpmyadmin/distinfo > > ============================================================================== > --- head/databases/phpmyadmin/distinfo Fri May 3 23:53:00 2013 > (r317294) > +++ head/databases/phpmyadmin/distinfo Sat May 4 06:24:53 2013 > (r317295) > @@ -1,2 +1,2 @@ > -SHA256 (phpMyAdmin-3.5.8.1-all-languages.tar.xz) = > c66737ff55369b1c9e4b116e68f3c517faf7c4bc17e289d008d74fde6c8260f6 > -SIZE (phpMyAdmin-3.5.8.1-all-languages.tar.xz) = 3744808 > +SHA256 (phpMyAdmin-4.0.0-all-languages.tar.xz) = > b3a16c7397738cf3e65b54b9ad4178a19ce78d60753fb158b7eb6658d443b2ec > +SIZE (phpMyAdmin-4.0.0-all-languages.tar.xz) = 4347792 > > Modified: head/databases/phpmyadmin/pkg-descr > > ============================================================================== > --- head/databases/phpmyadmin/pkg-descr Fri May 3 23:53:00 2013 > (r317294) > +++ head/databases/phpmyadmin/pkg-descr Sat May 4 06:24:53 2013 > (r317295) > @@ -1,7 +1,8 @@ > +Currently phpMyAdmin can: > > - phpMyAdmin handles the administration of MySQL over the Web. It can: > - * browse and drop databases, tables, views, fields and indexes > - * create, copy, drop, rename and alter databases, tables, fields > + * browse and drop databases, tables, views, columns and indexes > + * display multiple results sets through stored procedures or queries > + * create, copy, drop, rename and alter databases, tables, columns > and indexes > * maintain server, databases and tables, with proposals on server > configuration > @@ -9,23 +10,25 @@ > * load text files into tables > * create and read dumps of tables > * export data to various formats: CSV, XML, PDF, ISO/IEC 26300 - > - OpenDocument Text and Spreadsheet, Word, Excel and LATEX formats > - * import data and MySQL structures from Microsoft Excel and > - OpenDocument spreadsheets, as well as XML, CSV, and SQL files > + OpenDocument Text and Spreadsheet, Microsoft Word 2000, and > + LATEX formats > + * import data and MySQL structures from OpenDocument spreadsheets, > + as well as XML, CSV, and SQL files > * administer multiple servers > * manage MySQL users and privileges > * check referential integrity in MyISAM tables > * using Query-by-example (QBE), create complex queries > automatically connecting required tables > - * create PDF graphics of your Database layout > + * create PDF graphics of your database layout > * search globally in a database or a subset of it > * transform stored data into any format using a set of predefined > functions, like displaying BLOB-data as image or download-link > * track changes on databases, tables and views > * support InnoDB tables and foreign keys > * support mysqli, the improved MySQL extension > - * communicate in 57 different languages > - * synchronize two databases residing on the same as well as remote > - servers > + * create, edit, call, export and drop stored procedures and > + functions > + * create, edit, export and drop events and triggers > + * communicate in 62 different languages > > WWW: http://www.phpmyadmin.net/ > > Modified: head/databases/phpmyadmin35/Makefile > > ============================================================================== > --- head/databases/phpmyadmin/Makefile Fri May 3 20:28:15 2013 > (r317237) > +++ head/databases/phpmyadmin35/Makefile Sat May 4 06:24:53 2013 > (r317295) > @@ -1,11 +1,11 @@ > # Created by: nbm > # $FreeBSD$ > > -PORTNAME= phpMyAdmin > +PORTNAME= phpMyAdmin35 > DISTVERSION= 3.5.8.1 > CATEGORIES= databases www > -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} > -DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages > +MASTER_SITES= SF/${PORTNAME:L:S/35//}/${PORTNAME:S/35//}/${DISTVERSION} > +DISTNAME= ${PORTNAME:S/35//}-${DISTVERSION}-all-languages > > MAINTAINER= matthew@FreeBSD.org > COMMENT= A set of PHP-scripts to manage MySQL over the web > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve