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

Collapse All | Expand All

(-)Makefile (-12 / +8 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phpmustache
4
PORTNAME=	phpmustache
5
PORTVERSION=	2.4.0
5
PORTVERSION=	2.6.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	GH
7
MASTER_SITES=	GH
8
8
9
MAINTAINER=	spolyack@collaborativefusion.com
9
MAINTAINER=	steve.polyack@intermedix.com
10
COMMENT=	PHP5 code for Mustache
10
COMMENT=	PHP5 code for Mustache
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
Lines 14-21 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	bobthecow
15
GH_ACCOUNT=	bobthecow
16
GH_PROJECT=	mustache.php
16
GH_PROJECT=	mustache.php
17
GH_TAGNAME=	v2.4.0
17
GH_TAGNAME=	v2.6.0
18
GH_COMMIT=	8433da6
18
GH_COMMIT=	152c315
19
19
20
USE_PHP=	yes
20
USE_PHP=	yes
21
USE_PHP_BUILD=	yes
21
USE_PHP_BUILD=	yes
Lines 22-40 Link Here
22
22
23
SUB_FILES=	pkg-message
23
SUB_FILES=	pkg-message
24
24
25
NO_STAGE=	yes
26
do-build:
25
do-build:
27
	@${WRKSRC}/bin/build_bootstrap.php
26
	@${WRKSRC}/bin/build_bootstrap.php
28
27
29
do-install:
28
do-install:
30
	@${MKDIR} ${DATADIR}
29
	@${MKDIR} ${STAGEDIR}${DATADIR}
31
	@${INSTALL_DATA} ${WRKSRC}/mustache.php ${DATADIR}
30
	@${INSTALL_DATA} ${WRKSRC}/mustache.php ${STAGEDIR}${DATADIR}
32
.if !defined(NOPORTEXAMPLES)
31
.if !defined(NOPORTEXAMPLES)
33
	@${MKDIR} ${EXAMPLESDIR}
32
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
34
	@${CP} -R ${WRKSRC}/test/fixtures/examples/* ${EXAMPLESDIR}
33
	@${CP} -R ${WRKSRC}/test/fixtures/examples/* ${STAGEDIR}${EXAMPLESDIR}
35
.endif
34
.endif
36
35
37
post-install:
38
	@${CAT} ${PKGMESSAGE}
39
40
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)distinfo (working copy) (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (phpmustache-2.4.0.tar.gz) = 132439e9fa7a9cf23b0329049c707312848c066e7842c6e892af1c3a02fe341d
1
SHA256 (phpmustache-2.6.0.tar.gz) = c4120dbcec4d44061ba86066c7736ebb7e1421adb96d3894f1651adf60b88685
2
SIZE (phpmustache-2.4.0.tar.gz) = 44139
2
SIZE (phpmustache-2.6.0.tar.gz) = 48770
(-)pkg-plist (working copy) (-33 / +41 lines)
Lines 1-4 Link Here
1
%%DATADIR%%/mustache.php
2
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/ChildContext.php
1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/ChildContext.php
3
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.mustache
2
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.mustache
4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.txt
3
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.txt
Lines 35-46 Link Here
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/InvertedSection.php
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/InvertedSection.php
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.mustache
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.mustache
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.txt
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.txt
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials/header.mustache
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/NestedPartials.php
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/nested_partials.mustache
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/nested_partials.txt
40
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/partials/fourth.mustache
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/partials/second.mustache
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/partials/third.mustache
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/Partials.php
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/Partials.php
40
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials.mustache
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials.mustache
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials.txt
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials.txt
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials/header.mustache
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/RecursivePartials.php
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/partials/child.mustache
48
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/partials/child.mustache
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/RecursivePartials.php
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/recursive_partials.mustache
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/recursive_partials.mustache
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/recursive_partials.txt
50
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/recursive_partials.txt
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_iterator_objects/SectionIteratorObjects.php
51
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_iterator_objects/SectionIteratorObjects.php
Lines 70-105 Link Here
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/UTF8Unescaped.php
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/UTF8Unescaped.php
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.mustache
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.mustache
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.txt
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.txt
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/Whitespace.php
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/partials/alphabet.mustache
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/partials/alphabet.mustache
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/Whitespace.php
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.mustache
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.mustache
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.txt
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.txt
77
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/child_context
82
%%DATADIR%%/mustache.php
78
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/comments
83
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/child_context
79
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/complex
84
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/comments
80
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/delimiters
85
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/complex
81
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dot_notation
86
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/delimiters
82
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/double_section
87
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dot_notation
83
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/escaped
88
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/double_section
84
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/grand_parent_context
89
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/escaped
85
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n
90
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/grand_parent_context
86
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/implicit_iterator
91
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/i18n
87
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inverted_double_section
92
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/implicit_iterator
88
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inverted_section
93
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/inverted_double_section
89
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/partials/partials
94
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/inverted_section
90
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/partials
95
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/nested_partials/partials
91
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/recursive_partials/partials
96
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/nested_partials
92
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/recursive_partials
97
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/partials/partials
93
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/section_iterator_objects
98
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/partials
94
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/section_magic_objects
99
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/recursive_partials/partials
95
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/section_objects
100
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/recursive_partials
96
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sections
101
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/section_iterator_objects
97
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sections_nested
102
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/section_magic_objects
98
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple
103
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/section_objects
99
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/unescaped
104
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/sections
100
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/utf8
105
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/sections_nested
101
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/utf8_unescaped
106
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/simple
102
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/whitespace/partials
107
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/unescaped
103
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/whitespace
108
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/utf8
104
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
109
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/utf8_unescaped
105
@dirrm %%DATADIR%%
110
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/whitespace/partials
111
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/whitespace
112
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
113
@dirrmtry %%DATADIR%%

Return to bug 190439