From ychsiao@FreeBSD.stu.edu.tw  Fri Feb 18 06:12:54 2005
Return-Path: <ychsiao@FreeBSD.stu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A0EF316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2005 06:12:54 +0000 (GMT)
Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [210.71.11.99])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 56A1243D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2005 06:12:54 +0000 (GMT)
	(envelope-from ychsiao@FreeBSD.stu.edu.tw)
Received: by FreeBSD.stu.edu.tw (Postfix, from userid 1000)
	id 04AE718786D; Fri, 18 Feb 2005 14:12:49 +0800 (CST)
Message-Id: <20050218061249.04AE718786D@FreeBSD.stu.edu.tw>
Date: Fri, 18 Feb 2005 14:12:49 +0800 (CST)
From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
Reply-To: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] Update www/wordpress Makefile 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77664
>Category:       ports
>Synopsis:       [MAINTAINER] Update www/wordpress Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 18 06:20:20 GMT 2005
>Closed-Date:    Fri Mar 04 04:08:13 GMT 2005
>Last-Modified:  Fri Mar 04 04:08:13 GMT 2005
>Originator:     Yuan-Chung Hsiao
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
Computer Center, Shu-Te University
>Environment:
System: FreeBSD FreeBSD.stu.edu.tw 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #0: Wed Dec 29 16:57:25 CST 2004 root@FreeBSD.stu.edu.tw:/usr/obj/usr/src/sys/FreeBSD i386


>Description:
* Modify MASTER_SITES to wordpress main site(Thanks foxfair@FreeBSD).
* Take maintainership(ports/76602).

>How-To-Repeat:
*diff Makefile
Index: Makefile
===================================================================
--- Makefile    (revision 338)
+++ Makefile    (working copy)
@@ -6,13 +6,14 @@
 #

 PORTNAME=      wordpress
-PORTVERSION=   1.5
+PORTVERSION=   1.5.0
 CATEGORIES=    www
-MASTER_SITES=  ftp://ftp.stu.edu.tw/pub/wordpress/
+MASTER_SITES=  http://wordpress.org/
+DISTNAME=       latest-${PORTVERSION}

 MASTER_SITE_SUBDIR=    cafelog

-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    ychsiao@ychsiao.org
 COMMENT=       A state-of-the-art semantic personal publishing platform

 WRKSRC=                ${WRKDIR}/${PORTNAME}

*diff distfile
Index: distinfo
===================================================================
--- distinfo    (revision 338)
+++ distinfo    (working copy)
@@ -1,2 +1,2 @@
-MD5 (wordpress-1.5.tar.gz) = df6dc18a7a0d93fa6bb187eb48b41612
-SIZE (wordpress-1.5.tar.gz) = 280251
+MD5 (latest-1.5.0.tar.gz) = df6dc18a7a0d93fa6bb187eb48b41612
+SIZE (latest-1.5.0.tar.gz) = 280251

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: vs 
Responsible-Changed-When: Fri Feb 18 08:29:04 GMT 2005 
Responsible-Changed-Why:  
clsung already got the other PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77664 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Mar 4 04:06:55 GMT 2005 
State-Changed-Why:  
1. Can't just fetch directly from MASTER_SITES, so previous 
one should ok. 
2. You're maintainer :) 

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