svn commit: r466680 - head/sysutils/cpupdate

Eugene Grosbein eugen at FreeBSD.org
Fri Apr 6 17:12:54 UTC 2018


Author: eugen
Date: Fri Apr  6 17:12:53 2018
New Revision: 466680
URL: https://svnweb.freebsd.org/changeset/ports/466680

Log:
  Update sysutils/cpupdate:
  
  - sync with platomav/CPUMicrocodes MCE DB r64;
  - remove useless use of subshell;
  - rcorder runs /etc/rc.d/sysctl before FILESYSTEMS to process /etc/sysctl.conf
    so let cpupdate's startup script automatically enable
    Indirect Branch Restricted Speculation after successful
    start of ${PRERIX}/sbin/cpupdate, if possible, unless this is disabled
    with new "cpupdate_irbs_enable" rc.conf variable;
  - bump PORTREVISION.

Modified:
  head/sysutils/cpupdate/Makefile

Modified: head/sysutils/cpupdate/Makefile
==============================================================================
--- head/sysutils/cpupdate/Makefile	Fri Apr  6 16:56:58 2018	(r466679)
+++ head/sysutils/cpupdate/Makefile	Fri Apr  6 17:12:53 2018	(r466680)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cpupdate
 DISTVERSION=	g20180323
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	eugen at FreeBSD.org
@@ -28,7 +29,7 @@ PLIST_FILES=	sbin/${PORTNAME} man/man8/${PORTNAME}.8.g
 
 CPM_ACCOUNT=	platomav
 CPM_PROJECT=	CPUMicrocodes
-CPM_TAGNAME=	8f56a62
+CPM_TAGNAME=	079248c
 
 OPTIONS_DEFINE=		CPM INTEL
 CPM_DESC=		Download platomav/CPUMicrocodes collection
@@ -63,7 +64,7 @@ install-microcodes:
 .if ${PORT_OPTIONS:MCPM}
 	${RM} -rf ${CPM_DATADIR}
 	${MKDIR} ${CPM_DATADIR}
-	(cpupdate -IC -S ${CPM_DIR}/Intel -T ${CPM_DATADIR})
+	cpupdate -IC -S ${CPM_DIR}/Intel -T ${CPM_DATADIR}
 .endif
 .for _o in INTEL CPM
 .if ${PORT_OPTIONS:M${_o}}


More information about the svn-ports-head mailing list