Lines 18-24
Link Here
|
18 |
PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. |
18 |
PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. |
19 |
|
19 |
|
20 |
USES= cpe php:web shebangfix |
20 |
USES= cpe php:web shebangfix |
21 |
SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh |
21 |
SHEBANG_GLOB= *.sh *.php |
22 |
NO_BUILD= yes |
22 |
NO_BUILD= yes |
23 |
NO_ARCH= yes |
23 |
NO_ARCH= yes |
24 |
USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml |
24 |
USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml |
Lines 26-32
Link Here
|
26 |
|
26 |
|
27 |
PORT_V_MAJOR= 8 |
27 |
PORT_V_MAJOR= 8 |
28 |
PORT_V_MINOR= 7 |
28 |
PORT_V_MINOR= 7 |
29 |
PORT_V_PATCH= 2 |
29 |
PORT_V_PATCH= 3 |
30 |
|
30 |
|
31 |
TYPO3WWW= www |
31 |
TYPO3WWW= www |
32 |
TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} |
32 |
TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} |