atf: update to 0.20.
This commit is contained in:
parent
f3129c6b9b
commit
5eb04edb49
2 changed files with 7 additions and 9 deletions
|
@ -1008,7 +1008,7 @@ libminiupnpc.so.10 miniupnpc-1.9_1
|
||||||
libxbps.so.2 libxbps-0.25_1
|
libxbps.so.2 libxbps-0.25_1
|
||||||
libxbps.so.2 libxbps-git-0.25_1
|
libxbps.so.2 libxbps-git-0.25_1
|
||||||
libatf-c.so.0 atf-libs-0.16_1
|
libatf-c.so.0 atf-libs-0.16_1
|
||||||
libatf-c++.so.0 atf-libs-0.16_1
|
libatf-c++.so.1 atf-libs-0.20_1
|
||||||
libvdeplug.so.3 libvde2-2.3.2_1
|
libvdeplug.so.3 libvde2-2.3.2_1
|
||||||
libvdemgmt.so.0 libvde2-2.3.2_1
|
libvdemgmt.so.0 libvde2-2.3.2_1
|
||||||
libvdehist.so.0 libvde2-2.3.2_1
|
libvdehist.so.0 libvde2-2.3.2_1
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.18
|
version=0.20
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool gdb"
|
hostmakedepends="automake libtool gdb"
|
||||||
makedepends="gdb xmlcatmgr"
|
depends="gdb xmlcatmgr"
|
||||||
depends="${makedepends}"
|
|
||||||
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
||||||
short_desc="Automated Testing Framework"
|
short_desc="Automated Testing Framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/kyua/wiki/ATF"
|
homepage="https://github.com/jmmv/atf"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
distfiles="https://github.com/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
||||||
checksum=388a77995fc5b2e4e8728c3862348190ae51dab8dfa3663680bf1978cb7ff17b
|
checksum=9bc4ab004603331301410c293394b7e8b7341e59a528a4b51e16effeb1142cd9
|
||||||
|
|
||||||
configure_args="kyua_cv_attribute_noreturn=yes
|
configure_args="kyua_cv_attribute_noreturn=yes
|
||||||
kyua_cv_getcwd_works=yes
|
kyua_cv_getcwd_works=yes
|
||||||
|
@ -35,7 +34,6 @@ atf-devel_package() {
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
atf-libs_package() {
|
atf-libs_package() {
|
||||||
short_desc+=" - runtime libraries"
|
short_desc+=" - runtime libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue