svn commit: r370763 - head/devel/catch

Pietro Cerutti gahr at FreeBSD.org
Mon Oct 13 10:45:05 UTC 2014


Author: gahr
Date: Mon Oct 13 10:45:04 2014
New Revision: 370763
URL: https://svnweb.freebsd.org/changeset/ports/370763
QAT: https://qat.redports.org/buildarchive/r370763/

Log:
  - Update to build 53
  - Add a regression-test target

Modified:
  head/devel/catch/Makefile
  head/devel/catch/distinfo

Modified: head/devel/catch/Makefile
==============================================================================
--- head/devel/catch/Makefile	Mon Oct 13 10:22:18 2014	(r370762)
+++ head/devel/catch/Makefile	Mon Oct 13 10:45:04 2014	(r370763)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	catch
-PORTVERSION=	1.0.51
+PORTVERSION=	1.0.53
 CATEGORIES=	devel
 
 MAINTAINER=	gahr at FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE=	BSL
 USE_GITHUB=	yes
 GH_ACCOUNT=	gahr
 GH_PROJECT=	Catch
-GH_COMMIT=	ce56209
+GH_COMMIT=	d4e5f18
 
 NO_BUILD=	yes
 
@@ -23,4 +23,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/single_include/catch.hpp \
 	    ${STAGEDIR}${PREFIX}/include
 
+regression-test:
+	cd ${WRKSRC}/projects/CMake && cmake . && make && ./SelfTest
+
 .include <bsd.port.mk>

Modified: head/devel/catch/distinfo
==============================================================================
--- head/devel/catch/distinfo	Mon Oct 13 10:22:18 2014	(r370762)
+++ head/devel/catch/distinfo	Mon Oct 13 10:45:04 2014	(r370763)
@@ -1,2 +1,2 @@
-SHA256 (catch-1.0.51.tar.gz) = 89ed3438432086f99321c2e589140e02fba6b9ae2a69cea8baf7edf22c806bab
-SIZE (catch-1.0.51.tar.gz) = 267681
+SHA256 (catch-1.0.53.tar.gz) = 9eadb7cf08e7d7407cc20c134a53fc9289da300d157fea6bc34f226cc598e85a
+SIZE (catch-1.0.53.tar.gz) = 270601


More information about the svn-ports-all mailing list