Index: head/devel/pkgconf/files/patch-libpkgconf_pkg.c =================================================================== --- head/devel/pkgconf/files/patch-libpkgconf_pkg.c (revision 432489) +++ head/devel/pkgconf/files/patch-libpkgconf_pkg.c (nonexistent) @@ -1,26 +0,0 @@ ---- libpkgconf/pkg.c.orig 2017-01-20 02:01:30 UTC -+++ libpkgconf/pkg.c -@@ -1336,6 +1336,7 @@ pkgconf_pkg_traverse(pkgconf_client_t *c - void *data, - int maxdepth) - { -+ unsigned int saved_flags = client->flags; - unsigned int eflags = PKGCONF_PKG_ERRF_OK; - - if (maxdepth == 0) -@@ -1346,6 +1347,7 @@ pkgconf_pkg_traverse(pkgconf_client_t *c - if (func != NULL) - func(client, root, data); - } -+ client->flags &= ~PKGCONF_PKG_PKGF_SKIP_ROOT_VIRTUAL; - - if (!(client->flags & PKGCONF_PKG_PKGF_SKIP_CONFLICTS)) - { -@@ -1368,6 +1370,7 @@ pkgconf_pkg_traverse(pkgconf_client_t *c - if (eflags != PKGCONF_PKG_ERRF_OK) - return eflags; - } -+ client->flags = saved_flags; - - return eflags; - } Property changes on: head/devel/pkgconf/files/patch-libpkgconf_pkg.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/pkgconf/Makefile =================================================================== --- head/devel/pkgconf/Makefile (revision 432489) +++ head/devel/pkgconf/Makefile (revision 432490) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ http://files.etoilebsd.net/pkgconf/ MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags LICENSE= ISCL 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 MAKE_ARGS= MANDIR="${MAN1PREFIX}/man/man1" post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include Index: head/devel/pkgconf/distinfo =================================================================== --- head/devel/pkgconf/distinfo (revision 432489) +++ head/devel/pkgconf/distinfo (revision 432490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484998218 -SHA256 (pkgconf-1.2.0.tar.xz) = 7ec3839ed22f9e400fd3e6bf993b69ae74b9c1bf3d407293a7f6786725c2808a -SIZE (pkgconf-1.2.0.tar.xz) = 266588 +TIMESTAMP = 1485439877 +SHA256 (pkgconf-1.2.1.tar.xz) = 62d3aee56f649f0fd755f472485970d97a4202e5373bd780d632457708805233 +SIZE (pkgconf-1.2.1.tar.xz) = 266744