Date: Wed, 24 Feb 2021 14:57:05 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566478 - head/devel/libuinputplus Message-ID: <202102241457.11OEv5mh063745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Feb 24 14:57:05 2021 New Revision: 566478 URL: https://svnweb.freebsd.org/changeset/ports/566478 Log: devel/libuinputplus: Fix QA issues ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: libdata/pkgconfig/uInputPlus.pc ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 http://package21.nyi.freebsd.org/data/114amd64-default-qat/566258/logs/errors/libuinputplus-0.1.4_1.log Modified: head/devel/libuinputplus/Makefile head/devel/libuinputplus/pkg-plist Modified: head/devel/libuinputplus/Makefile ============================================================================== --- head/devel/libuinputplus/Makefile Wed Feb 24 14:54:29 2021 (r566477) +++ head/devel/libuinputplus/Makefile Wed Feb 24 14:57:05 2021 (r566478) @@ -2,8 +2,8 @@ PORTNAME= ${GH_PROJECT:tl} PORTVERSION= 0.1.4 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bapt@FreeBSD.org Modified: head/devel/libuinputplus/pkg-plist ============================================================================== --- head/devel/libuinputplus/pkg-plist Wed Feb 24 14:54:29 2021 (r566477) +++ head/devel/libuinputplus/pkg-plist Wed Feb 24 14:57:05 2021 (r566478) @@ -5,3 +5,4 @@ lib/libuInputPlus.a lib/libuInputPlus.so lib/libuInputPlus.so.0 lib/libuInputPlus.so.0.1.4 +libdata/pkgconfig/uInputPlus.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102241457.11OEv5mh063745>