From tjs@pluto.cdpa.nsysu.edu.tw  Wed Oct 18 05:31:41 2006
Return-Path: <tjs@pluto.cdpa.nsysu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E66416A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2006 05:31:41 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 19DAE43D58
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2006 05:31:40 +0000 (GMT)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (localhost [127.0.0.1])
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id k9I5VUBG019163
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2006 13:31:30 +0800 (CST)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: (from root@localhost)
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8/Submit) id k9I5VUwG019162;
	Wed, 18 Oct 2006 13:31:30 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200610180531.k9I5VUwG019162@pluto.cdpa.nsysu.edu.tw>
Date: Wed, 18 Oct 2006 13:31:30 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/wordpress-mu: update to 1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104515
>Category:       ports
>Synopsis:       [MAINTAINER] www/wordpress-mu: update to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 05:40:18 GMT 2006
>Closed-Date:    Tue Oct 31 02:41:40 GMT 2006
>Last-Modified:  Tue Oct 31 02:50:22 GMT 2006
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006
>Description:
- Update to 1.0

- This is the first stable release of WordPress Mu.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- wordpress-mu-1.0,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/wordpress-mu/Makefile /hd1/wordpress-mu/Makefile
--- /usr/ports/www/wordpress-mu/Makefile	Mon May 22 05:56:06 2006
+++ /hd1/wordpress-mu/Makefile	Wed Oct 18 13:15:36 2006
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	wordpress-mu
-PORTVERSION=	1.5.1.3
-PORTEPOCH=	1
+PORTVERSION=	1.0
+PORTEPOCH=	2
 CATEGORIES=	www
-MASTER_SITES=	http://ftp.twaren.net/local-distfiles/wpmu/ \
-		http://blogs.linux.ie/download/wpmu/ \
-		http://mu.wordpress.org/nightly-builds/
-DISTNAME=	wpmu-stable-${PORTVERSION:S/./_/g}
+MASTER_SITES=	http://blogs.linux.ie/download/wpmu/ \
+		http://ftp.twaren.net/local-distfiles/wpmu/
+DISTNAME=	wordpressmu-${PORTVERSION}
 
 MAINTAINER=	tjs@cdpa.nsysu.edu.tw
 COMMENT=	Multi-user version of the famous WordPress blogging application
@@ -20,35 +19,40 @@
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 USE_PHP=	mysql pcre xml
-NO_BUILD=	yes
-WANT_PHP_WEB=	yes
+NO_BUILD=	YES
+WANT_PHP_WEB=	YES
 WORDPRESSMU?=	www/data/wordpress-mu
 PLIST_SUB+=	WORDPRESSMU=${WORDPRESSMU}
 PLIST=		${WRKDIR}/pkg-plist
 
-PORTDOCS=	license.txt readme.html
+PORTDOCS=	license.txt README.txt
+
+pre-everything::
+	@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
+	@${ECHO_CMD} ""
+	@sleep 1
+
+pre-install:
+	cd ${WRKSRC} && ${FIND} -s * -type f | \
+		${SED} -e 's|^|${WORDPRESSMU}/|' > ${PLIST} \
+		&& ${FIND} -d * -type d | \
+		${SED} -e 's|^|@dirrm ${WORDPRESSMU}/|' >> ${PLIST} \
+		&& ${ECHO_CMD} @dirrm ${WORDPRESSMU} >> ${PLIST} \
+		&& ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
 
 do-install:
 	@${MKDIR} ${PREFIX}/${WORDPRESSMU}
-	@${CHOWN} www:www ${PREFIX}/${WORDPRESSMU}
+	@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${WORDPRESSMU}
 	@${CHMOD} 755 ${PREFIX}/${WORDPRESSMU}
 	@${CP} -R ${WRKSRC}/ ${PREFIX}/${WORDPRESSMU}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/wp-inst/${i} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 .endfor
 .endif
 
-pre-install:
-	cd ${WRKSRC} && ${FIND} -s * -type f | \
-		${SED} -e 's|^|${WORDPRESSMU}/|' > ${PLIST} \
-		&& ${FIND} -d * -type d | \
-	${SED} -e 's|^|@dirrm ${WORDPRESSMU}/|' >> ${PLIST} \
-		&& ${ECHO_CMD} @dirrm ${WORDPRESSMU} >> ${PLIST} \
-		&& ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
-
 post-install:
-	${CAT} ${PKGMESSAGE}
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/www/wordpress-mu/distinfo /hd1/wordpress-mu/distinfo
--- /usr/ports/www/wordpress-mu/distinfo	Tue Jan 24 11:14:17 2006
+++ /hd1/wordpress-mu/distinfo	Wed Oct 18 11:15:18 2006
@@ -1,3 +1,3 @@
-MD5 (wpmu-stable-1_5_1_3.tar.gz) = b06ea062f722abe67e557f7e5a7c3960
-SHA256 (wpmu-stable-1_5_1_3.tar.gz) = 22af2a62573511d7e7241274ea6f13335c066c529efd410032e20fa94c640f53
-SIZE (wpmu-stable-1_5_1_3.tar.gz) = 598643
+MD5 (wordpressmu-1.0.tar.gz) = d682b6273de7cae6f7ede4f80ae8f64f
+SHA256 (wordpressmu-1.0.tar.gz) = ae68a67b35ba0b820f8dd7eaadc25a36ab7a7c24fb964c0c9db888344470cd26
+SIZE (wordpressmu-1.0.tar.gz) = 752871
diff -ruN --exclude=CVS /usr/ports/www/wordpress-mu/pkg-message /hd1/wordpress-mu/pkg-message
--- /usr/ports/www/wordpress-mu/pkg-message	Fri Feb 25 15:42:44 2005
+++ /hd1/wordpress-mu/pkg-message	Wed Oct 18 13:19:17 2006
@@ -1,7 +1,6 @@
-       @${ECHO_MSG}
-       @${ECHO_MSG} "          **** NOTE ****"
-       @${ECHO_MSG} "Before the first use of WordPress-MU, copy wp-inst/wp-config-sample.php to wp-inst/wp-config.php"
-       @${ECHO_MSG} "in ${PREFIX}/${WORDPRESSMU}/wp-inst/"
-       @${ECHO_MSG} "And Modify it to fit your MySQL."
-       @${ECHO_MSG} "Maybe you need 'mysqladmin create wordpress' first"
-       @${ECHO_MSG}
+
+                  **** NOTE ****
+        Before the first use of WordPress MU, copy wp-config-sample.php to wp-config.php
+        in ${PREFIX}/${WORDPRESSMU}
+        And Modify it to fit your MySQL.
+        Maybe you need 'mysqladmin create wordpressmu' first
--- wordpress-mu-1.0,2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Thu Oct 19 17:06:50 UTC 2006 
Responsible-Changed-Why:  
Take PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104515 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Tue Oct 31 02:41:24 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104515: commit references a PR
Date: Tue, 31 Oct 2006 02:41:27 +0000 (UTC)

 alepulver    2006-10-31 02:41:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/wordpress-mu     Makefile distinfo pkg-message 
   Log:
   - Update to 1.0 (first stable release).
   
   PR:             ports/104515
   Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.11      +24 -20    ports/www/wordpress-mu/Makefile
   1.8       +3 -3      ports/www/wordpress-mu/distinfo
   1.2       +6 -7      ports/www/wordpress-mu/pkg-message
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
