diff options
author | crees <crees@FreeBSD.org> | 2014-08-27 01:15:18 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-08-27 01:15:18 +0800 |
commit | 3fd28218d2208d11c51cc6fdf76d42efab32c5ea (patch) | |
tree | 16d1cb2509287f90183f4045a1facd5f061f3665 /ports-mgmt/tinderbox | |
parent | b289ff7477b43c118c70bedfe1a0c628add0ccc4 (diff) | |
download | freebsd-ports-gnome-3fd28218d2208d11c51cc6fdf76d42efab32c5ea.tar.gz freebsd-ports-gnome-3fd28218d2208d11c51cc6fdf76d42efab32c5ea.tar.zst freebsd-ports-gnome-3fd28218d2208d11c51cc6fdf76d42efab32c5ea.zip |
Update to 4.2.0
PR: ports/191774
Submitted by: matt@conundrum.com
Submitted by: ohauer
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-enterbuild | 17 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/pkg-plist | 3 |
4 files changed, 7 insertions, 23 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 90cec020f0a4..23a13c8fd057 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= tinderbox -PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTVERSION= 4.2.0 CATEGORIES= ports-mgmt -MASTER_SITES= http://tinderbox.marcuscom.com/ \ - http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ +MASTER_SITES= http://tinderbox.marcuscom.com/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= crees@FreeBSD.org diff --git a/ports-mgmt/tinderbox/distinfo b/ports-mgmt/tinderbox/distinfo index 9a85cbe0d60e..a62b5eeb0690 100644 --- a/ports-mgmt/tinderbox/distinfo +++ b/ports-mgmt/tinderbox/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinderbox/tinderbox-4.1.0.tar.gz) = b2950034fe66ab36b741b99dc3d59626cef3f75a46b128d77f08e679bf69e5ee -SIZE (tinderbox/tinderbox-4.1.0.tar.gz) = 151397 +SHA256 (tinderbox/tinderbox-4.2.0.tar.gz) = 3665cb288c98df052501c27aba8bae76ad1987e591eb6c8740e95a596a51f9c1 +SIZE (tinderbox/tinderbox-4.2.0.tar.gz) = 153891 diff --git a/ports-mgmt/tinderbox/files/patch-enterbuild b/ports-mgmt/tinderbox/files/patch-enterbuild deleted file mode 100644 index 0bd892c9edb6..000000000000 --- a/ports-mgmt/tinderbox/files/patch-enterbuild +++ /dev/null @@ -1,17 +0,0 @@ -diff -u lib/tc_command.sh.orig lib/tc_command.sh ---- lib/tc_command.sh.orig -+++ lib/tc_command.sh -@@ -1284,11 +1284,12 @@ enterBuild () { - return 1 - fi - -+ tc=$(tinderLoc scripts tc) - portstree=$(${tc} getPortsTreeForBuild -b ${build}) - sleepName=$(echo ${portDir} | sed -e 'y/\//_/') - buildPortFullDir=${buildRoot}/usr/ports/${portDir} - portsTreeDir=$(tinderLoc portstree ${portstree}) -- portFullDir=${portsTreeDir}/${portDir} -+ portFullDir=${portsTreeDir}/ports/${portDir} - - if [ ! -d ${portFullDir} ]; then - echo "enterBuild: Build environment does not exist yet, sleeping." diff --git a/ports-mgmt/tinderbox/pkg-plist b/ports-mgmt/tinderbox/pkg-plist index 448c6cccd375..4f936aeae3bc 100644 --- a/ports-mgmt/tinderbox/pkg-plist +++ b/ports-mgmt/tinderbox/pkg-plist @@ -69,7 +69,10 @@ tinderbox/scripts/upgrade/config.map tinderbox/scripts/upgrade/hooks.map tinderbox/scripts/upgrade/jails.map tinderbox/scripts/upgrade/mig_mysql_tinderbox-3.3_to_4.0.0.sql +tinderbox/scripts/upgrade/mig_mysql_tinderbox-4.0.0_to_4.0.1.sql tinderbox/scripts/upgrade/mig_pgsql_tinderbox-3.3_to_4.0.0.sql +tinderbox/scripts/upgrade/mig_pgsql_tinderbox-4.0.0_to_4.0.1.sql +tinderbox/scripts/upgrade/mig_sqlite_tinderbox-4.0.0_to_4.0.1.sql tinderbox/scripts/upgrade/order.lst tinderbox/scripts/upgrade/user_permissions.map %%WEBUI%%tinderbox/scripts/webui/core/Build.php |