Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2005 14:12:49 +0800 (CST)
From:      Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77664: [MAINTAINER] Update www/wordpress Makefile 
Message-ID:  <20050218061249.04AE718786D@FreeBSD.stu.edu.tw>
Resent-Message-ID: <200502180620.j1I6KKAx016183@freefall.freebsd.org>

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

>Number:         77664
>Category:       ports
>Synopsis:       [MAINTAINER] Update www/wordpress Makefile
>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:   Fri Feb 18 06:20:20 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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