svn commit: r308230 - head/devel/gjstest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 4 10:10:43 UTC 2012


Author: sunpoet
Date: Tue Dec  4 10:10:42 2012
New Revision: 308230
URL: http://svnweb.freebsd.org/changeset/ports/308230

Log:
  - Update to 1.0.8
  - Cleanup Makefile header
  
  Changes:	http://code.google.com/p/google-js-test/source/list?name=release-1.0.8
  Feature safe:	yes

Modified:
  head/devel/gjstest/Makefile   (contents, props changed)
  head/devel/gjstest/distinfo   (contents, props changed)
  head/devel/gjstest/pkg-plist   (contents, props changed)

Modified: head/devel/gjstest/Makefile
==============================================================================
--- head/devel/gjstest/Makefile	Tue Dec  4 10:10:23 2012	(r308229)
+++ head/devel/gjstest/Makefile	Tue Dec  4 10:10:42 2012	(r308230)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	gjstest
-# Date created:		2011-10-04
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gjstest
-PORTVERSION=	1.0.7
+PORTVERSION=	1.0.8
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/devel/gjstest/distinfo
==============================================================================
--- head/devel/gjstest/distinfo	Tue Dec  4 10:10:23 2012	(r308229)
+++ head/devel/gjstest/distinfo	Tue Dec  4 10:10:42 2012	(r308230)
@@ -1,2 +1,2 @@
-SHA256 (gjstest-1.0.7.tar.bz2) = fa85b99e76ecebe5790d4628dce37257c87d142630241972dc9178eca1df6cb0
-SIZE (gjstest-1.0.7.tar.bz2) = 158806
+SHA256 (gjstest-1.0.8.tar.bz2) = ed9539c82fc7af1569825fea74a1f9bf667e956623f8d99ddebcea9e68e9c53d
+SIZE (gjstest-1.0.8.tar.bz2) = 179261

Modified: head/devel/gjstest/pkg-plist
==============================================================================
--- head/devel/gjstest/pkg-plist	Tue Dec  4 10:10:23 2012	(r308229)
+++ head/devel/gjstest/pkg-plist	Tue Dec  4 10:10:42 2012	(r308230)
@@ -9,6 +9,7 @@ bin/gjstest
 %%DATADIR%%/internal/js/mock_instance.js
 %%DATADIR%%/internal/js/namespace.js
 %%DATADIR%%/internal/js/run_test.js
+%%DATADIR%%/internal/js/slice.js
 %%DATADIR%%/internal/js/stack_frame.js
 %%DATADIR%%/internal/js/stack_utils.js
 %%DATADIR%%/internal/js/test_environment.js


More information about the svn-ports-all mailing list