Date: Fri, 20 Nov 2015 17:12:27 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402094 - in head/devel/pecl-jsmin: . files Message-ID: <201511201712.tAKHCRYw054566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Nov 20 17:12:27 2015 New Revision: 402094 URL: https://svnweb.freebsd.org/changeset/ports/402094 Log: update to 2.0.1 PR: 204669 Submitted by: Gasol Wu <gasol.wu at gmail.com> (maintainer) Added: head/devel/pecl-jsmin/files/ head/devel/pecl-jsmin/files/patch-utf8.c (contents, props changed) Modified: head/devel/pecl-jsmin/Makefile head/devel/pecl-jsmin/distinfo Modified: head/devel/pecl-jsmin/Makefile ============================================================================== --- head/devel/pecl-jsmin/Makefile Fri Nov 20 16:07:08 2015 (r402093) +++ head/devel/pecl-jsmin/Makefile Fri Nov 20 17:12:27 2015 (r402094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsmin -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-jsmin/distinfo ============================================================================== --- head/devel/pecl-jsmin/distinfo Fri Nov 20 16:07:08 2015 (r402093) +++ head/devel/pecl-jsmin/distinfo Fri Nov 20 17:12:27 2015 (r402094) @@ -1,2 +1,2 @@ -SHA256 (PECL/jsmin-1.1.0.tgz) = 9cf4180a816bac08300c45083410ca536200bd4940db0174026b9a825161f159 -SIZE (PECL/jsmin-1.1.0.tgz) = 7849 +SHA256 (PECL/jsmin-2.0.1.tgz) = 0ce689c6c605bad2440f0627364603a051168a6b4dd13f9d4c3020cd0a607efa +SIZE (PECL/jsmin-2.0.1.tgz) = 13123 Added: head/devel/pecl-jsmin/files/patch-utf8.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsmin/files/patch-utf8.c Fri Nov 20 17:12:27 2015 (r402094) @@ -0,0 +1,11 @@ +--- utf8.c.orig 2015-11-19 03:00:13 UTC ++++ utf8.c +@@ -18,8 +18,6 @@ + #include <stdarg.h> + #ifdef WIN32 + #include <malloc.h> +-#else +-#include <alloca.h> + #endif + + #ifdef WIN32
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511201712.tAKHCRYw054566>