From 003fff3b6589ae22970e4a187dd74aa5e8c387eb Mon Sep 17 00:00:00 2001 From: clsung Date: Wed, 4 Jan 2006 06:50:48 +0000 Subject: * update to 2.0 - add SHA256 PR: 91291 Submitted by: Yuan-Chung Hsiao (maintainer) --- www/wordpress/Makefile | 7 ++++++- www/wordpress/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index b5f49365b0fa..05a08d049ec3 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -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 @@ PLIST= ${WRKDIR}/pkg-plist 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} \ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 7cb03f9f104f..5f301354da20 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -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) = 1570b6b3fc8db197fb5d237ba1e49ac8673bbd2c1d9391b7560cea2fd3227b2e +SIZE (wordpress-2.0.0.tar.gz) = 495411 -- cgit