pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/catch



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Aug 18 23:59:06 UTC 2022

Modified Files:
        pkgsrc/devel/catch: Makefile distinfo

Log Message:
catch: fix master site and homepage. Update to 1.11.0. Unknown changes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/catch/Makefile \
    pkgsrc/devel/catch/distinfo

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

Modified files:

Index: pkgsrc/devel/catch/Makefile
diff -u pkgsrc/devel/catch/Makefile:1.5 pkgsrc/devel/catch/Makefile:1.6
--- pkgsrc/devel/catch/Makefile:1.5     Wed Jan  4 13:48:02 2017
+++ pkgsrc/devel/catch/Makefile Thu Aug 18 23:59:06 2022
@@ -1,26 +1,23 @@
-# $NetBSD: Makefile,v 1.5 2017/01/04 13:48:02 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/08/18 23:59:06 tnn Exp $
 
-DISTNAME=      Catch-1.5.9
+DISTNAME=      Catch-1.11.0
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=philsquared/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
+GITHUB_PROJECT=        Catch2
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/philsquared/Catch/
+HOMEPAGE=      https://github.com/catchorg/Catch2/
 COMMENT=       C++-native, framework for unit-tests, TDD and BDD
 LICENSE=       boost-license
 
-EXTRACT_USING= bsdtar
-
-WRKSRC=                ${WRKDIR}/${DISTNAME}
+TEST_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 
+EXTRACT_USING= bsdtar
 USE_TOOLS+=    gmake
-
 USE_LANGUAGES= c c++
-
 NO_BUILD=      yes
-
 AUTO_MKDIRS=   yes
 
 do-install:
@@ -28,7 +25,10 @@ do-install:
                ${DESTDIR}${PREFIX}/include
 
 do-test:
-       ${RUN} cd ${WRKSRC}/projects/SelfTest && \
-               ${GMAKE} -f makefile && ./CatchSelfTest
+       ${MKDIR} ${WRKSRC}/projects/Generated
+       ${RUN} cd ${WRKSRC}/projects/Generated &&       \
+         ${PREFIX}/bin/cmake ../.. &&                  \
+         ${GMAKE} &&                                   \
+         ./SelfTest
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/catch/distinfo
diff -u pkgsrc/devel/catch/distinfo:1.5 pkgsrc/devel/catch/distinfo:1.6
--- pkgsrc/devel/catch/distinfo:1.5     Tue Oct 26 10:14:22 2021
+++ pkgsrc/devel/catch/distinfo Thu Aug 18 23:59:06 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:22 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/08/18 23:59:06 tnn Exp $
 
-BLAKE2s (Catch-1.5.9.tar.gz) = 4639e187dcfe841e542eda3a1d8f5c244bf8f25eb33839b20691a2a6af6b8e8d
-SHA512 (Catch-1.5.9.tar.gz) = 8fc91ad970bf911eb1605b9d082eec03c039bf16835410cb357e13d059fc71cf5190da32a70fee4f367060be268b23aa997c476b80384825a6fcf2ad1a024f0a
-Size (Catch-1.5.9.tar.gz) = 313420 bytes
+BLAKE2s (Catch-1.11.0.tar.gz) = 59c56f7a7cee6394fe1e58d919a886137e9bb2feaf5c5e8a78b1735393d79c35
+SHA512 (Catch-1.11.0.tar.gz) = 732b24db7cda421777b032af976db9e735d801dbf23f47e3f8f76f5a9b3b5b29f2b6383abee1a076fb785ba9311cc5eef4ea3d938d413c6e79f76feb02d817cf
+Size (Catch-1.11.0.tar.gz) = 376145 bytes



Home | Main Index | Thread Index | Old Index