summaryrefslogtreecommitdiff
path: root/devel/atf/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2010-10-20 08:21:07 +0000
committerjmmv <jmmv@pkgsrc.org>2010-10-20 08:21:07 +0000
commit0a82798abb2713c4e746a1d03459e82e9f4c4d26 (patch)
tree541d2e99a0130d56f1b71ad637382cda96a542ef /devel/atf/Makefile
parent0cc3522e9e15b38df6bf54b061053c25b2578cae (diff)
downloadpkgsrc-0a82798abb2713c4e746a1d03459e82e9f4c4d26.tar.gz
Update to 0.11:
Experimental version released on October 20th, 2010. * The ATF_CHECK* macros in atf-c++ were renamed to ATF_REQUIRE* to match their counterparts in atf-c. * Clearly separated the modules in atf-c that are supposed to be public from those that are implementation details. The header files for the internal modules are not installed any more. * Made the atf-check tool private. It is only required by atf-sh and being public has the danger of causing confusion. Also, making it private simplifies the public API of atf. * Changed atf-sh to enable per-command error checking (set -e) by default. This catches many cases in which a test case is broken but it is not reported as such because execution continues. * Fixed the XSTL and CSS stylesheets to support expected failures.
Diffstat (limited to 'devel/atf/Makefile')
-rw-r--r--devel/atf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile
index 6ff7ecbdc79..36d748462db 100644
--- a/devel/atf/Makefile
+++ b/devel/atf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2010/07/02 15:14:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2010/10/20 08:21:07 jmmv Exp $
#
-DISTNAME= atf-0.10
+DISTNAME= atf-0.11
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/0.10/
+MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/0.11/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/~jmmv/atf/