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

(-)./Makefile (-11 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	typo3
8
PORTNAME=	typo3
9
PORTVERSION=	4.7.2
9
PORTVERSION=	4.7.4
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
12
12
Lines 31-61 Link Here
31
31
32
DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
32
DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
33
33
34
OPTIONS=	CURL "Configure with cURL support" off \
34
OPTIONS_DEFINE=	CURL GD IMAGICK MBSTRING ZLIB
35
		GD "Configure with GDlib/freetype support" off \
35
IMAGICK_DESC=	${IMAGEMAGICK_DESC}
36
		IMAGICK "Configure with ImageMagick support" off \
36
MBSTRING_DESC=	${MULTIBYTE_DESC}
37
		MBSTRING "Configure with mbstring support" off \
37
GD_DESC=	GDlib/freetype support
38
		ZLIB "Configure with zlib support" off
39
38
40
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
41
40
42
.if defined(WITH_CURL)
41
.if ${PORT_OPTIONS:MCURL}
43
USE_PHP+=	curl
42
USE_PHP+=	curl
44
.endif
43
.endif
45
44
46
.if defined(WITH_GD)
45
.if ${PORT_OPTIONS:MGD}
47
USE_PHP+=	gd
46
USE_PHP+=	gd
48
.endif
47
.endif
49
48
50
.if defined(WITH_IMAGICK)
49
.if ${PORT_OPTIONS:MIMAGICK}
51
RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
50
RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
52
.endif
51
.endif
53
52
54
.if defined(WITH_MBSTRING)
53
.if ${PORT_OPTIONS:MMBSTRING}
55
USE_PHP+=	mbstring
54
USE_PHP+=	mbstring
56
.endif
55
.endif
57
56
58
.if defined(WITH_ZLIB)
57
.if ${PORT_OPTIONS:MZLIB}
59
USE_PHP+=	zlib
58
USE_PHP+=	zlib
60
.endif
59
.endif
61
60
(-)./distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
SHA256 (typo3_src-4.7.2.tar.gz) = 43a3390b2580f7c74819377441b669d3d2d0a62c686036224e073b7b1db90ee9
1
SHA256 (typo3_src-4.7.4.tar.gz) = f770f8ae7cbb1b2a70547d9dcc53b6e2372467940884b3e0701b1c221682193d
2
SIZE (typo3_src-4.7.2.tar.gz) = 22374815
2
SIZE (typo3_src-4.7.4.tar.gz) = 22375813
3
SHA256 (dummy-4.7.2.tar.gz) = 693a2c30325aa1697f5f3bb905caf755fcf6db4718008635af1461ccea56761c
3
SHA256 (dummy-4.7.4.tar.gz) = 21e17c67783a9e91ad39a011604fd61ceb946627e835943d32609f4a4393ba4b
4
SIZE (dummy-4.7.2.tar.gz) = 10148
4
SIZE (dummy-4.7.4.tar.gz) = 10139
(-)./pkg-descr (-2 / +2 lines)
Lines 3-9 Link Here
3
featuring an accomplished set of ready-made interfaces, functions and modules.
3
featuring an accomplished set of ready-made interfaces, functions and modules.
4
4
5
This version is the current stable release. It is recommended for existing
5
This version is the current stable release. It is recommended for existing
6
projects and will get full support (bugfixes and security fixes) until April 2013,
6
projects and will get full support (bugfixes and security fixes) until April
7
but will get security fixes until October 2013.
7
2013, but will get security fixes until October 2013.
8
8
9
WWW:	http://typo3.org/
9
WWW:	http://typo3.org/
(-)./pkg-plist (-1 / +2 lines)
Lines 20-26 Link Here
20
%%WWWDIR%%/uploads/media/index.html
20
%%WWWDIR%%/uploads/media/index.html
21
%%WWWDIR%%/uploads/pics/index.html
21
%%WWWDIR%%/uploads/pics/index.html
22
%%WWWDIR%%/uploads/tf/index.html
22
%%WWWDIR%%/uploads/tf/index.html
23
%%WWWDIR%%_src-%%PORTVERSION%%/.travis.yml
24
%%WWWDIR%%_src-%%PORTVERSION%%/ChangeLog
23
%%WWWDIR%%_src-%%PORTVERSION%%/ChangeLog
25
%%WWWDIR%%_src-%%PORTVERSION%%/GPL.txt
24
%%WWWDIR%%_src-%%PORTVERSION%%/GPL.txt
26
%%WWWDIR%%_src-%%PORTVERSION%%/INSTALL.txt
25
%%WWWDIR%%_src-%%PORTVERSION%%/INSTALL.txt
Lines 136-141 Link Here
136
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_userauth.php
135
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_userauth.php
137
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_userauthgroup.php
136
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_userauthgroup.php
138
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_xml.php
137
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_xml.php
138
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/codec/class.t3lib_codec_javascriptencoder.php
139
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/AbstractRecordCollection.php
139
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/AbstractRecordCollection.php
140
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/RecordCollectionRepository.php
140
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/RecordCollectionRepository.php
141
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/StaticRecordCollection.php
141
%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/StaticRecordCollection.php
Lines 9251-9256 Link Here
9251
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu
9251
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu
9252
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces
9252
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces
9253
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection
9253
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection
9254
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/codec
9254
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/interfaces
9255
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/interfaces
9255
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend
9256
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend
9256
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/exception
9257
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/exception

Return to bug 170650