Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 14:10:25 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/144789: [maintainer] databases/phpmyadmin update to 3.3.1
Message-ID:  <201003161410.o2GEAPFW053611@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <201003161420.o2GEK3ou061626@freefall.freebsd.org>

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

>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:



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