From owner-svn-ports-head@freebsd.org Wed Feb 24 14:57:06 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D87755F64B; Wed, 24 Feb 2021 14:57:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DlzXf0LL3z3Mf4; Wed, 24 Feb 2021 14:57:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F315E2E489; Wed, 24 Feb 2021 14:57:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11OEv59U063747; Wed, 24 Feb 2021 14:57:05 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11OEv5mh063745; Wed, 24 Feb 2021 14:57:05 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202102241457.11OEv5mh063745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 24 Feb 2021 14:57:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566478 - head/devel/libuinputplus X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/libuinputplus X-SVN-Commit-Revision: 566478 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2021 14:57:06 -0000 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