pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jun  6 16:46:43 UTC 2025

Modified Files:
        pkgsrc/wm/awesome: Makefile distinfo
Removed Files:
        pkgsrc/wm/awesome/patches: patch-awesomeConfig.cmake

Log Message:
awesome: use a better method of patching to find asciidoctor


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/wm/awesome/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/wm/awesome/distinfo
cvs rdiff -u -r1.9 -r0 pkgsrc/wm/awesome/patches/patch-awesomeConfig.cmake

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

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.99 pkgsrc/wm/awesome/Makefile:1.100
--- pkgsrc/wm/awesome/Makefile:1.99     Fri Jun  6 15:49:35 2025
+++ pkgsrc/wm/awesome/Makefile  Fri Jun  6 16:46:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2025/06/06 15:49:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.100 2025/06/06 16:46:43 gutteridge Exp $
 
 DISTNAME=      awesome-4.3
 PKGREVISION=   18
@@ -51,6 +51,12 @@ SUBST_MESSAGE.lua=   Fixing lua executable
 SUBST_FILES.lua+=      awesomeConfig.cmake
 SUBST_SED.lua=         -e 's|COMMAND lua|COMMAND ${LUA_INTERPRETER}|g'
 
+SUBST_CLASSES+=                asciidoctor
+SUBST_STAGE.asciidoctor=       pre-configure
+SUBST_MESSAGE.asciidoctor=     Fixing asciidoctor name.
+SUBST_FILES.asciidoctor+=      awesomeConfig.cmake
+SUBST_SED.asciidoctor=         -e 's|ASCIIDOCTOR_EXECUTABLE asciidoctor|ASCIIDOCTOR_EXECUTABLE asciidoctor${RUBY_VER}|g'
+
 pre-configure:
        ${RUN} mkdir -p ${WRKSRC}/build
 

Index: pkgsrc/wm/awesome/distinfo
diff -u pkgsrc/wm/awesome/distinfo:1.28 pkgsrc/wm/awesome/distinfo:1.29
--- pkgsrc/wm/awesome/distinfo:1.28     Wed Feb 14 03:31:15 2024
+++ pkgsrc/wm/awesome/distinfo  Fri Jun  6 16:46:43 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.28 2024/02/14 03:31:15 gutteridge Exp $
+$NetBSD: distinfo,v 1.29 2025/06/06 16:46:43 gutteridge Exp $
 
 BLAKE2s (awesome-4.3.tar.xz) = 996ff487c8d2f850bf78d26f151ea5269c96cff94ccae95626ec2e0cb59e55d4
 SHA512 (awesome-4.3.tar.xz) = c5ef1e8dc593e7783b895d22143154aea8f211beeda24672a7ee4ed5112b4f4284043f848a151f3d3c4f569e91308670367a4353f705b20511b36495b22fa3f5
 Size (awesome-4.3.tar.xz) = 1037816 bytes
 SHA1 (patch-CMakeLists.txt) = b4477b425846533dfe2700a9195146b25db0bd9b
-SHA1 (patch-awesomeConfig.cmake) = ec4247f9123d717b2340693be215a58be2dc21f7



Home | Main Index | Thread Index | Old Index