Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 12:30:15 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366993 - in head/devel/critcl: . files
Message-ID:  <201409021230.s82CUF4e005379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Sep  2 12:30:15 2014
New Revision: 366993
URL: http://svnweb.freebsd.org/changeset/ports/366993
QAT: https://qat.redports.org/buildarchive/r366993/

Log:
  - Update to 3.1.12
    Changelog:
    http://andreas-kupries.github.io/critcl/doc/files/critcl_introduction.html

Added:
  head/devel/critcl/files/patch-tests   (contents, props changed)
Modified:
  head/devel/critcl/Makefile
  head/devel/critcl/distinfo
  head/devel/critcl/pkg-plist

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Tue Sep  2 12:29:42 2014	(r366992)
+++ head/devel/critcl/Makefile	Tue Sep  2 12:30:15 2014	(r366993)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	critcl
-PORTVERSION=	3.1.10
+PORTVERSION=	3.1.12
 CATEGORIES=	devel
 
 MAINTAINER=	tcltk@FreeBSD.org
@@ -13,7 +13,7 @@ OPTIONS_DEFINE=	DOCS
 USES+=		tcl
 USE_GITHUB=	yes
 GH_ACCOUNT=	andreas-kupries
-GH_COMMIT=	ea3f253
+GH_COMMIT=	39e4a10
 
 PLIST_SUB+=	VER=${PORTVERSION}
 PORTDOCS=	*
@@ -28,7 +28,6 @@ BUILD_DEPENDS+=	dtplite:${PORTSDIR}/deve
 
 post-patch:
 	${REINPLACE_CMD} -e 's|dtplite|${LOCALBASE}/bin/dtplite|g' ${WRKSRC}/build.tcl
