From ed42c989eb8f8e105e40ffc9a38f1beabef378a6 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 19 Mar 2013 15:35:42 +0000 Subject: Restirct typo3_45 to php53. Bump PKGREVISION. --- www/typo3_45/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/typo3_45') diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile index da019c258c7..8f331224101 100644 --- a/www/typo3_45/Makefile +++ b/www/typo3_45/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2013/03/16 07:21:25 obache Exp $ +# $NetBSD: Makefile,v 1.23 2013/03/19 15:35:42 taca Exp $ # DISTNAME= ${TYPO3NAME} PKGNAME= typo3-${VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} @@ -25,6 +25,8 @@ TYPO3NAME= typo3_src-${VER} SITESRC= dummy-${VER} WRKSRC= ${WRKDIR}/${DISTNAME} +PHP_VERSIONS_ACCEPTED= 53 + # maybe resides in lang/php/phpversion.mk REPLACE_INTERPRETER+= php REPLACE.php.old= .*php[^ ]* -- cgit v1.2.3