Date: Mon, 08 Oct 2012 16:06:24 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/172476: [MAINTAINER] japanese/wordpress: update to 3.4.2 Message-ID: <50727B70.9090907@airport.fm> Resent-Message-ID: <201210080710.q987AB8x088677@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172476 >Category: ports >Synopsis: [MAINTAINER] japanese/wordpress: update to 3.4.2 >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: Mon Oct 08 07:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.2-RELEASE-p10 amd64 >Organization: FOX Amateur Radio Club >Environment: >Description: - Update 3.4.2 - fix Trim the headers close pr #171515 >How-To-Repeat: >Fix: --- wordpress.patch begins here --- diff -ruN /usr/ports/japanese/wordpress/Makefile japanese/wordpress/Makefile --- /usr/ports/japanese/wordpress/Makefile 2012-06-29 11:59:42.000000000 +0900 +++ japanese/wordpress/Makefile 2012-10-08 14:40:22.000000000 +0900 @@ -1,12 +1,8 @@ -# New ports collection makefile for: wordpress -# Date created: 2011-09-20 -# Whom: Takefu -# +# Created by: Takefu # $FreeBSD: ports/japanese/wordpress/Makefile,v 1.6 2012/06/29 02:59:42 sunpoet Exp $ -# PORTNAME= wordpress -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ja @@ -17,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ru-wordpress-ru-3.* +CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ru-wordpress-3.* NO_BUILD= yes USE_PHP= curl gd mysql pcre tokenizer xml zip @@ -42,10 +38,12 @@ if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \ ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi +.include <bsd.port.options.mk> + do-install: ${INSTALL} -d -g ${WWWGRP} -m 755 -o ${WWWOWN} ${WWWDIR}/ ${CP} -R ${WRKSRC}/ ${WWWDIR}/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif diff -ruN /usr/ports/japanese/wordpress/distinfo japanese/wordpress/distinfo --- /usr/ports/japanese/wordpress/distinfo 2012-06-29 11:59:42.000000000 +0900 +++ japanese/wordpress/distinfo 2012-09-10 11:52:10.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.1-ja.tar.gz) = 650549f64c17cf600f84fe57729c1c6128e7d2ee368147c6f7b8d2c27260ee14 -SIZE (wordpress-3.4.1-ja.tar.gz) = 4983691 +SHA256 (wordpress-3.4.2-ja.tar.gz) = a8caa2bf5100583c40f3236e78b200514e6e76a6b99d1caf1298e616d9e64952 +SIZE (wordpress-3.4.2-ja.tar.gz) = 4970768 --- wordpress.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?50727B70.9090907>