View | Details | Raw Unified | Return to bug 167219 | Differences between
and this patch

Collapse All | Expand All

(-)german/wordpress/Makefile (-2 / +6 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	wordpress
9
PORTNAME=	wordpress
10
PORTVERSION=	3.3.1
10
PORTVERSION=	3.3.2
11
CATEGORIES=	german www
11
CATEGORIES=	german www
12
MASTER_SITES=	http://static.wordpress-deutschland.org/de-edition/
12
MASTER_SITES=	http://static.wordpress-deutschland.org/de-edition/
13
PKGNAMESUFFIX=	-de
13
PKGNAMESUFFIX=	-de
Lines 22-33 Link Here
22
CONFLICTS_INSTALL=	wordpress-3.* ja-wordpress-ja-3.* \
22
CONFLICTS_INSTALL=	wordpress-3.* ja-wordpress-ja-3.* \
23
			zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.* \
23
			zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.* \
24
			ru-wordpress-ru-3.*
24
			ru-wordpress-ru-3.*
25
USE_ZIP=	yes
25
EXTRACT_SUFX:=	.zip
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
USE_PHP=	curl gd mysql pcre tokenizer xml zip
27
USE_PHP=	curl gd mysql pcre tokenizer xml zip
28
WANT_PHP_WEB=	yes
28
WANT_PHP_WEB=	yes
29
WRKSRC=		${WRKDIR}/${PORTNAME}
29
WRKSRC=		${WRKDIR}/${PORTNAME}
30
30
31
SUB_FILES=	pkg-message pkg-install
32
SUB_LIST=	CHGRP="${CHGRP}" CHOWN="${CHOWN}" CHMOD="${CHMOD}"\
33
		FIND="${FIND}" WWWGRP="${WWWGRP}" WWWOWN="${WWWOWN}"
31
PLIST=		${WRKDIR}/pkg-plist
34
PLIST=		${WRKDIR}/pkg-plist
32
PORTDOCS=	license.txt readme.html
35
PORTDOCS=	license.txt readme.html
33
36
Lines 52-57 Link Here
52
.endif
55
.endif
53
56
54
post-install:
57
post-install:
58
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
55
	@${CAT} ${PKGMESSAGE}
59
	@${CAT} ${PKGMESSAGE}
56
60
57
.include <bsd.port.mk>
61
.include <bsd.port.mk>
(-)german/wordpress/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wordpress_331-de.zip) = 89d0d65d09ea6c374c9a107e82ddd54faa323e6476ca0d8a8b4fe7bcc9a31f2c
1
SHA256 (wordpress_332-de.zip) = 8be1b15de26dcb4af1c68cdbc301e21ed0a88838d649576df6b47a93a46e9558
2
SIZE (wordpress_331-de.zip) = 4678868
2
SIZE (wordpress_332-de.zip) = 4681616
(-)german/wordpress/files/pkg-install.in (+12 lines)
Line 0 Link Here
1
#!/bin/sh
2
case $2 in
3
	PRE-INSTALL)
4
		;;
5
	POST-INSTALL)
6
		%%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content
7
		%%FIND%% %%WWWDIR%% -type d -print | xargs %%CHGRP%% %%WWWGRP%%
8
		%%FIND%% %%WWWDIR%% -type d -print | xargs %%CHMOD%% g+w
9
		;;
10
	*)
11
	;;
12
esac
(-)german/wordpress/files/pkg-message.in (+6 lines)
Line 0 Link Here
1
                  **** NOTE ****
2
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
3
in %%WWWDIR%% and modify it to fit your MySQL.
4
Maybe you need 'mysqladmin create wordpress' first.
5
If you are upgrading from 1.x or 2.x to 3.x, please run
6
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x
(-)german/wordpress/pkg-message (-6 lines)
Lines 1-6 Link Here
1
                  **** NOTE ****
2
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
3
in ${WWWDIR} and modify it to fit your MySQL.
4
Maybe you need 'mysqladmin create wordpress' first.
5
If you are upgrading from 1.x or 2.x to 3.x, please run
6
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x

Return to bug 167219