svn commit: r409929 - head/lang/itcl4

Pietro Cerutti gahr at FreeBSD.org
Wed Mar 2 11:54:20 UTC 2016


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list