svn commit: r379544 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Sat Feb 21 19:39:22 UTC 2015


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,^\.$$, at dirrmtry %%WWWDIR%%," \
-	    -e "s,^\., at 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


More information about the svn-ports-all mailing list