* update to 2.0
- add SHA256 PR: 91291 Submitted by: Yuan-Chung Hsiao (maintainer)
This commit is contained in:
parent
29d436816e
commit
25d3896942
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152713
2 changed files with 9 additions and 3 deletions
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue