From owner-svn-ports-all@freebsd.org Sat Jul 23 20:53:09 2016 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 DD045BA2E90; Sat, 23 Jul 2016 20:53:09 +0000 (UTC) (envelope-from bapt@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 AFBD016C1; Sat, 23 Jul 2016 20:53:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6NKr8EN016022; Sat, 23 Jul 2016 20:53:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6NKr8n4016020; Sat, 23 Jul 2016 20:53:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607232053.u6NKr8n4016020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 23 Jul 2016 20:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418978 - 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.22 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: Sat, 23 Jul 2016 20:53:10 -0000 Author: bapt Date: Sat Jul 23 20:53:08 2016 New Revision: 418978 URL: https://svnweb.freebsd.org/changeset/ports/418978 Log: Update to version 1 Now pkgconf is providing a libpkgconf Add a tests target to run the regression tests Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Sat Jul 23 20:27:20 2016 (r418977) +++ head/devel/pkgconf/Makefile Sat Jul 23 20:53:08 2016 (r418978) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 0.9.12 -PORTREVISION= 1 +PORTVERSION= 1 CATEGORIES= devel MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \ http://files.etoilebsd.net/pkgconf/ @@ -12,8 +11,11 @@ COMMENT= Utility to help to configure co LICENSE= ISCL -USES= tar:bzip2 +USES= tar:xz libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +TEST_TARGET= check CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \ --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Sat Jul 23 20:27:20 2016 (r418977) +++ head/devel/pkgconf/distinfo Sat Jul 23 20:53:08 2016 (r418978) @@ -1,2 +1,3 @@ -SHA256 (pkgconf-0.9.12.tar.bz2) = 7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f -SIZE (pkgconf-0.9.12.tar.bz2) = 87109 +TIMESTAMP = 1469306926 +SHA256 (pkgconf-1.tar.xz) = 6e46cf28b252b636459c0b7f808997858206b92b3fac37135781128ce5d47704 +SIZE (pkgconf-1.tar.xz) = 247796