Fix build of the dependent ports

- Bump PORTREVISION for package change

Restore the hack (replacement of igbinary.h and php_igbinary.h) in previous versions.

PR:		235869
Submitted by:	Artyom Davidov <ard_1@mail.ru>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-02-20 20:48:02 +00:00
parent 7364d8550b
commit 6b605c02f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493460

View File

@ -3,6 +3,7 @@
PORTNAME= igbinary
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= converters
MAINTAINER= sunpoet@FreeBSD.org
@ -13,4 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= php:pecl
post-patch:
@${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h
@${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h
.include <bsd.port.mk>