From owner-svn-ports-all@freebsd.org Thu May 10 06:53:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A6DEFB49FC; Thu, 10 May 2018 06:53:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC6768992; Thu, 10 May 2018 06:53:32 +0000 (UTC) (envelope-from yuri@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 78BB71CF36; Thu, 10 May 2018 06:53:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4A6rW61090855; Thu, 10 May 2018 06:53:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4A6rW3X090854; Thu, 10 May 2018 06:53:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805100653.w4A6rW3X090854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 10 May 2018 06:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469507 - head/dns/udns X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/dns/udns X-SVN-Commit-Revision: 469507 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 06:53:33 -0000 Author: yuri Date: Thu May 10 06:53:32 2018 New Revision: 469507 URL: https://svnweb.freebsd.org/changeset/ports/469507 Log: dns/udns: Unbreak pkg-plist .pc file was missing. Approved by: portmgr (port compliance, infrastructure) Modified: head/dns/udns/pkg-plist Modified: head/dns/udns/pkg-plist ============================================================================== --- head/dns/udns/pkg-plist Thu May 10 06:30:39 2018 (r469506) +++ head/dns/udns/pkg-plist Thu May 10 06:53:32 2018 (r469507) @@ -4,6 +4,7 @@ include/udns.h lib/libudns.a lib/libudns.so lib/libudns.so.0 +libdata/pkgconfig/libudns.pc man/man1/dnsget.1.gz man/man1/rblcheck.1.gz man/man3/udns.3.gz