FreeBSD Bugzilla – Attachment 186568 Details for
Bug 222473
devel/pecl-APCu: install the apc.php admin file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
apcu.diff (text/plain), 1.09 KB, created by
Mathieu Arnold
on 2017-09-20 14:57:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2017-09-20 14:57:28 UTC
Size:
1.09 KB
patch
obsolete
>diff --git devel/pecl-APCu/Makefile devel/pecl-APCu/Makefile >index b190f8b..f8c3cb9 100644 >--- devel/pecl-APCu/Makefile >+++ devel/pecl-APCu/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= APCu > PORTVERSION= 5.1.8 >+PORTREVISION= 1 > CATEGORIES= devel > DISTNAME= ${PORTNAME:tl}-${PORTVERSION} > >@@ -17,4 +18,10 @@ IGNORE_WITH_PHP=56 > USES= localbase php:pecl > PHP_MODNAME= ${PORTNAME:tl} > >+PLIST_FILES= ${DATADIR}/apc.php >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/apc.php ${STAGEDIR}${DATADIR} >+ > .include <bsd.port.mk> >diff --git devel/pecl-APCu4/Makefile devel/pecl-APCu4/Makefile >index 0751dfb..59df7b7 100644 >--- devel/pecl-APCu4/Makefile >+++ devel/pecl-APCu4/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= APCu > PORTVERSION= 4.0.11 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMESUFFIX= 4 > DISTNAME= ${PORTNAME:tl}-${PORTVERSION} >@@ -20,4 +21,10 @@ IGNORE_WITH_PHP=70 71 > USES= localbase php:pecl > PHP_MODNAME= ${PORTNAME:tl} > >+PLIST_FILES= ${DATADIR}/apc.php >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/apc.php ${STAGEDIR}${DATADIR} >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222473
: 186568