Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2020 16:59:31 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556762 - head/deskutils/fet
Message-ID:  <202012011659.0B1GxVRI001310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Tue Dec  1 16:59:30 2020
New Revision: 556762
URL: https://svnweb.freebsd.org/changeset/ports/556762

Log:
  deskutils/fet: Update to 5.48.0
  
  Changelog:
    - Updated the code to be compliant with the future Qt 6.0.0.
    - Corrected a few warnings appearing with the new Qt 5.15.2
      (about using deprecated Qt functions).
    - Corrected three minor warnings when compiling with clang.
    - Theoretical improvement/logic bug fixed in the generation when using
      constraints of type students (set) early max beginnings at second hour
      without max gaps constraints or with more than zero max gaps allowed.
    - Added a warning if using constraints of type teacher(s)/students (set)
      max hours daily with weights less than 100%, because the algorithm is not
      perfectly implemented in this case.
    - Minor code improvements and cleanup.
  
  PR:		251476
  Submitted by:	Zsolt Udvari (maintainer)

Modified:
  head/deskutils/fet/Makefile
  head/deskutils/fet/distinfo

Modified: head/deskutils/fet/Makefile
==============================================================================
--- head/deskutils/fet/Makefile	Tue Dec  1 16:56:56 2020	(r556761)
+++ head/deskutils/fet/Makefile	Tue Dec  1 16:59:30 2020	(r556762)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fet
-DISTVERSION=	5.46.0
+DISTVERSION=	5.48.0
 CATEGORIES=	deskutils education
 MASTER_SITES=	https://lalescu.ro/liviu/fet/download/ \
 		https://lalescu.ro/liviu/fet/download/old/ \

Modified: head/deskutils/fet/distinfo
==============================================================================
--- head/deskutils/fet/distinfo	Tue Dec  1 16:56:56 2020	(r556761)
+++ head/deskutils/fet/distinfo	Tue Dec  1 16:59:30 2020	(r556762)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597736286
-SHA256 (fet-5.46.0.tar.bz2) = 2a917a7c6e21510a512077d1d580e642ebb2bdb453f07bd3af04394c45a89aed
-SIZE (fet-5.46.0.tar.bz2) = 13366122
+TIMESTAMP = 1606768466
+SHA256 (fet-5.48.0.tar.bz2) = ea0d93abca7dca3a41a99656f3cc4520658585e67f863dacfe280782f2286d89
+SIZE (fet-5.48.0.tar.bz2) = 13498228



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012011659.0B1GxVRI001310>