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

Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mythweb
4
PORTNAME=	mythweb
5
PORTVERSION=	0.27.5
5
PORTVERSION=	0.28
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	www
7
CATEGORIES=	www
8
PKGNAMEPREFIX=	mythplugin-
8
PKGNAMEPREFIX=	mythplugin-
Lines 16-22 Link Here
16
GH_ACCOUNT=	MythTV
16
GH_ACCOUNT=	MythTV
17
17
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
USES=	php shebangfix
19
USE_PHP=	spl session mysql pcre posix json
20
USE_PHP=	spl session mysql pcre posix json
21
22
SHEBANG_FILES=	mythweb.pl modules/_shared/lang/build_translation.pl \
23
		modules/coverart/handler.pl modules/stream/*.pl
24
20
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
21
REINPLACE_ARGS=	-i ""
26
REINPLACE_ARGS=	-i ""
22
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
27
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
Lines 39-47 Link Here
39
		${WRKSRC}/mythweb.conf.lighttpd
44
		${WRKSRC}/mythweb.conf.lighttpd
40
45
41
do-install:
46
do-install:
42
	${MKDIR} ${STAGEDIR}${WWWDIR}
43
	${MKDIR} ${STAGEDIR}${WWWDIR}/data
44
	(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig")
47
	(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig")
45
	${CHMOD} -R 775 ${STAGEDIR}${WWWDIR}/data
46
48
47
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (MythTV-mythweb-v0.27.5_GH0.tar.gz) = 5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13
1
TIMESTAMP = 1472302407
2
SIZE (MythTV-mythweb-v0.27.5_GH0.tar.gz) = 1686597
2
SHA256 (MythTV-mythweb-v0.28_GH0.tar.gz) = 92253f4eb11331da64cff50926fbced3477d244c201675c177be4f5838cd4ed7
3
SIZE (MythTV-mythweb-v0.28_GH0.tar.gz) = 1705475
(-)pkg-plist (-3 / +9 lines)
Lines 1-5 Link Here
1
@owner %%WWWOWN%%
1
@owner %%WWWOWN%%
2
@group %%WWWGRP%%
2
@group %%WWWGRP%%
3
%%WWWDIR%%/Dockerfile
3
%%WWWDIR%%/INSTALL
4
%%WWWDIR%%/INSTALL
4
%%WWWDIR%%/LICENSE
5
%%WWWDIR%%/LICENSE
5
%%WWWDIR%%/README
6
%%WWWDIR%%/README
Lines 106-111 Link Here
106
%%WWWDIR%%/modules/_shared/lang/Hungarian.cat
107
%%WWWDIR%%/modules/_shared/lang/Hungarian.cat
107
%%WWWDIR%%/modules/_shared/lang/Hungarian.lang
108
%%WWWDIR%%/modules/_shared/lang/Hungarian.lang
108
%%WWWDIR%%/modules/_shared/lang/Italian.cat
109
%%WWWDIR%%/modules/_shared/lang/Italian.cat
110
%%WWWDIR%%/modules/_shared/lang/Italian.lang
109
%%WWWDIR%%/modules/_shared/lang/Japanese.cat
111
%%WWWDIR%%/modules/_shared/lang/Japanese.cat
110
%%WWWDIR%%/modules/_shared/lang/Japanese.lang
112
%%WWWDIR%%/modules/_shared/lang/Japanese.lang
111
%%WWWDIR%%/modules/_shared/lang/Norwegian_NB.cat
113
%%WWWDIR%%/modules/_shared/lang/Norwegian_NB.cat
Lines 322-327 Link Here
322
%%WWWDIR%%/modules/welcome.php
324
%%WWWDIR%%/modules/welcome.php
323
%%WWWDIR%%/mythweb.conf.apache
325
%%WWWDIR%%/mythweb.conf.apache
324
%%WWWDIR%%/mythweb.conf.lighttpd
326
%%WWWDIR%%/mythweb.conf.lighttpd
327
%%WWWDIR%%/mythweb.conf.nginx
325
%%WWWDIR%%/mythweb.php
328
%%WWWDIR%%/mythweb.php
326
%%WWWDIR%%/mythweb.pl
329
%%WWWDIR%%/mythweb.pl
327
%%WWWDIR%%/skins/clean_blue/backend_log.css
330
%%WWWDIR%%/skins/clean_blue/backend_log.css
Lines 416-422 Link Here
416
%%WWWDIR%%/skins/default/img/flags/cc.png
419
%%WWWDIR%%/skins/default/img/flags/cc.png
417
%%WWWDIR%%/skins/default/img/flags/commflagged.png
420
%%WWWDIR%%/skins/default/img/flags/commflagged.png
418
%%WWWDIR%%/skins/default/img/flags/cutlist.png
421
%%WWWDIR%%/skins/default/img/flags/cutlist.png
422
%%WWWDIR%%/skins/default/img/flags/damaged.png
419
%%WWWDIR%%/skins/default/img/flags/hd.png
423
%%WWWDIR%%/skins/default/img/flags/hd.png
424
%%WWWDIR%%/skins/default/img/flags/hd1080.png
425
%%WWWDIR%%/skins/default/img/flags/hd720.png
420
%%WWWDIR%%/skins/default/img/flags/no.png
426
%%WWWDIR%%/skins/default/img/flags/no.png
421
%%WWWDIR%%/skins/default/img/flags/no_autoexpire.png
427
%%WWWDIR%%/skins/default/img/flags/no_autoexpire.png
422
%%WWWDIR%%/skins/default/img/flags/processing.png
428
%%WWWDIR%%/skins/default/img/flags/processing.png
Lines 763-771 Link Here
763
@dir %%WWWDIR%%/js/dialog
769
@dir %%WWWDIR%%/js/dialog
764
@dir %%WWWDIR%%/js
770
@dir %%WWWDIR%%/js
765
@dir %%WWWDIR%%/includes
771
@dir %%WWWDIR%%/includes
766
@dir %%WWWDIR%%/data/tv_icons
772
@dir(,,775) %%WWWDIR%%/data/tv_icons
767
@dir %%WWWDIR%%/data/cache
773
@dir(,,775) %%WWWDIR%%/data/cache
768
@dir %%WWWDIR%%/data
774
@dir(,,775) %%WWWDIR%%/data
769
@dir %%WWWDIR%%/configuration
775
@dir %%WWWDIR%%/configuration
770
@dir %%WWWDIR%%/classes/UPnP
776
@dir %%WWWDIR%%/classes/UPnP
771
@dir %%WWWDIR%%/classes/Database/Query
777
@dir %%WWWDIR%%/classes/Database/Query

Return to bug 203362