summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-07-18 08:20:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-07-18 08:20:20 +0000
commit6425d0cc69cb312d4334043a38be444b88476705 (patch)
tree4c82bb60755b6c7dfb0985b84556d1279f91b122 /ports-mgmt
parent- Attempt to fix parallel builds (-jX) (diff)
- Update to 4.0.1
Changelog: http://www.marcuscom.com/pipermail/tinderbox-list/2013-July/003035.html
Notes
Notes: svn path=/head/; revision=323207
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox/Makefile4
-rw-r--r--ports-mgmt/tinderbox/distinfo4
-rw-r--r--ports-mgmt/tinderbox/files/fail-reasons-patch12
3 files changed, 3 insertions, 17 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index f037e6de16de..e1dee53de770 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tinderbox
-PORTVERSION= 4.0.0
-PORTREVISION= 1
+PORTVERSION= 4.0.1
CATEGORIES= ports-mgmt
MASTER_SITES= http://tinderbox.marcuscom.com/ \
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -46,7 +45,6 @@ WEBUI= yes
.endif
.if defined(WEBUI)
-EXTRA_PATCHES+= ${PATCHDIR}/fail-reasons-patch
WANT_PHP_WEB= yes
USE_PHP= session
PLIST_SUB+= WEBUI=""
diff --git a/ports-mgmt/tinderbox/distinfo b/ports-mgmt/tinderbox/distinfo
index d478534c582e..72fda26a9747 100644
--- a/ports-mgmt/tinderbox/distinfo
+++ b/ports-mgmt/tinderbox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tinderbox/tinderbox-4.0.0.tar.gz) = 34267e0147bdba191e72969bd30156b71c140409d9b7d047e2224e671887ba96
-SIZE (tinderbox/tinderbox-4.0.0.tar.gz) = 150516
+SHA256 (tinderbox/tinderbox-4.0.1.tar.gz) = 4d49e62bcfd94438f4dce3481fab7d89c86cc200fc73a9c0744ddd01b36bc92e
+SIZE (tinderbox/tinderbox-4.0.1.tar.gz) = 150826
diff --git a/ports-mgmt/tinderbox/files/fail-reasons-patch b/ports-mgmt/tinderbox/files/fail-reasons-patch
deleted file mode 100644
index ee29c839a6b6..000000000000
--- a/ports-mgmt/tinderbox/files/fail-reasons-patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177491 by Anonymous
---- webui/templates/default/latest_buildports.tpl.orig
-+++ webui/templates/default/latest_buildports.tpl
-@@ -50,7 +50,7 @@
- <?php $reason=$row['port_last_fail_reason']?>
- <td class="<?php if(!empty($port_fail_reasons[$reason]['type']))echo "fail_reason_".$port_fail_reasons[$reason]['type']?>">
- <?php $href=isset($port_fail_reasons[$reason]['link']) ? "index.php?action=display_failure_reasons&amp;failure_reason_tag=$reason#$reason" : "#"?>
-- <a href="<?php echo $href?>" class="<?php if(!empty($port_fail_reasons[$reason]['type']))echo "fail_reason_".$port_fail_reasons[$reason]['type']?>" title="<?php if(!empty($port_fail_reasons[$reason]['descr']))echo $port_fail_reasons[$reason]['descr']?>"><?php $reason?></a>
-+ <a href="<?php echo $href?>" class="<?php if(!empty($port_fail_reasons[$reason]['type']))echo "fail_reason_".$port_fail_reasons[$reason]['type']?>" title="<?php if(!empty($port_fail_reasons[$reason]['descr']))echo $port_fail_reasons[$reason]['descr']?>"><?php echo $reason?></a>
- </td>
- <td>
- <?php if($row['port_link_logfile']){?>