Fix build of the dependent ports

- Bump PORTREVISION for package change

PR:		252408
Reported by:	Alexander Kuznetsov <alex@kuznetcoff.ru>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-05 13:02:49 +00:00
parent 2f2f23c727
commit fa77067a47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560389

View file

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