Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 10:27:27 +0100 (BST)
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145689: [maintainer] databases/phpmyadmin -- update to 3.3.2
Message-ID:  <201004140927.o3E9RR1k077096@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <201004140930.o3E9U2WF006760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145689
>Category:       ports
>Synopsis:       [maintainer] databases/phpmyadmin -- update to 3.3.2
>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:   Wed Apr 14 09:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Apr 9 16:10:38 BST 2010 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

Routine bug-fix update to version 3.3.2

Changelog is at: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.3.2/phpMyAdmin-3.3.2-notes.html/view

Note: I've dropped the spl module from the PHP dependencies as spl is
part of the core for PHP 5.3.

Note 2: This obsoletes PR ports/140680 which should probably be closed
-- if support for PHP5.2 is re-introduced, then that can be revisited.

>How-To-Repeat:
	
>Fix:

	

--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile	2010-04-02 18:54:07.000000000 +0100
+++ phpmyadmin/Makefile	2010-04-14 10:06:12.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	3.3.1
+DISTVERSION=	3.3.2
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -20,7 +20,7 @@
 USE_BZIP2=	yes
 NO_BUILD=	yes
 .if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP=	ctype mysql session spl filter mbstring
+USE_PHP=	ctype mysql session filter mbstring
 .endif
 
 OPTIONS=	SUPHP	 "suPHP support" off \
diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo
--- /usr/ports/databases/phpmyadmin/distinfo	2010-03-22 10:57:21.000000000 +0000
+++ phpmyadmin/distinfo	2010-04-14 10:07:36.000000000 +0100
@@ -1,3 +1,3 @@
-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
+MD5 (phpMyAdmin-3.3.2-all-languages.tar.bz2) = e3a241c065a34468288dc312fff5208f
+SHA256 (phpMyAdmin-3.3.2-all-languages.tar.bz2) = a0edcda9640c8d3388abe69c2813cba199b782d73fed239f4dc8b15fbf8f214e
+SIZE (phpMyAdmin-3.3.2-all-languages.tar.bz2) = 3610176
--- phpmyadmin.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004140927.o3E9RR1k077096>