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:
parent
569f8bd5a3
commit
3a12beccf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402094
@ -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-
|
||||
|
@ -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
|
||||
|
11
devel/pecl-jsmin/files/patch-utf8.c
Normal file
11
devel/pecl-jsmin/files/patch-utf8.c
Normal 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
|
Loading…
Reference in New Issue
Block a user