Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 18:12:41 +0800 (CST)
From:      Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189758: [MAINTAINER] www/wordpress: update to 3.9.1,1
Message-ID:  <20140513101241.E48E43A80C@saturn.stu.edu.tw>
Resent-Message-ID: <201405131020.s4DAK0wL040631@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189758
>Category:       ports
>Synopsis:       [MAINTAINER] www/wordpress: update to 3.9.1,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 10:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Yuan-Chung Hsiao
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
Shu-Te University
>Environment:
System: FreeBSD saturn.stu.edu.tw 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- Update to 3.9.1,1

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- wordpress-3.9.1.patch begins here ---
diff -ruN ../wordpressCVS/Makefile ./Makefile
--- ../wordpressCVS/Makefile	2014-04-27 02:12:40.000000000 +0800
+++ ./Makefile	2014-05-13 18:12:04.000000000 +0800
@@ -2,7 +2,7 @@
 # $FreeBSD: head/www/wordpress/Makefile 352313 2014-04-26 18:12:40Z sunpoet $

 PORTNAME=	wordpress
-PORTVERSION=	3.9
+PORTVERSION=	3.9.1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://wordpress.org/
diff -ruN ../wordpressCVS/distinfo ./distinfo
--- ../wordpressCVS/distinfo	2014-04-27 02:12:40.000000000 +0800
+++ ./distinfo	2014-05-13 18:12:11.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (wordpress-3.9.tar.gz) = 348ed822ffbb1025cb8d74224b36213bd5a83c702db9d0bff213c74dcc5fe0ba
-SIZE (wordpress-3.9.tar.gz) = 5810471
+SHA256 (wordpress-3.9.1.tar.gz) = 73c21224d42156150b948ca645a296a2431f1dd6a19350e0d8a72e465adde56d
+SIZE (wordpress-3.9.1.tar.gz) = 5812042
diff -ruN ../wordpressCVS/files/pkg-install.in ./files/pkg-install.in
--- ../wordpressCVS/files/pkg-install.in	1970-01-01 08:00:00.000000000 +0800
+++ ./files/pkg-install.in	2014-04-03 11:08:00.000000000 +0800
@@ -0,0 +1,14 @@
+#!/bin/sh
+# $FreeBSD$
+
+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
--- wordpress-3.9.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140513101241.E48E43A80C>