gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8348: uncrustify 0.75.0 fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8348: uncrustify 0.75.0 fix
Date: Sat, 7 May 2022 01:50:02 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8348
revision-id: carlhansen1234@gmail.com-20220507054958-h9ckdyz88s4vr1dp
parent: carlhansen1234@gmail.com-20220507030526-dzwl6wdpkkk7f4y5
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2022-05-06 22:49:58 -0700
message:
  uncrustify 0.75.0 fix
modified:
  pkg/other/uncrustify/Makefile  makefile-20220506055200-4mf7kvmz1suk0nyg-3
=== modified file 'pkg/other/uncrustify/Makefile'
--- a/pkg/other/uncrustify/Makefile     2022-05-06 05:53:00 +0000
+++ b/pkg/other/uncrustify/Makefile     2022-05-07 05:49:58 +0000
@@ -31,18 +31,19 @@
 endef
 
 
+######################################################################
 # 
https://github.com/uncrustify/uncrustify/archive/refs/tags/uncrustify-0.75.0.tar.gz
-######################################################################
 
-MASTER_SITES = https://github.com/
+MASTER_SITES = $(MASTER_GITHUB)
 MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/archive/refs/tags/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 
 BUILDDEPS = 
 LIBDEPS = 
-
+# this is a quirk of this tar file:
 WORKSRC = $(WORKDIR)/uncrustify-$(DISTNAME)
+WORKOBJ = $(WORKDIR)/uncrustify-$(DISTNAME).build
 ######################################################################
 
 include ../../../gar/gar.lib/cmake.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]