1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Update to 1.0.7

- Add LICENSE

Changes:	http://code.google.com/p/google-js-test/source/list?name=release-1.0.7
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-26 12:50:13 +00:00
parent 3010eaf52e
commit c698cf0475
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295556
3 changed files with 5 additions and 14 deletions

View File

@ -6,13 +6,15 @@
#
PORTNAME= gjstest
PORTVERSION= 1.0.6
PORTVERSION= 1.0.7
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight JS unit testing using the V8 engine
LICENSE= AL2
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= gflags:${PORTSDIR}/devel/gflags \
glog:${PORTSDIR}/devel/glog \

View File

@ -1,2 +1,2 @@
SHA256 (gjstest-1.0.6.tar.bz2) = 87ab6db2cf289e71b287437d32e7664f69c187a0727978d2e1c8a2cde5af276c
SIZE (gjstest-1.0.6.tar.bz2) = 162447
SHA256 (gjstest-1.0.7.tar.bz2) = fa85b99e76ecebe5790d4628dce37257c87d142630241972dc9178eca1df6cb0
SIZE (gjstest-1.0.7.tar.bz2) = 158806

View File

@ -1,11 +0,0 @@
--- base/stl_decl.h.orig 2011-09-29 08:11:48.000000000 +0800
+++ base/stl_decl.h 2011-10-04 21:10:17.695777868 +0800
@@ -25,7 +25,7 @@
#elif defined(__APPLE__) /* gcc with a twist */
#include "base/stl_decl_osx.h"
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD__)
#include "base/stl_decl_linux.h"
#else