Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 17:16:54 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305840 - head/japanese/wordpress
Message-ID:  <201210131716.q9DHGsAc068466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Oct 13 17:16:53 2012
New Revision: 305840
URL: http://svn.freebsd.org/changeset/ports/305840

Log:
  - Update 3.4.2
  - Trim the headers
  
  PR:		ports/172476
  Submitted by:	Takefu <takefu@airport.fm> (maintainer)
  Security:	30149157-f926-11e1-95cd-001fd0af1a4c
  Feature safe:	yes

Modified:
  head/japanese/wordpress/Makefile   (contents, props changed)
  head/japanese/wordpress/distinfo   (contents, props changed)

Modified: head/japanese/wordpress/Makefile
==============================================================================
--- head/japanese/wordpress/Makefile	Sat Oct 13 17:13:33 2012	(r305839)
+++ head/japanese/wordpress/Makefile	Sat Oct 13 17:16:53 2012	(r305840)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	wordpress
-# Date created:		2011-09-20
-# Whom:			Takefu
-#
+# Created by: Takefu
 # $FreeBSD$
-#
 
 PORTNAME=	wordpress
-PORTVERSION=	3.4.1
+PORTVERSION=	3.4.2
 CATEGORIES=	japanese www
 MASTER_SITES=	http://ja.wordpress.org/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-ja
@@ -17,7 +13,7 @@ COMMENT=	A state-of-the-art semantic per
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-CONFLICTS_INSTALL=	wordpress-3.* de-wordpress-3.* ru-wordpress-ru-3.*
+CONFLICTS_INSTALL=	wordpress-3.* de-wordpress-3.* ru-wordpress-3.*
 
 NO_BUILD=	yes
 USE_PHP=	curl gd mysql pcre tokenizer xml zip
@@ -42,10 +38,12 @@ pre-install:
 	if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \
 		${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL} -d -g ${WWWGRP} -m 755 -o ${WWWOWN} ${WWWDIR}/
 	${CP} -R ${WRKSRC}/ ${WWWDIR}/
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
 .endif

Modified: head/japanese/wordpress/distinfo
==============================================================================
--- head/japanese/wordpress/distinfo	Sat Oct 13 17:13:33 2012	(r305839)
+++ head/japanese/wordpress/distinfo	Sat Oct 13 17:16:53 2012	(r305840)
@@ -1,2 +1,2 @@
-SHA256 (wordpress-3.4.1-ja.tar.gz) = 650549f64c17cf600f84fe57729c1c6128e7d2ee368147c6f7b8d2c27260ee14
-SIZE (wordpress-3.4.1-ja.tar.gz) = 4983691
+SHA256 (wordpress-3.4.2-ja.tar.gz) = a8caa2bf5100583c40f3236e78b200514e6e76a6b99d1caf1298e616d9e64952
+SIZE (wordpress-3.4.2-ja.tar.gz) = 4970768



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210131716.q9DHGsAc068466>