mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
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:
parent
7364d8550b
commit
6b605c02f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493460
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user