FreeBSD Bugzilla – Attachment 123806 Details for
Bug 167219
[MAINTAINER] japanese/wordpress: update to 3.3.2 and german/wordpress update 3.3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
japanese_wordpress.patch
japanese_wordpress.patch (text/plain; charset=Shift_JIS), 2.23 KB, created by
takefu
on 2012-05-23 14:37:50 UTC
(
hide
)
Description:
japanese_wordpress.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2012-05-23 14:37:50 UTC
Size:
2.23 KB
patch
obsolete
>diff -ruN /usr/ports/japanese/wordpress/Makefile japanese/wordpress/Makefile >--- /usr/ports/japanese/wordpress/Makefile 2012-01-09 16:42:45.000000000 +0900 >+++ japanese/wordpress/Makefile 2012-05-23 19:02:41.000000000 +0900 >@@ -6,7 +6,7 @@ > # > > PORTNAME= wordpress >-PORTVERSION= 3.3.1 >+PORTVERSION= 3.3.2 > CATEGORIES= japanese www > MASTER_SITES= http://ja.wordpress.org/ > PKGNAMESUFFIX= -ja >@@ -18,14 +18,17 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/license.txt > >-CONFLICTS_INSTALL= wordpress-3.* de-wordpress-de-3.* ru-wordpress-ru-3.* >+CONFLICTS_INSTALL= wordpress-3.* de-wordpress-de-3.* ru-wordpress-ru-3.*\ >+ zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.* > > NO_BUILD= yes > USE_PHP= curl gd mysql pcre tokenizer xml zip > WANT_PHP_WEB= yes > WRKSRC= ${WRKDIR}/${PORTNAME} > >-SUB_FILES= pkg-message >+SUB_FILES= pkg-message pkg-install >+SUB_LIST= CHGRP="${CHGRP}" CHOWN="${CHOWN}" CHMOD="${CHMOD}"\ >+ FIND="${FIND}" WWWGRP="${WWWGRP}" WWWOWN="${WWWOWN}" > PLIST= ${WRKDIR}/pkg-plist > PORTDOCS= license.txt readme.html > >@@ -50,6 +53,7 @@ > .endif > > post-install: >+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -ruN /usr/ports/japanese/wordpress/distinfo japanese/wordpress/distinfo >--- /usr/ports/japanese/wordpress/distinfo 2012-01-09 16:42:45.000000000 +0900 >+++ japanese/wordpress/distinfo 2012-04-23 08:19:38.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (wordpress-3.3.1-ja.tar.gz) = 1a662f81609e5a3b3ecdfcab4ee01f838471e2c9389e19f949f3a7d4bdd32dd0 >-SIZE (wordpress-3.3.1-ja.tar.gz) = 4317205 >+SHA256 (wordpress-3.3.2-ja.tar.gz) = 27f11b63fcd4563d2dd207a20de7d5a275a19c0818db164f9588b53be16c0d1b >+SIZE (wordpress-3.3.2-ja.tar.gz) = 4321986 >diff -ruN /usr/ports/japanese/wordpress/files/pkg-install.in japanese/wordpress/files/pkg-install.in >--- /usr/ports/japanese/wordpress/files/pkg-install.in 1970-01-01 09:00:00.000000000 +0900 >+++ japanese/wordpress/files/pkg-install.in 2012-05-23 21:22:35.000000000 +0900 >@@ -0,0 +1,12 @@ >+#!/bin/sh >+case $2 in >+ PRE-INSTALL) >+ ;; >+ POST-INSTALL) >+ %%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content >+ %%FIND%% %%WWWDIR%% -type d -print | xargs %%CHGRP%% %%WWWGRP%% >+ %%FIND%% %%WWWDIR%% -type d -print | xargs %%CHMOD%% g+w >+ ;; >+ *) >+ ;; >+esac > >
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 167219
:
123801
|
123802
|
123803
|
123804
|
123805
| 123806