From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:39:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05DD5965; Sat, 21 Feb 2015 19:39:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAE0FD36; Sat, 21 Feb 2015 19:39:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJdLgS028518; Sat, 21 Feb 2015 19:39:21 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJdLmC028513; Sat, 21 Feb 2015 19:39:21 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201502211939.t1LJdLmC028513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 21 Feb 2015 19:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379544 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:39:22 -0000 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