From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 21:53:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC975925; Tue, 11 Dec 2012 21:53:42 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D179F8FC15; Tue, 11 Dec 2012 21:53:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBLrgCJ000293; Tue, 11 Dec 2012 21:53:42 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBLrgPY000292; Tue, 11 Dec 2012 21:53:42 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201212112153.qBBLrgPY000292@svn.freebsd.org> From: Marcus von Appen Date: Tue, 11 Dec 2012 21:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308717 - head/net/liveMedia X-SVN-Group: ports-head 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.14 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: Tue, 11 Dec 2012 21:53:43 -0000 Author: mva Date: Tue Dec 11 21:53:42 2012 New Revision: 308717 URL: http://svnweb.freebsd.org/changeset/ports/308717 Log: - Install missing header - Bump PORTREVISION to make ports depending on liveMedia buildable again Modified: head/net/liveMedia/Makefile Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Tue Dec 11 21:49:33 2012 (r308716) +++ head/net/liveMedia/Makefile Tue Dec 11 21:53:42 2012 (r308717) @@ -8,6 +8,7 @@ PORTNAME= liveMedia PORTVERSION= 2012.11.30 PORTEPOCH= 2 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -161,6 +162,7 @@ liveMedia= \ liveMedia/include/OnDemandServerMediaSubsession.hh \ liveMedia/include/OutputFile.hh \ liveMedia/include/PassiveServerMediaSubsession.hh \ + liveMedia/include/ProxyServerMediaSession.hh \ liveMedia/include/QCELPAudioRTPSource.hh \ liveMedia/include/QuickTimeFileSink.hh \ liveMedia/include/QuickTimeGenericRTPSource.hh \