pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/woboq_codebrowser



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Aug 19 13:51:55 UTC 2022

Modified Files:
        pkgsrc/devel/woboq_codebrowser: Makefile

Log Message:
woboq_codebrowser: retain the old PKGNAME despite DISTFILE name change


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/woboq_codebrowser/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/woboq_codebrowser/Makefile
diff -u pkgsrc/devel/woboq_codebrowser/Makefile:1.10 pkgsrc/devel/woboq_codebrowser/Makefile:1.11
--- pkgsrc/devel/woboq_codebrowser/Makefile:1.10        Fri Aug 19 13:48:25 2022
+++ pkgsrc/devel/woboq_codebrowser/Makefile     Fri Aug 19 13:51:55 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/08/19 13:48:25 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/19 13:51:55 tnn Exp $
 
 DISTNAME=      codebrowser-2.1.20220614
+PKGNAME=       woboq_${DISTNAME}
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=KDAB/}
 GITHUB_TAG=    ff3846d2addc75d1077435a3df87fd7606e54485
@@ -16,6 +17,7 @@ CMAKE_ARGS+=  -DLLVM_CONFIG_EXECUTABLE=${
 
 USE_TOOLS+=    pax
 USE_LANGUAGES= c c++11
+WRKSRC=                ${WRKDIR}/codebrowser-${GITHUB_TAG}
 
 INSTALLATION_DIRS+=    bin share/woboq_codebrowser
 



Home | Main Index | Thread Index | Old Index