View | Details | Raw Unified | Return to bug 158886 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/net/crtmpserver/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	crtmpserver
8
PORTNAME=	crtmpserver
9
PORTVERSION=	0.355
9
PORTVERSION=	0.380
10
PORTREVISION=	1
11
CATEGORIES=	net
10
CATEGORIES=	net
12
MASTER_SITES=	http://freebsd.rtmpd.com/
11
MASTER_SITES=	http://freebsd.rtmpd.com/
13
12
Lines 19-25 Link Here
19
USE_CMAKE=	yes
18
USE_CMAKE=	yes
20
CMAKE_OUTSOURCE=	yes
19
CMAKE_OUTSOURCE=	yes
21
CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake
20
CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake
22
CMAKE_ARGS=	-DCRTMPSERVER_INSTALL_PREFIX:STRING=${CMAKE_INSTALL_PREFIX} -DTEMP_FRAMEWORK_VER=0.355
21
CMAKE_ARGS=	-DCRTMPSERVER_INSTALL_PREFIX:STRING=${CMAKE_INSTALL_PREFIX} -DTEMP_FRAMEWORK_VER=0.380
23
USE_LDCONFIG=	1
22
USE_LDCONFIG=	1
24
23
25
USERS=	crtmpserver
24
USERS=	crtmpserver
(-)/usr/ports/net/crtmpserver/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (crtmpserver-0.355.tar.gz) = 27b36755782879f97151a70103351a0369620b735809bcde7dbe023279885883
1
SHA256 (crtmpserver-0.380.tar.gz) = cbfe4acd02982fad808e8a60b5723cb8180ea5e627901c5585bb0e19bb365bbf
2
SIZE (crtmpserver-0.355.tar.gz) = 1422310
2
SIZE (crtmpserver-0.380.tar.gz) = 1428049
(-)/usr/ports/net/crtmpserver/pkg-plist (-13 / +12 lines)
Lines 3-27 Link Here
3
etc/crtmpserver.lua.sample
3
etc/crtmpserver.lua.sample
4
@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi
4
@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi
5
5
6
lib/crtmpserver/liblua.so
7
lib/crtmpserver/libcommon.so
8
lib/crtmpserver/libthelib.so
9
lib/crtmpserver/applications/flvplayback/libflvplayback.so
10
lib/crtmpserver/applications/appselector/libappselector.so
11
lib/crtmpserver/applications/samplefactory/libsamplefactory.so
12
lib/crtmpserver/applications/vptests/libvptests.so
13
lib/crtmpserver/applications/admin/libadmin.so
6
lib/crtmpserver/applications/admin/libadmin.so
7
lib/crtmpserver/applications/applestreamingclient/libapplestreamingclient.so
8
lib/crtmpserver/applications/appselector/libappselector.so
9
lib/crtmpserver/applications/flvplayback/libflvplayback.so
14
lib/crtmpserver/applications/proxypublish/libproxypublish.so
10
lib/crtmpserver/applications/proxypublish/libproxypublish.so
11
lib/crtmpserver/applications/samplefactory/libsamplefactory.so
15
lib/crtmpserver/applications/stresstest/libstresstest.so
12
lib/crtmpserver/applications/stresstest/libstresstest.so
16
lib/crtmpserver/applications/applestreamingclient/libapplestreamingclient.so
13
lib/crtmpserver/applications/vptests/libvptests.so
14
lib/crtmpserver/libcommon.so
15
lib/crtmpserver/libthelib.so
17
sbin/crtmpserver
16
sbin/crtmpserver
18
@dirrmtry lib/crtmpserver/applications/flvplayback
19
@dirrmtry lib/crtmpserver/applications/appselector
20
@dirrmtry lib/crtmpserver/applications/samplefactory
21
@dirrmtry lib/crtmpserver/applications/vptests
17
@dirrmtry lib/crtmpserver/applications/vptests
22
@dirrmtry lib/crtmpserver/applications/admin
23
@dirrmtry lib/crtmpserver/applications/proxypublish
24
@dirrmtry lib/crtmpserver/applications/stresstest
18
@dirrmtry lib/crtmpserver/applications/stresstest
19
@dirrmtry lib/crtmpserver/applications/samplefactory
20
@dirrmtry lib/crtmpserver/applications/proxypublish
21
@dirrmtry lib/crtmpserver/applications/flvplayback
22
@dirrmtry lib/crtmpserver/applications/appselector
25
@dirrmtry lib/crtmpserver/applications/applestreamingclient
23
@dirrmtry lib/crtmpserver/applications/applestreamingclient
24
@dirrmtry lib/crtmpserver/applications/admin
26
@dirrmtry lib/crtmpserver/applications
25
@dirrmtry lib/crtmpserver/applications
27
@dirrmtry lib/crtmpserver
26
@dirrmtry lib/crtmpserver

Return to bug 158886