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

(-)Makefile (-3 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	typo3
4
PORTNAME=	typo3
5
PORTVERSION=	7.6.9
5
PORTVERSION=	7.6.11
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
8
8
Lines 12-23 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
USES=		cpe shebangfix
15
USES=		cpe shebangfix php:web
16
SHEBANG_FILES=	typo3/sysext/core/Build/Scripts/xlfcheck.sh
16
SHEBANG_FILES=	typo3/sysext/core/Build/Scripts/xlfcheck.sh
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
USE_PHP=	ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml
19
USE_PHP=	ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml
20
WANT_PHP_WEB=	yes
21
WRKSRC=		${WRKDIR}/${TYPO3SRC}
20
WRKSRC=		${WRKDIR}/${TYPO3SRC}
22
21
23
TYPO3WWW=	www
22
TYPO3WWW=	www
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1467797014
1
TIMESTAMP = 1477464384
2
SHA256 (typo3_src-7.6.9.tar.gz) = 624576cd5910d31e21bdf267d55dcfa649d7684fa0b58251b97cbe227f7b930c
2
SHA256 (typo3_src-7.6.11.tar.gz) = e96f9085b6e22e0295a7f3b6ba108dd8a0997479604323a4c663301412826543
3
SIZE (typo3_src-7.6.9.tar.gz) = 20639347
3
SIZE (typo3_src-7.6.11.tar.gz) = 21559624

Return to bug 213798