Index: head/sysutils/cpupdate/Makefile =================================================================== --- head/sysutils/cpupdate/Makefile (revision 463375) +++ head/sysutils/cpupdate/Makefile (revision 463376) @@ -1,24 +1,37 @@ # Created by: Eugene Grosbein # $FreeBSD$ PORTNAME= cpupdate DISTVERSION= g20180302 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org -COMMENT= Microcode utility for BSD +COMMENT= CPU microcode update utility LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= kernschmelze +GH_PROJECT= ${PORTNAME} GH_TAGNAME= 58bc0ca PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz + +CPM_ACCOUNT= platomav +CPM_PROJECT= CPUMicrocodes +CPM_TAGNAME= 18a85ff + +OPTIONS_DEFINE= CPM +CPM_DESC= Download platomav/CPUMicrocodes collection +CPM_GH_ACCOUNT= ${CPM_ACCOUNT}:cpm +CPM_GH_PROJECT= ${CPM_PROJECT}:cpm +CPM_GH_TAGNAME= ${CPM_TAGNAME}:cpm +CPM_SUB_FILES= pkg-message +CPM_SUB_LIST= DIR=${WRKDIR}/${CPM_PROJECT}-${CPM_TAGNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include Index: head/sysutils/cpupdate/distinfo =================================================================== --- head/sysutils/cpupdate/distinfo (revision 463375) +++ head/sysutils/cpupdate/distinfo (revision 463376) @@ -1,3 +1,5 @@ -TIMESTAMP = 1519964401 +TIMESTAMP = 1519969642 SHA256 (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = a44ff576290051b68241cb8e5af8874db8dbdb1d728a349d9ba1a174a5fc2483 SIZE (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = 12574 +SHA256 (platomav-CPUMicrocodes-18a85ff_GH0.tar.gz) = 9ac44fd18a0ea348dcc0ed8056634289ffa89df0a9a17e26438e63971cdb64bd +SIZE (platomav-CPUMicrocodes-18a85ff_GH0.tar.gz) = 4568755 Index: head/sysutils/cpupdate/files/pkg-message.in =================================================================== --- head/sysutils/cpupdate/files/pkg-message.in (nonexistent) +++ head/sysutils/cpupdate/files/pkg-message.in (revision 463376) @@ -0,0 +1,8 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +NOTE: The following directory + +%%DIR%% + +contains platomav/CPUMicrocodes collection +if you have just built the port with CPM option enabled. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Property changes on: head/sysutils/cpupdate/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property