View | Details | Raw Unified | Return to bug 201702 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cacti
3
PORTNAME=	cacti
4
PORTVERSION=	0.8.8f${PATCHLEVEL}
4
PORTVERSION=	0.8.8f${PATCHLEVEL}
5
PORTREVISION=	1
5
CATEGORIES=	net-mgmt www
6
CATEGORIES=	net-mgmt www
6
MASTER_SITES=	http://www.cacti.net/downloads/ \
7
MASTER_SITES=	http://www.cacti.net/downloads/ \
7
		ftp://ftpmirror.uk/freebsd-ports/cacti/
8
		ftp://ftpmirror.uk/freebsd-ports/cacti/
(-)files/patch-install__index.php (+9 lines)
Lines 9-11 Link Here
9
 }
9
 }
10
 
10
 
11
 /* SNMP Version */
11
 /* SNMP Version */
12
@@ -468,7 +468,7 @@ if ($step == "4") {
13
 			include ("0_8_8d_to_0_8_8e.php");
14
 			upgrade_to_0_8_8e();
15
 		}elseif ($cacti_versions[$i] == "0.8.8f") {
16
-			include ("0_8_8f_to_0_8_8f.php");
17
+			include ("0_8_8e_to_0_8_8f.php");
18
 			upgrade_to_0_8_8f();
19
 		}
20
 	}

Return to bug 201702