Date: Tue, 3 May 2016 03:10:37 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414512 - head/lang/php56 Message-ID: <201605030310.u433AbVo054090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Tue May 3 03:10:37 2016 New Revision: 414512 URL: https://svnweb.freebsd.org/changeset/ports/414512 Log: lang/php56: Restore ?= which was removed in r413091 PR: 208324 (introduced regression) Approved by: portmgr (blanket) Modified: head/lang/php56/Makefile Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Tue May 3 03:06:23 2016 (r414511) +++ head/lang/php56/Makefile Tue May 3 03:10:37 2016 (r414512) @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.21 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605030310.u433AbVo054090>