Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2018 18:55:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461013 - head/www/php-templates
Message-ID:  <201802051855.w15Iti7M009397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Feb  5 18:55:44 2018
New Revision: 461013
URL: https://svnweb.freebsd.org/changeset/ports/461013

Log:
  Does not build with 7.2 either.
  
  Sponsored by:	Absolight

Modified:
  head/www/php-templates/Makefile   (contents, props changed)

Modified: head/www/php-templates/Makefile
==============================================================================
--- head/www/php-templates/Makefile	Mon Feb  5 18:47:58 2018	(r461012)
+++ head/www/php-templates/Makefile	Mon Feb  5 18:55:44 2018	(r461013)
@@ -17,7 +17,7 @@ COMMENT=	Template framework for PHP
 WRKSRC=		${WRKDIR}/templates
 USES=		dos2unix php:phpize
 
-IGNORE_WITH_PHP=	70 71
+IGNORE_WITH_PHP=	70 71 72
 
 CONFIGURE_ARGS=	--enable-templates=shared
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802051855.w15Iti7M009397>