Date: Sat, 2 Nov 2019 13:40:10 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516322 - head/deskutils/fet Message-ID: <201911021340.xA2DeAKr028060@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Nov 2 13:40:09 2019 New Revision: 516322 URL: https://svnweb.freebsd.org/changeset/ports/516322 Log: desktuils/fet: update to 5.40.3 Changelog: * Added virtual rooms, which give the possibility for the user to specify more rooms for an activity, or to choose between a large room or more smaller rooms for an activity, and might open the possibilities for other kinds of usage. Suggested by math on the forum, who had some very useful ideas. * Various rare but important bug fixes concerning the new feature of virtual rooms. * Small memory leak bug fixed (when reading incorrect files with virtual rooms). * Minor fixes and improvements. * Added a new example file from Greece, by dimzev. - removed kde from CATEGORIES PR: 241669 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Sat Nov 2 13:29:34 2019 (r516321) +++ head/deskutils/fet/Makefile Sat Nov 2 13:40:09 2019 (r516322) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= fet -DISTVERSION= 5.39.0 -CATEGORIES= deskutils kde +DISTVERSION= 5.40.3 +CATEGORIES= deskutils MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ http://timetabling.de/download/ \ Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Sat Nov 2 13:29:34 2019 (r516321) +++ head/deskutils/fet/distinfo Sat Nov 2 13:40:09 2019 (r516322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564598309 -SHA256 (fet-5.39.0.tar.bz2) = 3dfa8ab156926c50e3000ba7340d6791645a0238bee3ad98d018323fdfab0b80 -SIZE (fet-5.39.0.tar.bz2) = 12151703 +TIMESTAMP = 1572689140 +SHA256 (fet-5.40.3.tar.bz2) = 0fb4a9eedbaa7825ff2ba090db96a187ccb60d1a5948cce58ec74d151ec76eff +SIZE (fet-5.40.3.tar.bz2) = 12415149
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911021340.xA2DeAKr028060>