-	${REINPLACE_CMD} -e 's|4603|4746|g' ${WRKSRC}/test/cproc.test
 	${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config
 
 do-install:
@@ -39,7 +38,7 @@ do-install:
 .endif
 	(cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib)
 
-regression-test:
+regression-test: build
 	(cd ${WRKSRC} && ${TCLSH} test/all.tcl)
 
 .include <bsd.port.mk>

Modified: head/devel/critcl/distinfo
==============================================================================
--- head/devel/critcl/distinfo	Tue Sep  2 12:29:42 2014	(r366992)
+++ head/devel/critcl/distinfo	Tue Sep  2 12:30:15 2014	(r366993)
@@ -1,2 +1,2 @@
-SHA256 (critcl-3.1.10.tar.gz) = f8f599ce75ecbf90abfa23521f477ca206d9053eb1cfd39f5199cde4bd4613d0
-SIZE (critcl-3.1.10.tar.gz) = 1643940
+SHA256 (critcl-3.1.12.tar.gz) = 37ffd529f3c24d7f032299cb980dfe0f00c3eff966fca40fa181090c2c535a81
+SIZE (critcl-3.1.12.tar.gz) = 1679309

Added: head/devel/critcl/files/patch-tests
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/critcl/files/patch-tests	Tue Sep  2 12:30:15 2014	(r366993)
@@ -0,0 +1,151 @@
+diff --git test/ccommand.test test/ccommand.test
+index 06e35eb..e0f9242 100644
+--- test/ccommand.test
++++ test/ccommand.test
+@@ -34,7 +34,7 @@ test critcl-ccommand-1.0 {ccommand, wrong\#args} -setup {
+ } -body {
+     critcl::ccommand
+ } -cleanup {
+-} -returnCodes error -result {wrong # args: should be "critcl::ccommand name anames ..."}
++} -returnCodes error -result {wrong # args: should be "critcl::ccommand name anames ?arg ...?"}
+ 
+ # -------------------------------------------------------------------------
+ ## Go through the various knobs we can use to configure the definition and output
+diff --git test/cproc.test test/cproc.test
+index 13a6d6f..454554a 100644
+--- test/cproc.test
++++ test/cproc.test
+@@ -36,7 +36,7 @@ test critcl-cproc-1.0 {cproc, wrong\#args} -setup {
+ } -body {
+     critcl::cproc
+ } -cleanup {
+-} -returnCodes error -result {wrong # args: should be "critcl::cproc name adefs rtype ?body? ..."}
++} -returnCodes error -result {wrong # args: should be "critcl::cproc name adefs rtype ?body? ?arg ...?"}
+ 
+ # -------------------------------------------------------------------------
+ ## Go through the various knobs we can use to configure the definition and output
+diff --git test/cproc/2.0 test/cproc/2.0
+index 919c469..98258df 100644
+--- test/cproc/2.0
++++ test/cproc/2.0
+@@ -18,6 +18,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c__aproc0();
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.1 test/cproc/2.1
+index 7b286a4..840fcf7 100644
+--- test/cproc/2.1
++++ test/cproc/2.1
+@@ -18,6 +18,6 @@ tcl__the_aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c__the_aproc0();
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.2 test/cproc/2.2
+index 25a8818..d32df4d 100644
+--- test/cproc/2.2
++++ test/cproc/2.2
+@@ -18,6 +18,6 @@ tcl__aproc_beta0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c__aproc_beta0();
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.3 test/cproc/2.3
+index fa65bc4..fde9cdb 100644
+--- test/cproc/2.3
++++ test/cproc/2.3
+@@ -17,6 +17,6 @@ snafu(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c_snafu();
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.4 test/cproc/2.4
+index 719843b..21ffd59 100644
+--- test/cproc/2.4
++++ test/cproc/2.4
+@@ -18,6 +18,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c__aproc0(cd);
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.5 test/cproc/2.5
+index f342f2c..4dfb5ba 100644
+--- test/cproc/2.5
++++ test/cproc/2.5
+@@ -18,6 +18,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c__aproc0();
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.6 test/cproc/2.6
+index abf4d4f..e3fe32f 100644
+--- test/cproc/2.6
++++ test/cproc/2.6
+@@ -18,12 +18,12 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+ 
+   /* (int anargument) - - -- --- ----- -------- */
+ 	{
+-#line 4699 "critcl.tcl"
++#line 4700 "critcl.tcl"
+ 	if (Tcl_GetIntFromObj(interp, ov[1], &_anargument) != TCL_OK) return TCL_ERROR; }
+ 
+   /* Call - - -- --- ----- -------- */
+   c__aproc0(_anargument);
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.7 test/cproc/2.7
+index f8c438d..c7e6878 100644
+--- test/cproc/2.7
++++ test/cproc/2.7
+@@ -21,7 +21,7 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+     idx_ = 1;
+   if (oc > 1) {
+ 	{
+-#line 4699 "critcl.tcl"
++#line 4700 "critcl.tcl"
+ 	if (Tcl_GetIntFromObj(interp, ov[idx_], &_anargument) != TCL_OK) return TCL_ERROR; }
+     idx_++;
+   } else {
+@@ -31,6 +31,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   c__aproc0(_anargument);
+ 
+-#line 4785 "critcl.tcl"
++#line 4786 "critcl.tcl"
+ 	return TCL_OK;
+ }
+diff --git test/cproc/2.9 test/cproc/2.9
+index f11ca08..001a5c8 100644
+--- test/cproc/2.9
++++ test/cproc/2.9
+@@ -18,7 +18,7 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
+   /* Call - - -- --- ----- -------- */
+   rv = c__aproc0();
+ 
+-#line 4793 "critcl.tcl"
++#line 4794 "critcl.tcl"
+ 	Tcl_SetObjResult(interp, Tcl_NewIntObj(rv));
+ 	return TCL_OK;
+ }

Modified: head/devel/critcl/pkg-plist
==============================================================================
--- head/devel/critcl/pkg-plist	Tue Sep  2 12:29:42 2014	(r366992)
+++ head/devel/critcl/pkg-plist	Tue Sep  2 12:30:15 2014	(r366993)
@@ -9,12 +9,18 @@ lib/critcl-app%%VER%%/tea/configure.in
 lib/critcl-app%%VER%%/tea/tclconfig/README.txt
 lib/critcl-app%%VER%%/tea/tclconfig/install-sh
 lib/critcl-app%%VER%%/tea/tclconfig/tcl.m4
+lib/critcl-bitmap1.0.1/bitmap.tcl
+lib/critcl-bitmap1.0.1/pkgIndex.tcl
 lib/critcl-class1.0.6/class.h
 lib/critcl-class1.0.6/class.tcl
 lib/critcl-class1.0.6/pkgIndex.tcl
+lib/critcl-enum1/enum.tcl
+lib/critcl-enum1/pkgIndex.tcl
 lib/critcl-iassoc1.0.1/iassoc.h
 lib/critcl-iassoc1.0.1/iassoc.tcl
 lib/critcl-iassoc1.0.1/pkgIndex.tcl
+lib/critcl-literals1.1/literals.tcl
+lib/critcl-literals1.1/pkgIndex.tcl
 lib/critcl-platform/pkgIndex.tcl
 lib/critcl-platform/platform.tcl
 lib/critcl-platform/shell.tcl
@@ -107,8 +113,11 @@ lib/util84/pkgIndex.tcl
 @dirrm lib/critcl%%VER%%
 @dirrm lib/critcl-util1
 @dirrm lib/critcl-platform
+@dirrm lib/critcl-literals1.1
 @dirrm lib/critcl-iassoc1.0.1
+@dirrm lib/critcl-enum1
 @dirrm lib/critcl-class1.0.6
+@dirrm lib/critcl-bitmap1.0.1
 @dirrm lib/critcl-app%%VER%%/tea/tclconfig
 @dirrm lib/critcl-app%%VER%%/tea
 @dirrm lib/critcl-app%%VER%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021230.s82CUF4e005379>