svn commit: r308717 - head/net/liveMedia

Marcus von Appen mva at FreeBSD.org
Tue Dec 11 21:53:43 UTC 2012


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 \


More information about the svn-ports-all mailing list