Bug 81377 - [MAINTAINER] Update www/wordpress to 1.5.11(security update)
Summary: [MAINTAINER] Update www/wordpress to 1.5.11(security update)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 02:40 UTC by ychsiao
Modified: 2005-05-23 04:34 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 2005-05-23 02:40:02 UTC
* Security update, http://codex.wordpress.org/Changelog/1.5.1

How-To-Repeat: 
root@FreeBSD [/home/ychsiao/project/wordpress] (9:27) svn diff
Index: distinfo
===================================================================
--- distinfo    (revision 393)
+++ distinfo    (working copy)
@@ -1,2 +1,2 @@
-MD5 (wordpress-1.5.1.tar.gz) = e69c712bfe4bbe696a660c79274daeeb
-SIZE (wordpress-1.5.1.tar.gz) = 298012
+MD5 (wordpress-1.5.11.tar.gz) = b7930def667ec9476dbd77a7d9867bff
+SIZE (wordpress-1.5.11.tar.gz) = 297654
Index: Makefile
===================================================================
--- Makefile    (revision 393)
+++ Makefile    (working copy)
@@ -6,7 +6,7 @@
 #

 PORTNAME=      wordpress
-PORTVERSION=   1.5.1
+PORTVERSION=   1.5.11
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.stu.edu.tw/pub/wordpress/
 MASTER_SITE_SUBDIR=    cafelog
@@ -32,7 +32,8 @@
                && ${FIND} -d * -type d | \
                ${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \
                && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST}
-       ${CP} ${WRKSRC}/wp-config-sample.php ${WRKSRC}/wp-config.php
+       if [! -f ${WRKSRC}/wp-config-sample.php]; then ${CP} \
+               ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi

 do-install:
        -@${MKDIR} ${PREFIX}/${WORDPRESS}
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-05-23 04:34:38 UTC
State Changed
From-To: open->closed

Committed, Thank you.