From owner-svn-ports-all@freebsd.org Wed Mar 2 11:54:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A909EAC02CE; Wed, 2 Mar 2016 11:54:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60D1C19FD; Wed, 2 Mar 2016 11:54:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u22BsJbX088016; Wed, 2 Mar 2016 11:54:19 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22BsJFp088014; Wed, 2 Mar 2016 11:54:19 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201603021154.u22BsJFp088014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 2 Mar 2016 11:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409929 - head/lang/itcl4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 11:54:20 -0000 Author: gahr Date: Wed Mar 2 11:54:19 2016 New Revision: 409929 URL: https://svnweb.freebsd.org/changeset/ports/409929 Log: lang/itcl4: update to 4.0.4 Itcl 4.0.4 fixes a large collection of bugs and flawed designs. See the ticket systems and timelines for a full accounting. A great deal of progress has been made to make Itcl 4 a functionally equal replacement for Itcl 3. If you've delayed migration due to lack of compatibility, it's time to try again. This is the same Itcl release that is bundled with Tcl 8.6.5. Modified: head/lang/itcl4/Makefile head/lang/itcl4/distinfo Modified: head/lang/itcl4/Makefile ============================================================================== --- head/lang/itcl4/Makefile Wed Mar 2 11:52:21 2016 (r409928) +++ head/lang/itcl4/Makefile Wed Mar 2 11:54:19 2016 (r409929) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= itcl4 -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.4 CATEGORIES= lang -MASTER_SITES= SF/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%20${PORTVERSION}/ +MASTER_SITES= TCLTK/itcl \ + SF/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%20${PORTVERSION}/ DISTNAME= itcl${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org @@ -17,4 +18,7 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --includedir=${PREFIX}/include/itcl${PORTVERSION:R} PLIST_SUB+= PKGVER=${PORTVERSION} +do-test: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test + .include Modified: head/lang/itcl4/distinfo ============================================================================== --- head/lang/itcl4/distinfo Wed Mar 2 11:52:21 2016 (r409928) +++ head/lang/itcl4/distinfo Wed Mar 2 11:54:19 2016 (r409929) @@ -1,2 +1,2 @@ -SHA256 (itcl4.0.1.tar.gz) = d0a844bc4998a329fb2457f4a1838afb1261bfd27e3f373346e3379a253a6372 -SIZE (itcl4.0.1.tar.gz) = 434455 +SHA256 (itcl4.0.4.tar.gz) = 63860438ca22f70049aecff70dc607b31bb1bea0edcc736e36ac6e36c24aecde +SIZE (itcl4.0.4.tar.gz) = 431125