Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 21:53:42 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308717 - head/net/liveMedia
Message-ID:  <201212112153.qBBLrgPY000292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212112153.qBBLrgPY000292>