svn commit: r554937 - head/devel/doctest

Fernando Apesteguía fernape at FreeBSD.org
Thu Nov 12 08:37:56 UTC 2020


Author: fernape
Date: Thu Nov 12 08:37:56 2020
New Revision: 554937
URL: https://svnweb.freebsd.org/changeset/ports/554937

Log:
  devel/doctest: upgrade to 2.4.1
  
  ChangeLog: https://github.com/onqtam/doctest/releases/tag/2.4.1
  
  PR:	251037
  Submitted by:	nickblack at linux.com (maintainer)

Modified:
  head/devel/doctest/Makefile
  head/devel/doctest/distinfo

Modified: head/devel/doctest/Makefile
==============================================================================
--- head/devel/doctest/Makefile	Thu Nov 12 08:15:43 2020	(r554936)
+++ head/devel/doctest/Makefile	Thu Nov 12 08:37:56 2020	(r554937)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	doctest
-DISTVERSION=	2.4.0
+DISTVERSION=	2.4.1
 CATEGORIES=	devel
 
 MAINTAINER=	nickblack at linux.com
@@ -14,10 +14,10 @@ USES=		compiler:c++17-lang cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	onqtam
 
-NO_BUILD=	yes
-NO_ARCH=	yes
-
 CMAKE_OFF=	DOCTEST_WITH_TESTS DOCTEST_WITH_MAIN_IN_STATIC_LIB
+
+NO_ARCH=	yes
+NO_BUILD=	yes
 
 PLIST_FILES=	include/doctest/doctest.h \
 		lib/cmake/doctest/doctest.cmake \

Modified: head/devel/doctest/distinfo
==============================================================================
--- head/devel/doctest/distinfo	Thu Nov 12 08:15:43 2020	(r554936)
+++ head/devel/doctest/distinfo	Thu Nov 12 08:37:56 2020	(r554937)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593341522
-SHA256 (onqtam-doctest-2.4.0_GH0.tar.gz) = f689f48e92c088928d88d8481e769c8e804f0a608b484ab8ef3d6ab6045b5444
-SIZE (onqtam-doctest-2.4.0_GH0.tar.gz) = 2249705
+TIMESTAMP = 1605083383
+SHA256 (onqtam-doctest-2.4.1_GH0.tar.gz) = 0a0f0be21ee23e36ff6b8b9d63c06a7792e04cce342e1df3dee0e40d1e21b9f0
+SIZE (onqtam-doctest-2.4.1_GH0.tar.gz) = 2263473


More information about the svn-ports-all mailing list