View | Details | Raw Unified | Return to bug 189758
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/wordpress/Makefile 352313 2014-04-26 18:12:40Z sunpoet $
2
# $FreeBSD: head/www/wordpress/Makefile 352313 2014-04-26 18:12:40Z sunpoet $
3
PORTNAME=	wordpress
3
PORTNAME=	wordpress
4
PORTVERSION=	3.9
4
PORTVERSION=	3.9.1
5
PORTEPOCH=	1
5
PORTEPOCH=	1
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://wordpress.org/
7
MASTER_SITES=	http://wordpress.org/
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wordpress-3.9.tar.gz) = 348ed822ffbb1025cb8d74224b36213bd5a83c702db9d0bff213c74dcc5fe0ba
1
SHA256 (wordpress-3.9.1.tar.gz) = 73c21224d42156150b948ca645a296a2431f1dd6a19350e0d8a72e465adde56d
2
SIZE (wordpress-3.9.tar.gz) = 5810471
2
SIZE (wordpress-3.9.1.tar.gz) = 5812042
(-)./files/pkg-install.in (+14 lines)
Line 0 Link Here
1
#!/bin/sh
2
# $FreeBSD$
3
4
case $2 in
5
	PRE-INSTALL)
6
		;;
7
	POST-INSTALL)
8
		%%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content
9
		%%FIND%% %%WWWDIR%% -type d -print | xargs %%CHGRP%% %%WWWGRP%%
10
		%%FIND%% %%WWWDIR%% -type d -print | xargs %%CHMOD%% g+w
11
		;;
12
	*)
13
	;;
14
esac

Return to bug 189758