pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/doxx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  5 21:54:32 UTC 2025

Modified Files:
        pkgsrc/textproc/doxx: Makefile

Log Message:
doxx: fix CATEGORIES and pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/doxx/Makefile

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

Modified files:

Index: pkgsrc/textproc/doxx/Makefile
diff -u pkgsrc/textproc/doxx/Makefile:1.1 pkgsrc/textproc/doxx/Makefile:1.2
--- pkgsrc/textproc/doxx/Makefile:1.1   Fri Dec  5 20:32:17 2025
+++ pkgsrc/textproc/doxx/Makefile       Fri Dec  5 21:54:32 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/12/05 20:32:17 pin Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/05 21:54:32 wiz Exp $
 
 DISTNAME=      doxx-0.1.2
-CATEGORIES=    misc
+CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bgreenwell/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
@@ -12,7 +12,7 @@ LICENSE=      mit
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
-CFLAGS+=                -Wno-implicit-function-declaration
+CFLAGS+=               -Wno-implicit-function-declaration
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index