Date: Thu, 4 Jan 2024 18:44:44 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2bb91c11eb66 - main - deskutils/fet: update to 6.15.0 Message-ID: <202401041844.404IiiuK054464@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bb91c11eb66ae0136b058b7180a96b486fb1fbd commit 2bb91c11eb66ae0136b058b7180a96b486fb1fbd Author: Zsolt Udvari <uzsolt@uzsolt.hu> AuthorDate: 2024-01-04 09:57:07 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-01-04 18:44:31 +0000 deskutils/fet: update to 6.15.0 ChangeLog: https://lalescu.ro/liviu/fet/news.html * Added the possibility of saving the history to the hard disk, next to the saved .fet data file (suggested by uni_instructor and ngoctp29121982). This option is by default disabled and must be enabled from the settings. * Minor improvements in the memory consumption (the comments of the history are now stored archived). * Code cleanup. PR: 275890 Reported by: uzsolt@uzsolt.hu (maintainer) --- deskutils/fet/Makefile | 2 +- deskutils/fet/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index 6cd444626122..b2e128bc0143 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -1,5 +1,5 @@ PORTNAME= fet -DISTVERSION= 6.14.0 +DISTVERSION= 6.15.0 CATEGORIES= deskutils education MASTER_SITES= https://lalescu.ro/liviu/fet/download/ \ https://lalescu.ro/liviu/fet/download/old/ \ diff --git a/deskutils/fet/distinfo b/deskutils/fet/distinfo index 6fc2c319b343..be3bb8804c63 100644 --- a/deskutils/fet/distinfo +++ b/deskutils/fet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701548461 -SHA256 (fet-6.14.0.tar.bz2) = 42acd81b686669ff285927f826e330ed82ede2cada6c192f26703ad4995b0271 -SIZE (fet-6.14.0.tar.bz2) = 19689303 +TIMESTAMP = 1704174699 +SHA256 (fet-6.15.0.tar.bz2) = 5d5d09036c07ce3d330e4aff62dd6bfcacb793e345ec0ac8ac950eb1804bb356 +SIZE (fet-6.15.0.tar.bz2) = 19835943
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401041844.404IiiuK054464>