pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kbuild



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 31 07:46:32 UTC 2018

Modified Files:
        pkgsrc/devel/kbuild: Makefile

Log Message:
kbuild: simplify PKGNAME. Comment out unused variable.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/kbuild/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/kbuild/Makefile
diff -u pkgsrc/devel/kbuild/Makefile:1.2 pkgsrc/devel/kbuild/Makefile:1.3
--- pkgsrc/devel/kbuild/Makefile:1.2    Tue Jan  2 10:37:29 2018
+++ pkgsrc/devel/kbuild/Makefile        Thu May 31 07:46:32 2018
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2018/01/02 10:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/05/31 07:46:32 wiz Exp $
 
 KBUILDNAME=    kBuild
 KBUILDVERMAJ=  0.1.9998
 KBUILDVERMIN=  8
 KBUILDVERSVN=  3127
-KBUILDVERFDR=  25
+#KBUILDVERFDR= 25
 
 DISTNAME=      ${KBUILDNAME}-r${KBUILDVERSVN}
-PKGNAME=       ${KBUILDNAME:tl}-${KBUILDVERMAJ}.${KBUILDVERMIN}.r${KBUILDVERSVN}
+PKGNAME=       kbuild-${KBUILDVERMAJ}.${KBUILDVERMIN}.r${KBUILDVERSVN}
 CATEGORIES=    devel
 MASTER_SITES=  http://svn.netlabs.org/repos/kbuild/trunk
 



Home | Main Index | Thread Index | Old Index