diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-02 11:54:19 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-02 11:54:19 +0000 |
commit | 7babe1006cd41bd38c92430a8233e756ab74faa1 (patch) | |
tree | 4aee6b7a627c85e2250615e7b4515f59db8a2075 /lang/itcl4 | |
parent | 2568af203458029763b9ee4778bd9a24e7adac87 (diff) | |
download | ports-7babe1006cd41bd38c92430a8233e756ab74faa1.tar.gz ports-7babe1006cd41bd38c92430a8233e756ab74faa1.zip |
Notes
Diffstat (limited to 'lang/itcl4')
-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 |