Date: Sat, 31 Dec 2016 10:24:32 +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: r430099 - head/devel/pkgconf Message-ID: <201612311024.uBVAOW0p023273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Dec 31 10:24:32 2016 New Revision: 430099 URL: https://svnweb.freebsd.org/changeset/ports/430099 Log: Update to 1.1.0 * new Provides rule support which brings --print-provides to it's fullest potential * learning of path lists from toolchain environment variables to make the toolchain include flag filtering more accurate * the --pure flag which brings more of the pkgconf linker flag optimizations to --static * a new, more robust .pc file parser * better handling of toolchain flag grouping like -isystem, -idirafter, -Bdynamic and -Bstatic, as well as any -Wl options * deduplication of path lists by device node and inode * a new testsuite based on kyua, the BSD testing framework * a fully stable libpkgconf API and ABI, with documentation: (http://pkgconf.readthedocs.io/en/latest/) announcement: http://kaniini.dereferenced.org/2016/12/31/pkgconf-1.1.0-release.html Exp-run: antoine (on development version) Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo head/devel/pkgconf/pkg-plist Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Sat Dec 31 09:07:13 2016 (r430098) +++ head/devel/pkgconf/Makefile Sat Dec 31 10:24:32 2016 (r430099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.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 Dec 31 09:07:13 2016 (r430098) +++ head/devel/pkgconf/distinfo Sat Dec 31 10:24:32 2016 (r430099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477423521 -SHA256 (pkgconf-1.0.2.tar.xz) = a7c67f8603c0d0400be17b2efac0fdc9ff46625f7e50aefe4ad31eff248115dd -SIZE (pkgconf-1.0.2.tar.xz) = 247972 +TIMESTAMP = 1483179368 +SHA256 (pkgconf-1.1.0.tar.xz) = 5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63 +SIZE (pkgconf-1.1.0.tar.xz) = 264428 Modified: head/devel/pkgconf/pkg-plist ============================================================================== --- head/devel/pkgconf/pkg-plist Sat Dec 31 09:07:13 2016 (r430098) +++ head/devel/pkgconf/pkg-plist Sat Dec 31 10:24:32 2016 (r430099) @@ -1,14 +1,15 @@ bin/pkg-config bin/pkgconf -include/pkgconf/bsdstubs.h -include/pkgconf/iter.h -include/pkgconf/libpkgconf.h -include/pkgconf/stdinc.h +include/pkgconf/libpkgconf/bsdstubs.h +include/pkgconf/libpkgconf/iter.h +include/pkgconf/libpkgconf/libpkgconf.h +include/pkgconf/libpkgconf/stdinc.h lib/libpkgconf.a lib/libpkgconf.so -lib/libpkgconf.so.1 -lib/libpkgconf.so.1.0.0 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/README.md +lib/libpkgconf.so.2 +lib/libpkgconf.so.2.0.0 +lib/pkgconfig/libpkgconf.pc man/man1/pkgconf.1.gz share/aclocal/pkg.m4 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612311024.uBVAOW0p023273>