Sat Dec 30 01:22:35 2023 UTC (160d)
https


(zafer)
diff -r1.33 -r1.34 pkgsrc/devel/cppunit/Makefile

cvs diff -r1.33 -r1.34 pkgsrc/devel/cppunit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cppunit/Makefile 2023/07/18 14:11:14 1.33
+++ pkgsrc/devel/cppunit/Makefile 2023/12/30 01:22:35 1.34
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.33 2023/07/18 14:11:14 nia Exp $ 1# $NetBSD: Makefile,v 1.34 2023/12/30 01:22:35 zafer Exp $
2 2
3DISTNAME= cppunit-1.15.1 3DISTNAME= cppunit-1.15.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://dev-www.libreoffice.org/src/ 5MASTER_SITES= https://dev-www.libreoffice.org/src/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit 8HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit
9COMMENT= C++ unit testing framework 9COMMENT= C++ unit testing framework
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17USE_CXX_FEATURES+= c++11 17USE_CXX_FEATURES+= c++11
18 18