From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 16 14:20:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2A11065676 for ; Tue, 16 Mar 2010 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9835F8FC1F for ; Tue, 16 Mar 2010 14:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2GEK3pF061627 for ; Tue, 16 Mar 2010 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2GEK3ou061626; Tue, 16 Mar 2010 14:20:03 GMT (envelope-from gnats) Resent-Date: Tue, 16 Mar 2010 14:20:03 GMT Resent-Message-Id: <201003161420.o2GEK3ou061626@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7968A106568E for ; Tue, 16 Mar 2010 14:10:31 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0509C8FC1A for ; Tue, 16 Mar 2010 14:10:30 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o2GEAPts053612 for ; Tue, 16 Mar 2010 14:10:25 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.14.4/8.14.4/Submit) id o2GEAPFW053611; Tue, 16 Mar 2010 14:10:25 GMT (envelope-from matthew) Message-Id: <201003161410.o2GEAPFW053611@happy-idiot-talk.infracaninophile.co.uk> Date: Tue, 16 Mar 2010 14:10:25 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/144789: [maintainer] databases/phpmyadmin update to 3.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2010 14:20:03 -0000 >Number: 144789 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin update to 3.3.1 >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: Tue Mar 16 14:20:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.0-STABLE i386 >Organization: >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 8.0-STABLE FreeBSD 8.0-STABLE #21: Wed Mar 10 17:20:46 GMT 2010 matthew@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: Routine bugfix update to version 3.3.1 Announce message: "Welcome to phpMyAdmin 3.3.1, a bugfix release. Details will appear on http://phpmyadmin.net. In a hurry? you can visit http://sourceforge.net/projects/phpmyadmin to download. Marc Delisle, for the team" ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.3.1/phpMyAdmin-3.3.1-notes.html/download >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile --- /usr/ports/databases/phpmyadmin/Makefile 2010-03-09 07:33:05.000000000 +0000 +++ phpmyadmin/Makefile 2010-03-16 13:55:13.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.3.0 +DISTVERSION= 3.3.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -96,17 +96,8 @@ # When creating a package, empty directories will not be generated # from the pkg tarball. Therefore make sure no directories are empty. -# Aaargh! A curse on all filenames with spaces in. post-patch: - cd ${WRKSRC}/documentation-gsoc ; \ - ${MV} "Synchronization_User Manual.htm" \ - Synchronization_User_Manual.htm ; \ - ${MV} "Synchronization_User Manual_files" \ - Synchronization_User_Manual_files ; \ cd ${WRKSRC} ; \ - ${REINPLACE_CMD} -e 's/_User%20Manual/_User_Manual/' \ - Documentation.html \ - documentation-gsoc/Synchronization_User_Manual.htm ; \ for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ ${TOUCH} $${emptydir}/.keep-me ; \ done ; \ diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo --- /usr/ports/databases/phpmyadmin/distinfo 2010-03-09 07:33:05.000000000 +0000 +++ phpmyadmin/distinfo 2010-03-16 13:49:16.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (phpMyAdmin-3.3.0-all-languages.tar.bz2) = 53b5d9d189ed1b969d549f0304f5ca08 -SHA256 (phpMyAdmin-3.3.0-all-languages.tar.bz2) = 5b1b69f1b39f85cb365d939afc50b27b0603dadf1730893d5e2daf69d221cda3 -SIZE (phpMyAdmin-3.3.0-all-languages.tar.bz2) = 3607715 +MD5 (phpMyAdmin-3.3.1-all-languages.tar.bz2) = f4f9b7b8398bfaaa7235e01cc0a89a79 +SHA256 (phpMyAdmin-3.3.1-all-languages.tar.bz2) = fb23140435854a6f9ce6ac0daad62d3cd1b676a06e33463eda15962181fb5364 +SIZE (phpMyAdmin-3.3.1-all-languages.tar.bz2) = 3610903 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: