diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-31 10:24:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-31 10:24:32 +0000 |
commit | 06dc5d2b331f7d7780ccbb1e245b7f48cebcb716 (patch) | |
tree | 2d91a9e91812ff97a88dbacc85be43cb39ba4741 | |
parent | e09e151f86bb332d05e771473513595e1ed12ec1 (diff) | |
download | ports-06dc5d2b331f7d7780ccbb1e245b7f48cebcb716.tar.gz ports-06dc5d2b331f7d7780ccbb1e245b7f48cebcb716.zip |
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)
Notes
Notes:
svn path=/head/; revision=430099
-rw-r--r-- | devel/pkgconf/Makefile | 2 | ||||
-rw-r--r-- | devel/pkgconf/distinfo | 6 | ||||
-rw-r--r-- | devel/pkgconf/pkg-plist | 17 |
3 files changed, 13 insertions, 12 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index ecddcdec57dc..b567569dc5ad 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -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/ diff --git a/devel/pkgconf/distinfo b/devel/pkgconf/distinfo index b4f2b7d5a9c3..4d2b62db7277 100644 --- a/devel/pkgconf/distinfo +++ b/devel/pkgconf/distinfo @@ -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 diff --git a/devel/pkgconf/pkg-plist b/devel/pkgconf/pkg-plist index 2e71ffb9934a..ed0abd38112b 100644 --- a/devel/pkgconf/pkg-plist +++ b/devel/pkgconf/pkg-plist @@ -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 |