Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 13:02:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420401 - head/www/wordpress
Message-ID:  <201608181302.u7ID2cgY080658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 18 13:02:38 2016
New Revision: 420401
URL: https://svnweb.freebsd.org/changeset/ports/420401

Log:
  - Update to 4.6
  - Switch to USES=php:web
  
  PR:		211938
  Submitted by:	joneum@bsdproject.de (maintainer)

Modified:
  head/www/wordpress/Makefile
  head/www/wordpress/distinfo

Modified: head/www/wordpress/Makefile
==============================================================================
--- head/www/wordpress/Makefile	Thu Aug 18 12:23:45 2016	(r420400)
+++ head/www/wordpress/Makefile	Thu Aug 18 13:02:38 2016	(r420401)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wordpress
-PORTVERSION=	4.5.3
+PORTVERSION=	4.6
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://wordpress.org/
@@ -18,9 +18,8 @@ CONFLICTS_INSTALL=	de-wordpress-[0-9].* 
 
 NO_ARCH=	yes
 NO_BUILD=	yes
-USES=		cpe
+USES=		php:web cpe
 USE_PHP=	curl gd hash mysqli pcre tokenizer xml zip zlib ftp
-WANT_PHP_WEB=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .if ${PORTVERSION:N*.*.*}

Modified: head/www/wordpress/distinfo
==============================================================================
--- head/www/wordpress/distinfo	Thu Aug 18 12:23:45 2016	(r420400)
+++ head/www/wordpress/distinfo	Thu Aug 18 13:02:38 2016	(r420401)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466883810
-SHA256 (wordpress-4.5.3.tar.gz) = fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c
-SIZE (wordpress-4.5.3.tar.gz) = 7773389
+TIMESTAMP = 1471435446
+SHA256 (wordpress-4.6.tar.gz) = c1856cf969b1e73025ba2c681491908c3a4a6c5a2333f4531bf9bfb90f634380
+SIZE (wordpress-4.6.tar.gz) = 7961192



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