Date: Sun, 20 Sep 2015 12:46:37 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397363 - head/devel/tcllauncher Message-ID: <201509201246.t8KCkbCh086094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Sun Sep 20 12:46:37 2015 New Revision: 397363 URL: https://svnweb.freebsd.org/changeset/ports/397363 Log: devel/tcllauncher - update to 1.6 * tcllauncher::demonize when invoked with the -noclose option will still redirect any stdio files (stdin, stdout, stderr) to/from /dev/null if the corresponding stdio handle does not exist. * clean and distclean make targets fixed/improved * configure script now included in distribution * remove all reference to Windows Modified: head/devel/tcllauncher/Makefile head/devel/tcllauncher/distinfo Modified: head/devel/tcllauncher/Makefile ============================================================================== --- head/devel/tcllauncher/Makefile Sun Sep 20 09:23:01 2015 (r397362) +++ head/devel/tcllauncher/Makefile Sun Sep 20 12:46:37 2015 (r397363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcllauncher -PORTVERSION= 1.5 +PORTVERSION= 1.6 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -16,8 +16,8 @@ LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/l USE_GITHUB= yes GH_ACCOUNT= flightaware -USES+= tcl -USE_AUTOTOOLS= autoconf +USES+= tcl autoreconf +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --prefix=${PREFIX} \ --exec-prefix=${PREFIX} Modified: head/devel/tcllauncher/distinfo ============================================================================== --- head/devel/tcllauncher/distinfo Sun Sep 20 09:23:01 2015 (r397362) +++ head/devel/tcllauncher/distinfo Sun Sep 20 12:46:37 2015 (r397363) @@ -1,2 +1,2 @@ -SHA256 (flightaware-tcllauncher-v1.5_GH0.tar.gz) = 545e1dfa27dc28de1208949b2f3024acc01fb56dc29619876dcffe7db8d8a408 -SIZE (flightaware-tcllauncher-v1.5_GH0.tar.gz) = 84667 +SHA256 (flightaware-tcllauncher-v1.6_GH0.tar.gz) = 14b20d4f29c0abf758d28eb4b7af86cfe4e6c70311a4b58f553bd1b8944f52e6 +SIZE (flightaware-tcllauncher-v1.6_GH0.tar.gz) = 131615
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509201246.t8KCkbCh086094>