From joehorn@gmail.com  Sat Apr 26 13:16:58 2014
Return-Path: <joehorn@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 00597C64
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Apr 2014 13:16:57 +0000 (UTC)
Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id CAFF51ADD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Apr 2014 13:16:57 +0000 (UTC)
Received: by mail-pb0-f41.google.com with SMTP id rr13so4194109pbb.0
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Apr 2014 06:16:57 -0700 (PDT)
Received: from www.joehorn.idv.tw (ec2-54-193-78-254.us-west-1.compute.amazonaws.com. [54.193.78.254])
        by mx.google.com with ESMTPSA id gg3sm22622709pbc.34.2014.04.26.06.16.55
        for <FreeBSD-gnats-submit@freebsd.org>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Sat, 26 Apr 2014 06:16:56 -0700 (PDT)
Received: by www.joehorn.idv.tw (Postfix, from userid 0)
	id 053C31466B; Sat, 26 Apr 2014 21:16:54 +0800 (CST)
Message-Id: <20140426131655.053C31466B@www.joehorn.idv.tw>
Date: Sat, 26 Apr 2014 21:16:55 +0800 (CST)
From: Joe Horn <joehorn@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         189018
>Category:       ports
>Synopsis:       [MAINTAINER] chinese/wordpress-zh_TW: update to 3.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 13:20:02 UTC 2014
>Closed-Date:    Sat Apr 26 18:35:25 UTC 2014
>Last-Modified:  Sat Apr 26 18:35:25 UTC 2014
>Originator:     Joe Horn
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
Taiwanese user
>Environment:
System: FreeBSD www.joehorn.idv.tw 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- Update to 3.9

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

--- wordpress-zh_TW-3.9.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 352256)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wordpress
-PORTVERSION=	3.8.1
+PORTVERSION=	3.9
 CATEGORIES=	chinese www
 MASTER_SITES=	http://tw.wordpress.org/ \
 		http://mirror.joehorn.idv.tw/wordpress/
Index: distinfo
===================================================================
--- distinfo	(revision 352256)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (wordpress-3.8.1-zh_TW.tar.gz) = 6e84c653c86e36db9515166fe0955166a2a98647b960bc48c90e66a6ea140289
-SIZE (wordpress-3.8.1-zh_TW.tar.gz) = 6266728
+SHA256 (wordpress-3.9-zh_TW.tar.gz) = f789c5c4840e73c930ad53bf3d34e03c1ab38d4d78c6352b4c9901b5341aa093
+SIZE (wordpress-3.9-zh_TW.tar.gz) = 6198657
--- wordpress-zh_TW-3.9.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 26 13:20:18 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189018 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189018: commit references a PR
Date: Sat, 26 Apr 2014 18:13:05 +0000 (UTC)

 Author: sunpoet
 Date: Sat Apr 26 18:12:50 2014
 New Revision: 352315
 URL: http://svnweb.freebsd.org/changeset/ports/352315
 QAT: https://qat.redports.org/buildarchive/r352315/
 
 Log:
   - Update to 3.9
   - Simplify pre-install:
   - Remove .include <bsd.port.options.mk>
   - Remove unnecessary SUB_LISTS
   
   Changes:	http://tw.wordpress.org/2014/04/24/smith/
   PR:		ports/189018
   Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
 
 Modified:
   head/chinese/wordpress-zh_TW/Makefile
   head/chinese/wordpress-zh_TW/distinfo
 
 Modified: head/chinese/wordpress-zh_TW/Makefile
 ==============================================================================
 --- head/chinese/wordpress-zh_TW/Makefile	Sat Apr 26 18:12:45 2014	(r352314)
 +++ head/chinese/wordpress-zh_TW/Makefile	Sat Apr 26 18:12:50 2014	(r352315)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	wordpress
 -PORTVERSION=	3.8.1
 +PORTVERSION=	3.9
  CATEGORIES=	chinese www
  MASTER_SITES=	http://tw.wordpress.org/ \
  		http://mirror.joehorn.idv.tw/wordpress/
 @@ -27,8 +27,7 @@ PORTDOCS=	readme.html
  
  OPTIONS_DEFINE=	DOCS
  
 -SUB_FILES+=	pkg-message
 -SUB_LISTS+=	WWWDIR=${WWWDIR}
 +SUB_FILES=	pkg-message
  
  pre-everything::
  	@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
 @@ -36,27 +35,20 @@ pre-everything::
  	@sleep 1
  
  pre-install:
 -	cd ${WRKSRC} && ${FIND} -s * -type f | \
 -		${SED} -e 's|^|${WWWDIR:S|${PREFIX}/||}/|' > ${PLIST} \
 -		&& ${FIND} -d * -type d | \
 -		${SED} -e 's|^|@dirrm ${WWWDIR:S|${PREFIX}/||}/|' >> ${PLIST} \
 -		&& ${ECHO_CMD} @dirrm ${WWWDIR:S|${PREFIX}/||} >> ${PLIST}
 +	${ECHO_CMD} '@owner www' > ${PLIST}
 +	${ECHO_CMD} '@group www' >> ${PLIST}
 +	cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} -e 's|^|%%WWWDIR%%/|' >> ${PLIST}
 +	cd ${WRKSRC}/ && ${FIND} -d . -type d | ${SED} -e 's|^\.|@dirrm %%WWWDIR%%|' >> ${PLIST}
 +	${ECHO_CMD} '@owner' >> ${PLIST}
 +	${ECHO_CMD} '@group' >> ${PLIST}
  	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:
 -	@${MKDIR} ${STAGEDIR}${WWWDIR}
 -	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
 -	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
 -		>> ${TMPPLIST}
 -	@${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}
 -	@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' >> ${TMPPLIST}
 -	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
 -	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 -.for i in ${PORTDOCS}
 -	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/${i}
 -.endfor
 +	${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/
 +	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
 +	${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w '{}' \;
 +	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 +	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
  
  .include <bsd.port.mk>
 
 Modified: head/chinese/wordpress-zh_TW/distinfo
 ==============================================================================
 --- head/chinese/wordpress-zh_TW/distinfo	Sat Apr 26 18:12:45 2014	(r352314)
 +++ head/chinese/wordpress-zh_TW/distinfo	Sat Apr 26 18:12:50 2014	(r352315)
 @@ -1,2 +1,2 @@
 -SHA256 (wordpress-3.8.1-zh_TW.tar.gz) = 6e84c653c86e36db9515166fe0955166a2a98647b960bc48c90e66a6ea140289
 -SIZE (wordpress-3.8.1-zh_TW.tar.gz) = 6266728
 +SHA256 (wordpress-3.9-zh_TW.tar.gz) = f789c5c4840e73c930ad53bf3d34e03c1ab38d4d78c6352b4c9901b5341aa093
 +SIZE (wordpress-3.9-zh_TW.tar.gz) = 6198657
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Apr 26 18:35:25 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189018 
>Unformatted:
