Bug 91291 - [MAINTAINER] Update www/wordpress to 2.0
Summary: [MAINTAINER] Update www/wordpress to 2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 02:50 UTC by ychsiao
Modified: 2006-01-04 06:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ychsiao 2006-01-04 02:50:07 UTC
* update to 2.0

How-To-Repeat: Index: distinfo
===================================================================
--- distinfo    (revision 15)
+++ distinfo    (working copy)
@@ -1,2 +1,3 @@
-MD5 (wordpress-1.5.2.tar.gz) = 680e6381c8111f555a2c7066ddafd575
-SIZE (wordpress-1.5.2.tar.gz) = 298514
+MD5 (wordpress-2.0.0.tar.gz) = 49887bd7964c5f6dcc8d4d368730ee9d
+SHA256 (wordpress-2.0.0.tar.gz) = 1570b6b3fc8db197fb5d237ba1e49ac8673bbd2c1d939                                                                              1b7560cea2fd3227b2e
+SIZE (wordpress-2.0.0.tar.gz) = 495411
Index: Makefile
===================================================================
--- Makefile    (revision 19)
+++ Makefile    (working copy)
@@ -6,7 +6,7 @@
 #

 PORTNAME=      wordpress
-PORTVERSION=   1.5.2
+PORTVERSION=   2.0.0
 PORTEPOCH=     1
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.stu.edu.tw/pub/wordpress/
@@ -27,6 +27,11 @@

 PORTDOCS=      license.txt readme.html

+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|^|${WORDPRESS}/|' > ${PLIST} \
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-04 02:52:10 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-01-04 03:01:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-01-04 06:50:54 UTC
State Changed
From-To: open->closed

Committed. Thank You.