diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index 5315d3f0d67d..cddd0510a77c 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,35 +1,35 @@ PORTNAME= pkgconf -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ # NOTE: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags WWW= https://gitea.treehouse.systems/ariadne/${PORTNAME} LICENSE= ISCL TEST_DEPENDS= kyua:devel/kyua USES= cpe tar:xz libtool pathfix GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes TEST_TARGET= check CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig:${PREFIX}/share/pkgconfig \ --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include OPTIONS_DEFINE= DOCS TESTING_UNSAFE= tests/Kyuafile:5: Non-existent test program 'tests/basic' post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include diff --git a/devel/pkgconf/distinfo b/devel/pkgconf/distinfo index 9fe5eecafff2..35f300a78545 100644 --- a/devel/pkgconf/distinfo +++ b/devel/pkgconf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709037591 -SHA256 (pkgconf-2.1.1.tar.xz) = 3a224f2accf091b77a5781316e27b9ee3ba82c083cc2e539e08940b68a44fec5 -SIZE (pkgconf-2.1.1.tar.xz) = 311956 +TIMESTAMP = 1711745064 +SHA256 (pkgconf-2.2.0.tar.xz) = b06ff63a83536aa8c2f6422fa80ad45e4833f590266feb14eaddfe1d4c853c69 +SIZE (pkgconf-2.2.0.tar.xz) = 311920 diff --git a/devel/pkgconf/pkg-plist b/devel/pkgconf/pkg-plist index b0072cf6c6ce..6249ef69ebc3 100644 --- a/devel/pkgconf/pkg-plist +++ b/devel/pkgconf/pkg-plist @@ -1,20 +1,20 @@ bin/bomtool bin/pkg-config bin/pkgconf include/pkgconf/libpkgconf/bsdstubs.h include/pkgconf/libpkgconf/iter.h include/pkgconf/libpkgconf/libpkgconf-api.h include/pkgconf/libpkgconf/libpkgconf.h include/pkgconf/libpkgconf/stdinc.h lib/libpkgconf.a lib/libpkgconf.so -lib/libpkgconf.so.4 -lib/libpkgconf.so.4.0.0 +lib/libpkgconf.so.5 +lib/libpkgconf.so.5.0.0 libdata/pkgconfig/libpkgconf.pc share/man/man1/pkgconf.1.gz share/man/man5/pc.5.gz share/man/man5/pkgconf-personality.5.gz share/man/man7/pkg.m4.7.gz share/aclocal/pkg.m4 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README.md