pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/taskwarrior



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 11 05:37:58 UTC 2023

Modified Files:
        pkgsrc/time/taskwarrior: Makefile

Log Message:
taskwarrior: Update compiler requirement


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/taskwarrior/Makefile

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

Modified files:

Index: pkgsrc/time/taskwarrior/Makefile
diff -u pkgsrc/time/taskwarrior/Makefile:1.17 pkgsrc/time/taskwarrior/Makefile:1.18
--- pkgsrc/time/taskwarrior/Makefile:1.17       Wed Apr 19 08:11:42 2023
+++ pkgsrc/time/taskwarrior/Makefile    Tue Jul 11 05:37:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/04/19 08:11:42 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/07/11 05:37:58 nia Exp $
 #
 
 DISTNAME=      task-2.6.2
@@ -15,8 +15,8 @@ LICENSE=      mit
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
-# C++11 required
-GCC_REQD+=     4.8
+# C++17 required
+GCC_REQD+=     7
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 



Home | Main Index | Thread Index | Old Index