aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__core__TinderboxDS.php
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__core__TinderboxDS.php')
-rw-r--r--ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__core__TinderboxDS.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__core__TinderboxDS.php b/ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__core__TinderboxDS.php
deleted file mode 100644
index 38799701d61f..000000000000
--- a/ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__core__TinderboxDS.php
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./www-exp/core/TinderboxDS.php.orig 2008-06-02 07:11:02.000000000 +0300
-+++ ./www-exp/core/TinderboxDS.php 2008-06-03 15:38:24.000000000 +0300
-@@ -372,6 +372,11 @@
- if ($sortby == "") $sortby = "Port_Directory";
- if ($sortby == "Port_Directory") $sortbytable = "p";
- if ($sortby == "Port_Maintainer") $sortbytable = "p";
-+ if ($sortby == "Last_Built") {
-+ $sortbytable = "bp";
-+ $sortby = "Last_Built desc";
-+ }
-+
- $query = "SELECT p.*,
- bp.Last_Built,
- bp.Last_Status,