summaryrefslogtreecommitdiff
path: root/devel/atf
diff options
context:
space:
mode:
authorjmmv <jmmv>2013-02-14 18:36:12 +0000
committerjmmv <jmmv>2013-02-14 18:36:12 +0000
commitec62c22e34c32a28f7466ba259392ffc84f1c134 (patch)
tree21c046739ec8f8b1093844574b517b2054ede506 /devel/atf
parent2fa40f29faba45d73042f2f460a8afc1155a70c3 (diff)
downloadpkgsrc-ec62c22e34c32a28f7466ba259392ffc84f1c134.tar.gz
Update atf and atf-libs to 0.17:
* Added the atf_utils_cat_file, atf_utils_compare_file, atf_utils_copy_file, atf_utils_create_file, atf_utils_file_exists, atf_utils_fork, atf_utils_grep_file, atf_utils_grep_string, atf_utils_readline, atf_utils_redirect and atf_utils_wait utility functions to atf-c-api. Documented the already-public atf_utils_free_charpp function. * Added the cat_file, compare_file, copy_file, create_file, file_exists, fork, grep_collection, grep_file, grep_string, redirect and wait functions to the atf::utils namespace of atf-c++-api. These are wrappers around the same functions added to the atf-c-api library. * Added the ATF_CHECK_MATCH, ATF_CHECK_MATCH_MSG, ATF_REQUIRE_MATCH and ATF_REQUIRE_MATCH_MSG macros to atf-c to simplify the validation of a string against a regular expression. * Miscellaneous fixes for manpage typos and compilation problems with clang. * Added caching of the results of those configure tests that rely on executing a test program. This should help crossbuild systems by providing a mechanism to pre-specify what the results should be. * PR bin/45690: Make atf-report convert any non-printable characters to a plain-text representation (matching their corresponding hexadecimal entities) in XML output files. This is to prevent the output of test cases from breaking xsltproc later.
Diffstat (limited to 'devel/atf')
-rw-r--r--devel/atf/Makefile3
-rw-r--r--devel/atf/Makefile.common4
-rw-r--r--devel/atf/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile
index 55815478eab..41eba747688 100644
--- a/devel/atf/Makefile
+++ b/devel/atf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/07/10 22:02:59 jmmv Exp $
+# $NetBSD: Makefile,v 1.22 2013/02/14 18:36:12 jmmv Exp $
#
.include "Makefile.common"
@@ -29,6 +29,7 @@ post-install:
rm -rf ${DESTDIR}${PREFIX}/${file}
.endfor
+BUILDLINK_API_DEPENDS.atf-libs+= atf-libs>=${PKGVERSION_NOREV}
.include "../../devel/atf-libs/buildlink3.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/atf/Makefile.common b/devel/atf/Makefile.common
index b0bd308d733..6143b33e718 100644
--- a/devel/atf/Makefile.common
+++ b/devel/atf/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2012/10/31 11:16:38 asau Exp $
+# $NetBSD: Makefile.common,v 1.4 2013/02/14 18:36:12 jmmv Exp $
#
# used by devel/atf/Makefile
# used by devel/atf-libs/Makefile
-DISTNAME= atf-0.16
+DISTNAME= atf-0.17
CATEGORIES= devel
MASTER_SITES= http://kyua.googlecode.com/files/
diff --git a/devel/atf/distinfo b/devel/atf/distinfo
index 4dca9268059..ddd822b1a18 100644
--- a/devel/atf/distinfo
+++ b/devel/atf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2012/07/10 22:02:59 jmmv Exp $
+$NetBSD: distinfo,v 1.18 2013/02/14 18:36:12 jmmv Exp $
-SHA1 (atf-0.16.tar.gz) = 7068a8fd656617a75737138085dbd46991f1e1bf
-RMD160 (atf-0.16.tar.gz) = 32af753181915192c7e6330b44896ffa3cafffdf
-Size (atf-0.16.tar.gz) = 662290 bytes
+SHA1 (atf-0.17.tar.gz) = 943980515da6ae862463b036de6623b0be8d7091
+RMD160 (atf-0.17.tar.gz) = 87c6fad02f98b6c0372e561196045f47de08c6d3
+Size (atf-0.17.tar.gz) = 636185 bytes