pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cpu_features



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Dec 14 17:23:49 UTC 2020

Modified Files:
        pkgsrc/devel/cpu_features: Makefile

Log Message:
fix whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cpu_features/Makefile

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

Modified files:

Index: pkgsrc/devel/cpu_features/Makefile
diff -u pkgsrc/devel/cpu_features/Makefile:1.2 pkgsrc/devel/cpu_features/Makefile:1.3
--- pkgsrc/devel/cpu_features/Makefile:1.2      Mon Dec 14 17:15:35 2020
+++ pkgsrc/devel/cpu_features/Makefile  Mon Dec 14 17:23:49 2020
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/12/14 17:15:35 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/14 17:23:49 tnn Exp $
 
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      cpu_features-0.6.0
 PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/google/cpu_features/
 COMMENT=       Cross platform C99 library to get CPU features at runtime



Home | Main Index | Thread Index | Old Index