View | Details | Raw Unified | Return to bug 244159
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fet
4
PORTNAME=	fet
5
DISTVERSION=	5.41.0
5
DISTVERSION=	5.43.0
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
MASTER_SITES=	http://lalescu.ro/liviu/fet/download/ \
7
MASTER_SITES=	http://lalescu.ro/liviu/fet/download/ \
8
		http://lalescu.ro/liviu/fet/download/old/ \
8
		http://lalescu.ro/liviu/fet/download/old/ \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1575209277
1
TIMESTAMP = 1581840441
2
SHA256 (fet-5.41.0.tar.bz2) = 0793a968b77f4cedbbd9425453a08733503b3a5885d8db49471f7870032cea5e
2
SHA256 (fet-5.43.0.tar.bz2) = fe2f5bedd57ddb03a25682e963451b366f837ae87bcd685c56a48d1dc67cb4fe
3
SIZE (fet-5.41.0.tar.bz2) = 12966558
3
SIZE (fet-5.43.0.tar.bz2) = 13050188
(-)files/patch-src__engine__timeconstraint.cpp (-10 lines)
Lines 1-10 Link Here
1
--- src/engine/timeconstraint.cpp.orig	2016-04-09 13:57:44 UTC
2
+++ src/engine/timeconstraint.cpp
3
@@ -39,6 +39,7 @@ File timeconstraint.cpp
4
 
5
 //for min max functions
6
 #include <algorithm>
7
+#include <stdlib.h>
8
 using namespace std;
9
 
10
 static QString trueFalse(bool x){

Return to bug 244159