pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/intel-microcode-netbsd



Module Name:    pkgsrc
Committed By:   msaitoh
Date:           Thu May 16 04:04:30 UTC 2019

Modified Files:
        pkgsrc/sysutils/intel-microcode-netbsd: Makefile

Log Message:
 Use fetch/github.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/intel-microcode-netbsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/intel-microcode-netbsd/Makefile
diff -u pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.29 pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.30
--- pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.29        Tue May 14 17:22:01 2019
+++ pkgsrc/sysutils/intel-microcode-netbsd/Makefile     Thu May 16 04:04:30 2019
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.29 2019/05/14 17:22:01 msaitoh Exp $
+# $NetBSD: Makefile,v 1.30 2019/05/16 04:04:30 msaitoh Exp $
 
-DISTNAME=      microcode-20190514
-PKGNAME=       intel-microcode-netbsd-20190514
+VERSION=       20190514
+DISTNAME=      microcode-${VERSION}
+PKGNAME=       intel-microcode-netbsd-${VERSION}
 CATEGORIES=    sysutils
-MASTER_SITES=  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/
-EXTRACT_SUFX=  .tar.gz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=intel/}
+GITHUB_PROJECT=        Intel-Linux-Processor-Microcode-Data-Files
+GITHUB_TAG=    ${DISTNAME}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://downloadcenter.intel.com/download/28727/Linux-Processor-Microcode-Data-File



Home | Main Index | Thread Index | Old Index