FreeBSD Bugzilla – Attachment 125400 Details for
Bug 169012
[PATCH] www/piwik: update to 1.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
piwik-1.8.2.patch
piwik-1.8.2.patch (text/plain), 1.45 KB, created by
geoffroy desvernay
on 2012-06-12 22:30:13 UTC
(
hide
)
Description:
piwik-1.8.2.patch
Filename:
MIME Type:
Creator:
geoffroy desvernay
Created:
2012-06-12 22:30:13 UTC
Size:
1.45 KB
patch
obsolete
>diff -ruN --exclude=CVS ../piwik.orig/Makefile ./Makefile >--- ../piwik.orig/Makefile 2012-06-08 21:26:13.000000000 +0200 >+++ ./Makefile 2012-06-12 22:54:48.000000000 +0200 >@@ -6,7 +6,7 @@ > # > > PORTNAME= piwik >-PORTVERSION= 1.8.1 >+PORTVERSION= 1.8.2 > CATEGORIES= www > MASTER_SITES= http://builds.piwik.org/ > >@@ -18,11 +18,26 @@ > > NO_BUILD= yes > SUB_FILES= pkg-message >-USE_PHP= dom gd iconv json mysql pdo pdo_mysql session xml zlib >+USE_PHP= dom gd iconv json session xml zlib > WRKSRC= ${WRKDIR}/${PORTNAME} > >+OPTIONS_DEFINE= PHPPDOMYSQL PHPMYSQLI >+PHPPDOMYSQL_DESC= Use pdo_mysql php module >+PHPMYSQLI_DESC= Use mysqli php module >+ >+OPTIONS_DEFAULT= PHPPDOMYSQL >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MPHPMYSQLI} >+USE_PHP+= mysqli >+.endif >+.if ${PORT_OPTIONS:MPHPPDOMYSQL} >+USE_PHP+= pdo_mysql >+.endif >+ > post-patch: >- @cd $(WRKSRC)/misc/log-analytics && $(RM) -rf import_logs.py.orig >+ @cd ${WRKSRC}/misc/log-analytics && ${RM} -rf import_logs.py.orig > > pre-install: > @if [ ! -f ${LOCALBASE}/bin/php ]; then \ >diff -ruN --exclude=CVS ../piwik.orig/distinfo ./distinfo >--- ../piwik.orig/distinfo 2012-06-08 21:26:13.000000000 +0200 >+++ ./distinfo 2012-06-12 22:37:58.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (piwik-1.8.1.tar.gz) = 2df256aef16354ca6f726e3043fb9f0ca3a0142ac8f0e8b7fa7a811a65e41455 >-SIZE (piwik-1.8.1.tar.gz) = 4753567 >+SHA256 (piwik-1.8.2.tar.gz) = 613337ec2558f2b056fd75e8062edcc3b3743581919cd4539210592f3d727152 >+SIZE (piwik-1.8.2.tar.gz) = 4753349
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 169012
: 125400