From owner-svn-ports-all@freebsd.org Thu Dec 24 11:43:25 2015 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 F13A3A51CE8; Thu, 24 Dec 2015 11:43:25 +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 A2290129B; Thu, 24 Dec 2015 11:43:25 +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 tBOBhOMM031905; Thu, 24 Dec 2015 11:43:24 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOBhOj7031903; Thu, 24 Dec 2015 11:43:24 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201512241143.tBOBhOj7031903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 24 Dec 2015 11:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404345 - in head/devel/tcllib: . files 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: Thu, 24 Dec 2015 11:43:26 -0000 Author: gahr Date: Thu Dec 24 11:43:24 2015 New Revision: 404345 URL: https://svnweb.freebsd.org/changeset/ports/404345 Log: devel/tcllib * restore fetching from GitHub * set TZ when running tests (https://core.tcl.tk/tcl/tktview?name=c9eb6b0ac0) * use TEST_TARGET Deleted: head/devel/tcllib/files/patch-jpeg Modified: head/devel/tcllib/Makefile head/devel/tcllib/distinfo Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Thu Dec 24 11:41:32 2015 (r404344) +++ head/devel/tcllib/Makefile Thu Dec 24 11:43:24 2015 (r404345) @@ -3,10 +3,8 @@ PORTNAME= tcllib DISTVERSION= 1_17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel tcl -MASTER_SITES= http://aldan.algebra.com/~mi/port-stuff/ -DISTFILES= tcltk-tcllib-${PORTVERSION}-tcllib_${DISTVERSION}_GH0.tar.gz MAINTAINER= tcltk@FreeBSD.org COMMENT= Collection of utility modules for Tcl @@ -19,12 +17,15 @@ LICENSE_PERMS= dist-mirror dist-sell pkg OPTIONS_DEFINE?=DOCS MANPAGES WRKSRC= ${WRKDIR}/tcllib-tcllib_${DISTVERSION} +USE_GITHUB= yes +GH_TAGNAME= ${PORTNAME}_${DISTVERSION} +GH_ACCOUNT= tcltk USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_tclsh="${TCLSH}" MAKE_ENV+= LANG=C +TEST_TARGET= test PORTDOCS= * -REINPLACE_ARGS= -i'""' INSTALL_ARGS= -pkgs -pkg-path ${STAGEDIR}${PREFIX}/lib/tcllib \ -apps -app-path ${STAGEDIR}${PREFIX}/bin \ @@ -100,7 +101,7 @@ do-install: cd ${WRKSRC} && ${TCLSH} ./installer.tcl ${INSTALL_ARGS} .endif -test check regression-test: build - cd ${WRKSRC} && ${SETENV} LANG=C LC_ALL=C DISPLAY= ${MAKE} test +test: build + cd ${WRKSRC} && ${SETENV} LANG=C LC_ALL=C DISPLAY= TZ=utc ${MAKE} test .include Modified: head/devel/tcllib/distinfo ============================================================================== --- head/devel/tcllib/distinfo Thu Dec 24 11:41:32 2015 (r404344) +++ head/devel/tcllib/distinfo Thu Dec 24 11:43:24 2015 (r404345) @@ -1,2 +1,2 @@ -SHA256 (tcltk-tcllib-1.17-tcllib_1_17_GH0.tar.gz) = cbfbad79314e752f63b78227a2a33e91fba1ebcabe3b69fa8d1ee6b235125043 -SIZE (tcltk-tcllib-1.17-tcllib_1_17_GH0.tar.gz) = 8284201 +SHA256 (tcltk-tcllib-1_17-tcllib_1_17_GH0.tar.gz) = 95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03 +SIZE (tcltk-tcllib-1_17-tcllib_1_17_GH0.tar.gz) = 8197262