mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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:
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
|
@ -6,13 +6,15 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gjstest
|
PORTNAME= gjstest
|
||||||
PORTVERSION= 1.0.6
|
PORTVERSION= 1.0.7
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Lightweight JS unit testing using the V8 engine
|
COMMENT= Lightweight JS unit testing using the V8 engine
|
||||||
|
|
||||||
|
LICENSE= AL2
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
||||||
LIB_DEPENDS= gflags:${PORTSDIR}/devel/gflags \
|
LIB_DEPENDS= gflags:${PORTSDIR}/devel/gflags \
|
||||||
glog:${PORTSDIR}/devel/glog \
|
glog:${PORTSDIR}/devel/glog \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (gjstest-1.0.6.tar.bz2) = 87ab6db2cf289e71b287437d32e7664f69c187a0727978d2e1c8a2cde5af276c
|
SHA256 (gjstest-1.0.7.tar.bz2) = fa85b99e76ecebe5790d4628dce37257c87d142630241972dc9178eca1df6cb0
|
||||||
SIZE (gjstest-1.0.6.tar.bz2) = 162447
|
SIZE (gjstest-1.0.7.tar.bz2) = 158806
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue