diff --git a/srcpkgs/atf/template b/srcpkgs/atf/template index 08ce3469bf0..ca394affe6b 100644 --- a/srcpkgs/atf/template +++ b/srcpkgs/atf/template @@ -1,7 +1,7 @@ # Template file for 'atf' pkgname=atf version=0.23 -revision=1 +revision=2 build_style=gnu-configure configure_args=" kyua_cv_getopt_plus=yes @@ -9,14 +9,16 @@ configure_args=" kyua_cv_getcwd_works=yes" depends="gdb xmlcatmgr" checkdepends="kyua" -xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd" short_desc="Automated Testing Framework" maintainer="Duncaen " -homepage="https://github.com/freebsd/atf" license="BSD-2-Clause" +homepage="https://github.com/freebsd/atf" +changelog="https://github.com/freebsd/atf/raw/refs/heads/master/NEWS" distfiles="https://github.com/freebsd/atf/releases/download/atf-${version}/atf-${version}.tar.gz" checksum=a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f +xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd" + post_check() { kyua test }