diff options
author | gahr <gahr@FreeBSD.org> | 2015-09-20 20:46:37 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2015-09-20 20:46:37 +0800 |
commit | 7f268b7f0a483cda343229b036fd4dca7be24446 (patch) | |
tree | 71951ae27f05bf1f47dd4c691f7c5692e590a9ac | |
parent | 5accc4fa121f92461b28895cd102c46f84d49830 (diff) | |
download | freebsd-ports-gnome-7f268b7f0a483cda343229b036fd4dca7be24446.tar.gz freebsd-ports-gnome-7f268b7f0a483cda343229b036fd4dca7be24446.tar.zst freebsd-ports-gnome-7f268b7f0a483cda343229b036fd4dca7be24446.zip |
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
-rw-r--r-- | devel/tcllauncher/Makefile | 6 | ||||
-rw-r--r-- | devel/tcllauncher/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/tcllauncher/Makefile b/devel/tcllauncher/Makefile index c7d9f715c701..427ca00512bf 100644 --- a/devel/tcllauncher/Makefile +++ b/devel/tcllauncher/Makefile @@ -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}/lang/tclX 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} diff --git a/devel/tcllauncher/distinfo b/devel/tcllauncher/distinfo index 4435683a7795..1be22a8b33f9 100644 --- a/devel/tcllauncher/distinfo +++ b/devel/tcllauncher/distinfo @@ -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 |