diff options
author | gahr <gahr@FreeBSD.org> | 2016-03-02 19:54:19 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-03-02 19:54:19 +0800 |
commit | a0d29193a64a1ede969052cd975a940b3e46af86 (patch) | |
tree | 4aee6b7a627c85e2250615e7b4515f59db8a2075 /lang | |
parent | 4955cdab7393647618b53863d5d2bd259077ce14 (diff) | |
download | freebsd-ports-gnome-a0d29193a64a1ede969052cd975a940b3e46af86.tar.gz freebsd-ports-gnome-a0d29193a64a1ede969052cd975a940b3e46af86.tar.zst freebsd-ports-gnome-a0d29193a64a1ede969052cd975a940b3e46af86.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/itcl4/Makefile | 8 | ||||
-rw-r--r-- | lang/itcl4/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lang/itcl4/Makefile b/lang/itcl4/Makefile index 1edbb88eeca1..b480a5b95b0b 100644 --- a/lang/itcl4/Makefile +++ b/lang/itcl4/Makefile @@ -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 <bsd.port.mk> diff --git a/lang/itcl4/distinfo b/lang/itcl4/distinfo index e1fd5a09b54c..a2c7bcf83217 100644 --- a/lang/itcl4/distinfo +++ b/lang/itcl4/distinfo @@ -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 |