1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

update to 2.0.1

PR:		204669
Submitted by:	Gasol Wu <gasol.wu at gmail.com> (maintainer)
This commit is contained in:
Guido Falsi 2015-11-20 17:12:27 +00:00
parent 569f8bd5a3
commit 3a12beccf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402094
3 changed files with 14 additions and 3 deletions

View File

@ -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-

View File

@ -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

View File

@ -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