Date: Sat, 21 Jan 2017 11:33:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432022 - head/devel/pkgconf Message-ID: <201701211133.v0LBXeqs094365@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 21 11:33:40 2017 New Revision: 432022 URL: https://svnweb.freebsd.org/changeset/ports/432022 Log: Update to 1.2.0 Changes from 1.1.0 to 1.2.0: ---------------------------- * Features: - new --path option lists the .pc files which provided the requested dependencies - new path relocation API: pkgconf_path_relocate(), which wraps functions such as realpath() and cygwin_conv_path(). - new --with-path option adds a path to the search list - new --define-prefix and --dont-define-prefix features enable automatic prefix detection for relocatable SDKs. this is mostly useful on windows. * Bug fixes: - fragments: fix even more edge cases involving token concatenation - path lists: don't attempt to collect path inodes if the filter is disabled - path lists: explicitly avoid uninitialised data for the path inode cache - client: properly handle --keep-system-cflags and --keep-system-libs * Enhancements: - windows: build libpkgconf as a DLL - fragments: only munge fragments if sysroot_dir is actually set - overall API: resolver flags have been moved to being a client-object setting instead of used for every function invocation Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Sat Jan 21 10:58:27 2017 (r432021) +++ head/devel/pkgconf/Makefile Sat Jan 21 11:33:40 2017 (r432022) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ http://files.etoilebsd.net/pkgconf/ Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Sat Jan 21 10:58:27 2017 (r432021) +++ head/devel/pkgconf/distinfo Sat Jan 21 11:33:40 2017 (r432022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483824546 -SHA256 (pkgconf-1.1.1.tar.xz) = c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5 -SIZE (pkgconf-1.1.1.tar.xz) = 264924 +TIMESTAMP = 1484998218 +SHA256 (pkgconf-1.2.0.tar.xz) = 7ec3839ed22f9e400fd3e6bf993b69ae74b9c1bf3d407293a7f6786725c2808a +SIZE (pkgconf-1.2.0.tar.xz) = 266588
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211133.v0LBXeqs094365>