diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-18 08:20:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-18 08:20:20 +0000 |
commit | 6425d0cc69cb312d4334043a38be444b88476705 (patch) | |
tree | 4c82bb60755b6c7dfb0985b84556d1279f91b122 /ports-mgmt | |
parent | 8ea96f44df89bff61b4cdf2171d564fce6d9aeb0 (diff) | |
download | ports-6425d0cc69cb312d4334043a38be444b88476705.tar.gz ports-6425d0cc69cb312d4334043a38be444b88476705.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/fail-reasons-patch | 12 |
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&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']){?> |