pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/aria2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 31 19:55:33 UTC 2025

Modified Files:
        pkgsrc/net/aria2: Makefile

Log Message:
aria2: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/aria2/Makefile

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

Modified files:

Index: pkgsrc/net/aria2/Makefile
diff -u pkgsrc/net/aria2/Makefile:1.103 pkgsrc/net/aria2/Makefile:1.104
--- pkgsrc/net/aria2/Makefile:1.103     Thu Apr 17 21:51:50 2025
+++ pkgsrc/net/aria2/Makefile   Sun Aug 31 19:55:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2025/04/17 21:51:50 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2025/08/31 19:55:33 wiz Exp $
 
 DISTNAME=      aria2-1.36.0
 PKGREVISION=   13
@@ -33,7 +33,7 @@ USE_FEATURES=         getopt_long snprintf
 
 .include "../../mk/compiler.mk"
 
-.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
+.if ${PKGSRC_RUN_TEST:U:tl} == yes
 BUILDLINK_DEPMETHOD.cppunit=   build
 BUILDLINK_API_DEPENDS.cppunit+=        cppunit>=1.10.2
 .  include "../../devel/cppunit/buildlink3.mk"



Home | Main Index | Thread Index | Old Index