Date: Mon, 10 Dec 2018 20:14:38 +0000 (UTC) From: "Serhii (Sergey) Kozlov" <skozlov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487198 - head/sysutils/intel-nvmupdate Message-ID: <201812102014.wBAKEcZw036842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skozlov Date: Mon Dec 10 20:14:37 2018 New Revision: 487198 URL: https://svnweb.freebsd.org/changeset/ports/487198 Log: sysutils/intel-nvmupdate: Remove obsolete chmod workaround Workaround was introduced in version 6.01 due to upstream packaging problems. The problems were resolved in 6.80, so the workaround is no longer required. Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D18502 Modified: head/sysutils/intel-nvmupdate/Makefile Modified: head/sysutils/intel-nvmupdate/Makefile ============================================================================== --- head/sysutils/intel-nvmupdate/Makefile Mon Dec 10 18:51:09 2018 (r487197) +++ head/sysutils/intel-nvmupdate/Makefile Mon Dec 10 20:14:37 2018 (r487198) @@ -39,12 +39,6 @@ NVMUPDATE_DIR= intel-nvmupdate .include <bsd.port.pre.mk> -# This is the workaround for directory permission issues for 10.x. -# Remove this after the directory permissions are fixed upstream. -post-extract: - ${CHMOD} a+x ${WRKDIR}/XL710 - ${CHMOD} a+x ${WRKSRC} - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} "! -name 'nvmupdate64e'"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812102014.wBAKEcZw036842>