diff options
author | kwm <kwm@FreeBSD.org> | 2017-05-23 05:41:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-05-23 05:41:30 +0800 |
commit | 815ce231f795b95e9a1214972fd90857cbef4732 (patch) | |
tree | 78e36d803cff556f0ec20a599a346ccb21674028 /devel | |
parent | 971677fa0bf294b14071bdc5da57a16cd2302882 (diff) | |
download | freebsd-ports-gnome-815ce231f795b95e9a1214972fd90857cbef4732.tar.gz freebsd-ports-gnome-815ce231f795b95e9a1214972fd90857cbef4732.tar.zst freebsd-ports-gnome-815ce231f795b95e9a1214972fd90857cbef4732.zip |
Update pkgconf to 1.3.7.
Add missing TEST_DEPENDS
Exp-run by: antoine@
PR: 219437
Approved by: portmgr (antoine@), maintainer (bapt@)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconf/Makefile | 4 | ||||
-rw-r--r-- | devel/pkgconf/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index 6d288b0204dc..0e7c13738c59 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ @@ -15,6 +15,8 @@ COMMENT= Utility to help to configure compiler and linker flags LICENSE= ISCL +TEST_DEPENDS= kyua:devel/kyua + USES= tar:xz libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/devel/pkgconf/distinfo b/devel/pkgconf/distinfo index 9878d18ed02b..cf8844a8319c 100644 --- a/devel/pkgconf/distinfo +++ b/devel/pkgconf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491341336 -SHA256 (pkgconf-1.3.5.tar.xz) = 886c397b22907209a7483229a8bf473afe151de50527c4b4d04b94fdba0f0c8e -SIZE (pkgconf-1.3.5.tar.xz) = 271216 +TIMESTAMP = 1495355927 +SHA256 (pkgconf-1.3.7.tar.xz) = 1be7e40900c7467893c65f810211b1e68da3f8d5e70fddb883fc24839cad0339 +SIZE (pkgconf-1.3.7.tar.xz) = 271840 |