From owner-svn-ports-all@freebsd.org Mon May 22 21:41:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9666DD785E3; Mon, 22 May 2017 21:41:32 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 638EE1CE1; Mon, 22 May 2017 21:41:32 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4MLfViC025509; Mon, 22 May 2017 21:41:31 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4MLfV9I025507; Mon, 22 May 2017 21:41:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705222141.v4MLfV9I025507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 22 May 2017 21:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441493 - head/devel/pkgconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 21:41:32 -0000 Author: kwm Date: Mon May 22 21:41:30 2017 New Revision: 441493 URL: https://svnweb.freebsd.org/changeset/ports/441493 Log: Update pkgconf to 1.3.7. Add missing TEST_DEPENDS Exp-run by: antoine@ PR: 219437 Approved by: portmgr (antoine@), maintainer (bapt@) Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Mon May 22 21:38:38 2017 (r441492) +++ head/devel/pkgconf/Makefile Mon May 22 21:41:30 2017 (r441493) @@ -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 co LICENSE= ISCL +TEST_DEPENDS= kyua:devel/kyua + USES= tar:xz libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Mon May 22 21:38:38 2017 (r441492) +++ head/devel/pkgconf/distinfo Mon May 22 21:41:30 2017 (r441493) @@ -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