Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 19:39:21 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379544 - head/databases/phpmyadmin
Message-ID:  <201502211939.t1LJdLmC028513@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Feb 21 19:39:20 2015
New Revision: 379544
URL: https://svnweb.freebsd.org/changeset/ports/379544
QAT: https://qat.redports.org/buildarchive/r379544/

Log:
  Update to 4.3.10
  
  This is a routine bugfix update
  
       - Drop @dirrm, @dirrmtry from plist
  
  Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.10/phpMyAdmin-4.3.10-notes.html/view

Modified:
  head/databases/phpmyadmin/Makefile
  head/databases/phpmyadmin/distinfo

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Sat Feb 21 19:24:04 2015	(r379543)
+++ head/databases/phpmyadmin/Makefile	Sat Feb 21 19:39:20 2015	(r379544)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	4.3.9
+DISTVERSION=	4.3.10
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -73,16 +73,14 @@ USE_PHP+=	${opt:tl}
 
 post-patch:
 	cd ${WRKSRC} ; \
-	for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \
-	    ${TOUCH} $${emptydir}/.keep-me ; \
-	done ; \
 	${CP} ${FILESDIR}/${CFG_FILE}.sample ${WRKSRC}/${CFG_FILE}.sample ; \
 	${FIND} . ! -type d ! -name ${CFG_FILE}.sample ! -name '*.bak' | \
 	    ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%,"   >${PLIST} ; \
 	${CAT} ${PKGDIR}/pkg-plist-chunk	     >>${PLIST} ; \
-	${FIND} . -type d | ${SORT} -r | ${SED} \
-	    -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-	    -e "s,^\.,@dirrm %%WWWDIR%%,"	     >>${PLIST}
+	for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \
+	    ${ECHO} "@dir(,,)$${emptydir}"	     >>${PLIST} ; \
+	done ; \
+
 
 do-install:
 	cd ${WRKSRC} ; \

Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo	Sat Feb 21 19:24:04 2015	(r379543)
+++ head/databases/phpmyadmin/distinfo	Sat Feb 21 19:39:20 2015	(r379544)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.3.9-all-languages.tar.xz) = 8e8381d8e351968d3aa551a63707b3652ab5136dbf4ce491be5703441be910c4
-SIZE (phpMyAdmin-4.3.9-all-languages.tar.xz) = 5442120
+SHA256 (phpMyAdmin-4.3.10-all-languages.tar.xz) = 9485bc83366ff0f556005941d74b5f93499937e213e8bfcef3e20368eeeedcbb
+SIZE (phpMyAdmin-4.3.10-all-languages.tar.xz) = 5443264



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