From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 11:05:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95721577; Thu, 11 Sep 2014 11:05:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 816D82E7; Thu, 11 Sep 2014 11:05:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BB541X065242; Thu, 11 Sep 2014 11:05:04 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BB54OX065240; Thu, 11 Sep 2014 11:05:04 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409111105.s8BB54OX065240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 11 Sep 2014 11:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367918 - head/net/opal X-SVN-Group: ports-head 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.18-1 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: Thu, 11 Sep 2014 11:05:04 -0000 Author: kwm Date: Thu Sep 11 11:05:03 2014 New Revision: 367918 URL: http://svnweb.freebsd.org/changeset/ports/367918 QAT: https://qat.redports.org/buildarchive/r367918/ Log: Remove extra space in LID_DESC. Remove leftover dir to please make check-plist. Submitted by: Dmitry Marakasov Modified: head/net/opal/Makefile head/net/opal/pkg-plist Modified: head/net/opal/Makefile ============================================================================== --- head/net/opal/Makefile Thu Sep 11 10:45:59 2014 (r367917) +++ head/net/opal/Makefile Thu Sep 11 11:05:03 2014 (r367918) @@ -53,7 +53,7 @@ RTPTEXT_DESC= RFC4103 Text RTP payload s H450_DESC= H.450 H.323 subset H460_DESC= H.460 H.323 extension for NAT traversal H501_DESC= H.501 H323 mobility extensions -LID_DESC= Light-Weight Identity (incl. xJack cards and voicetronix vpb) support +LID_DESC= Light-Weight Identity (incl. xJack cards and voicetronix vpb) support UVIDEO_DESC= RFC4175 uncompressed video RTP payload AEC_DESC= Accoustic echo cancellation Modified: head/net/opal/pkg-plist ============================================================================== --- head/net/opal/pkg-plist Thu Sep 11 10:45:59 2014 (r367917) +++ head/net/opal/pkg-plist Thu Sep 11 11:05:03 2014 (r367918) @@ -161,6 +161,7 @@ lib/opal-%%VERSION%%/codecs/video/mpeg4_ %%FAX%%lib/opal-%%VERSION%%/fax/spandsp_ptplugin.so %%LID%%lib/opal-%%VERSION%%/lid/vpb_ptplugin.so libdata/pkgconfig/opal.pc +%%LID%%@dirrm lib/opal-%%VERSION%%/lid %%FAX%%@dirrm lib/opal-%%VERSION%%/fax %%VIDEO%%@dirrm lib/opal-%%VERSION%%/codecs/video @dirrm lib/opal-%%VERSION%%/codecs/audio