View | Details | Raw Unified | Return to bug 167876
Collapse All | Expand All

(-)Makefile (-8 / +10 lines)
Lines 5-31 Link Here
5
# $FreeBSD: ports/misc/freeswitch-scripts/Makefile,v 1.6 2011/10/29 20:01:07 crees Exp $
5
# $FreeBSD: ports/misc/freeswitch-scripts/Makefile,v 1.6 2011/10/29 20:01:07 crees Exp $
6
#
6
#
7
7
8
PORTNAME=	freeswitch-scripts
8
PORTNAME=	freeswitch
9
PORTVERSION=	1.0.7.1
9
DISTVERSION=	1.2.rc2
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	misc
11
CATEGORIES=	misc
12
MASTER_SITES=	http://dl.dropbox.com/u/152504/
12
MASTER_SITES=	http://files.freeswitch.org/
13
DISTNAME=	${BASE_PORTNAME}-${PORTVERSION}
13
PKGNAMESUFFIX=	-scripts
14
DIST_SUBDIR=	${BASE_PORTNAME}
14
DIST_SUBDIR=	${PORTNAME}
15
15
16
MAINTAINER=	r.neese@gmail.com
16
MAINTAINER=	r.neese@gmail.com
17
COMMENT=	FreeSwitch Scripts
17
COMMENT=	FreeSwitch Scripts
18
18
19
RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core
20
21
USE_BZIP2=	yes
22
19
NO_BUILD=	yes
23
NO_BUILD=	yes
20
BASE_PORTNAME=	freeswitch
24
BASE_PORTNAME=	freeswitch
21
SUB_FILES=	pkg-install
25
SUB_FILES=	pkg-install
22
26
23
RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core
24
25
FREESWITCH_USER=	freeswitch
27
FREESWITCH_USER=	freeswitch
26
FREESWITCH_GROUP=	${FREESWITCH_USER}
28
FREESWITCH_GROUP=	${FREESWITCH_USER}
27
29
28
WRKSRC=		${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION}/scripts/
30
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}/scripts/
29
31
30
OPTIONS=	JAVASCRIPT	"Install FreeSWITCH JAVASCRIPTS" off \
32
OPTIONS=	JAVASCRIPT	"Install FreeSWITCH JAVASCRIPTS" off \
31
		PERL		"Install FreeSWITCH Perl Scripts" off \
33
		PERL		"Install FreeSWITCH Perl Scripts" off \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (freeswitch/freeswitch-1.0.7.1.tar.gz) = 180db5eb11bc35d383a143ee17ed15092ca1f0651afe93fe6fc2b7f7c35e4dbb
1
SHA256 (freeswitch/freeswitch-1.2.rc2.tar.bz2) = bbf9b3f6e7a7569b9594b5852d1b8a95266ef3276df222776ac84667adb6cc08
2
SIZE (freeswitch/freeswitch-1.0.7.1.tar.gz) = 36116764
2
SIZE (freeswitch/freeswitch-1.2.rc2.tar.bz2) = 38075354
(-)pkg-plist (+2 lines)
Lines 10-15 Link Here
10
%%WITH_LUA%%etc/freeswitch/scripts/lua/originate.lua
10
%%WITH_LUA%%etc/freeswitch/scripts/lua/originate.lua
11
%%WITH_LUA%%etc/freeswitch/scripts/lua/sound_test.lua
11
%%WITH_LUA%%etc/freeswitch/scripts/lua/sound_test.lua
12
%%WITH_LUA%%etc/freeswitch/scripts/lua/zrtp_agent.lua
12
%%WITH_LUA%%etc/freeswitch/scripts/lua/zrtp_agent.lua
13
%%WITH_LUA%%etc/freeswitch/scripts/lua/zrtp_proxy_media.lua
13
%%WITH_PERL%%etc/freeswitch/scripts/perl/add_user
14
%%WITH_PERL%%etc/freeswitch/scripts/perl/add_user
14
%%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH-GizmoConfig.pl
15
%%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH-GizmoConfig.pl
15
%%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH/ChangeLog
16
%%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH/ChangeLog
Lines 95-97 Link Here
95
%%WITH_JAVASCRIPT%%@dirrmtry etc/freeswitch/scripts/javascript
96
%%WITH_JAVASCRIPT%%@dirrmtry etc/freeswitch/scripts/javascript
96
@exec chown -R freeswitch:freeswitch %D/etc/freeswitch/scripts/
97
@exec chown -R freeswitch:freeswitch %D/etc/freeswitch/scripts/
97
@exec find %D/etc/freeswitch/. -type d | xargs chmod 774
98
@exec find %D/etc/freeswitch/. -type d | xargs chmod 774
99

Return to bug 167876