Saturday, March 31, 2018

Re: [update] www/wp-cli to 1.5.0

On Sat, Mar 31, 2018 at 02:33:06PM -0600, Aaron Bieber wrote:
> Hi,
>
> Here is an update to bring wp-cli to the latest.
>
> Changelog here:
> https://make.wordpress.org/cli/2018/01/31/version-1-5-0-released/
>
> Also removes the GH_* stuff to avoid confusion (it wasn't impacted
> before).

Hhemmm


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/wp-cli/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 10 Dec 2017 16:44:01 -0000 1.1.1.1
+++ Makefile 31 Mar 2018 20:16:49 -0000
@@ -2,14 +2,13 @@

COMMENT = command line tool for wordpress

-GH_ACCOUNT = wp-cli
-GH_PROJECT = wp-cli
-GH_TAGNAME = v1.4.1
+V = 1.5.0
+DISTNAME = wp-cli-${V}

EXTRACT_ONLY =
EXTRACT_SUFX = .phar

-MASTER_SITES = https://github.com/wp-cli/wp-cli/releases/download/${GH_TAGNAME}/
+MASTER_SITES = https://github.com/wp-cli/wp-cli/releases/download/v${V}/

CATEGORIES = www
HOMEPAGE = http://wp-cli.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/wp-cli/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 10 Dec 2017 16:44:01 -0000 1.1.1.1
+++ distinfo 31 Mar 2018 20:16:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (wp-cli-1.4.1.phar) = MlkkzxYYVvlHjyoVRXJpjstdEFTmIIQ7nEOnuvTlzjs=
-SIZE (wp-cli-1.4.1.phar) = 4409743
+SHA256 (wp-cli-1.5.0.phar) = 9hXVeVfmagn1esyESh/FQC6fpYHcs4e74a/8TRVbr50=
+SIZE (wp-cli-1.5.0.phar) = 4561899

--
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

No comments:

Post a Comment