Bug 81087 - [MAINTAINER] Update www/WordPress to 1.5.1
Summary: [MAINTAINER] Update www/WordPress to 1.5.1
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-16 04:00 UTC by ychsiao
Modified: 2005-05-16 22:56 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-16 04:00:20 UTC
* update to version 1.5.1

How-To-Repeat: root@FreeBSD [~ychsiao/project/wordpress] (10:58) svn diff
Index: distinfo
===================================================================
--- distinfo    (revision 392)
+++ distinfo    (working copy)
@@ -1,2 +1,2 @@
-MD5 (wordpress-1.5.tar.gz) = df6dc18a7a0d93fa6bb187eb48b41612
-SIZE (wordpress-1.5.tar.gz) = 280251
+MD5 (wordpress-1.5.1.tar.gz) = e69c712bfe4bbe696a660c79274daeeb
+SIZE (wordpress-1.5.1.tar.gz) = 298012
Index: Makefile
===================================================================
--- Makefile    (revision 392)
+++ Makefile    (working copy)
@@ -6,7 +6,7 @@
 #

 PORTNAME=      wordpress
-PORTVERSION=   1.5
+PORTVERSION=   1.5.1
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.stu.edu.tw/pub/wordpress/
 MASTER_SITE_SUBDIR=    cafelog
@@ -32,6 +32,7 @@
                && ${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

 do-install:
        -@${MKDIR} ${PREFIX}/${WORDPRESS}
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-16 22:56:24 UTC
State Changed
From-To: open->closed

Committed, thanks!