diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-04 14:50:48 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-04 14:50:48 +0800 |
commit | 003fff3b6589ae22970e4a187dd74aa5e8c387eb (patch) | |
tree | f9bc4cdefd81c5e5b0bf5c1e07255caa805e9a4e /www | |
parent | 7d6398d43b6ecb1f9c0217b5c7cc3db7b7e2fadc (diff) | |
download | freebsd-ports-gnome-003fff3b6589ae22970e4a187dd74aa5e8c387eb.tar.gz freebsd-ports-gnome-003fff3b6589ae22970e4a187dd74aa5e8c387eb.tar.zst freebsd-ports-gnome-003fff3b6589ae22970e4a187dd74aa5e8c387eb.zip |
* update to 2.0
- add SHA256
PR: 91291
Submitted by: Yuan-Chung Hsiao (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress/Makefile | 7 | ||||
-rw-r--r-- | www/wordpress/distinfo | 5 |
2 files changed, 9 insertions, 3 deletions
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 |