diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-09-05 17:21:47 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-09-05 17:21:47 +0800 |
commit | d2b8e15780585d20d81b04e3de812f0660ddcb95 (patch) | |
tree | 5a407f425fd938831c511ad2b060fea0f3c1c7da /ports-mgmt | |
parent | 4048d8de10c6155c3f5d2727e734dc856c70e107 (diff) | |
download | freebsd-ports-gnome-d2b8e15780585d20d81b04e3de812f0660ddcb95.tar.gz freebsd-ports-gnome-d2b8e15780585d20d81b04e3de812f0660ddcb95.tar.zst freebsd-ports-gnome-d2b8e15780585d20d81b04e3de812f0660ddcb95.zip |
The Tinderbox team is pleased to announce the release of Tinderbox
2.4.1. This is a primarily a bug-fix release for 2.4.0, and all users
are encouraged to upgrade. The changes in 2.4.1 are as follows:
* Sync with the latest applicable pointyhat changes. This includes
extraneous UID and GID checking.
* Support for creating per-Jail make.conf and src.conf files is
supported. These files should live in ${tb}/jails/JAIL, and are used
for the Jail builds. You will still need to use Hooks to populate
custom make.conf files in your Builds.
* Sorting now works properly in the www-exp frontend.
* Hooks that contain arguments with spaces can now be properly executed.
* Various other bug fixes have gone in as well.
This release would not have been possible without the contributions by
Dmitriy Kirhlarov and Alexander Logvinov (and, of course, pointyhat and
Kris).
Tested by: miwi@
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index d0a5da2f1d78..4c05858cb71d 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= tinderbox -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ diff --git a/ports-mgmt/tinderbox-devel/distinfo b/ports-mgmt/tinderbox-devel/distinfo index aa477940225d..5884aaa30adb 100644 --- a/ports-mgmt/tinderbox-devel/distinfo +++ b/ports-mgmt/tinderbox-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (tinderbox-2.4.0.tar.gz) = 2152b4cf65652c192b5813f1fe2e0f15 -SHA256 (tinderbox-2.4.0.tar.gz) = 30c18b453a096565fbdfec726cc2aae996c14c8f35e06847a35d953207aa39fe -SIZE (tinderbox-2.4.0.tar.gz) = 130569 +MD5 (tinderbox-2.4.1.tar.gz) = ebde71863221d05c6b99e543095e3454 +SHA256 (tinderbox-2.4.1.tar.gz) = eedbfd4242df934105b3c9709f6ef4d16c5930b3e6e1b47207cb21f2704a16e1 +SIZE (tinderbox-2.4.1.tar.gz) = 130693 MD5 (favicon.ico) = 1d2e9e267ca81f0ef5bc7b9c391aaced SHA256 (favicon.ico) = 842f1e23dcfcee24d4d7578381256256cda994347751fb332b6eb2182eae216e SIZE (favicon.ico) = 4710 diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index d0a5da2f1d78..4c05858cb71d 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= tinderbox -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ diff --git a/ports-mgmt/tinderbox/distinfo b/ports-mgmt/tinderbox/distinfo index aa477940225d..5884aaa30adb 100644 --- a/ports-mgmt/tinderbox/distinfo +++ b/ports-mgmt/tinderbox/distinfo @@ -1,6 +1,6 @@ -MD5 (tinderbox-2.4.0.tar.gz) = 2152b4cf65652c192b5813f1fe2e0f15 -SHA256 (tinderbox-2.4.0.tar.gz) = 30c18b453a096565fbdfec726cc2aae996c14c8f35e06847a35d953207aa39fe -SIZE (tinderbox-2.4.0.tar.gz) = 130569 +MD5 (tinderbox-2.4.1.tar.gz) = ebde71863221d05c6b99e543095e3454 +SHA256 (tinderbox-2.4.1.tar.gz) = eedbfd4242df934105b3c9709f6ef4d16c5930b3e6e1b47207cb21f2704a16e1 +SIZE (tinderbox-2.4.1.tar.gz) = 130693 MD5 (favicon.ico) = 1d2e9e267ca81f0ef5bc7b9c391aaced SHA256 (favicon.ico) = 842f1e23dcfcee24d4d7578381256256cda994347751fb332b6eb2182eae216e SIZE (favicon.ico) = 4710 |