mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
deskutils/fet: Update to 7.5.6
Now removes Qt5 flavor so remove it entirely. Changelog: https://lalescu.ro/liviu/fet/news.html
This commit is contained in:
@@ -5,6 +5,14 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20251113:
|
||||
AFFECTS: users of deskutils/fet
|
||||
AUTHOR: uzsolt@FreeBSD.org
|
||||
|
||||
Remove Qt flavors, only use Qt6.
|
||||
|
||||
You should uninstall the flavored package and install the unflavored package.
|
||||
|
||||
20251105:
|
||||
AFFECTS: users of net/unison
|
||||
AUTHOR: madpilot@FreeBSD.org
|
||||
|
||||
+4
-10
@@ -1,11 +1,10 @@
|
||||
PORTNAME= fet
|
||||
DISTVERSION= 7.5.4
|
||||
DISTVERSION= 7.5.6
|
||||
CATEGORIES= deskutils education
|
||||
MASTER_SITES= https://lalescu.ro/liviu/fet/download/ \
|
||||
https://lalescu.ro/liviu/fet/download/old/ \
|
||||
https://timetabling.de/download/ \
|
||||
https://timetabling.de/download/old/
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
MAINTAINER= uzsolt@FreeBSD.org
|
||||
COMMENT= Free timetabling software
|
||||
@@ -14,16 +13,11 @@ WWW= https://lalescu.ro/liviu/fet/
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
FLAVORS= qt6 qt5
|
||||
FLAVOR?= qt6
|
||||
|
||||
USES= compiler:c++17-lang gl qmake qt:${FLAVOR:S/qt//} tar:bzip2
|
||||
USES= compiler:c++17-lang gl qmake qt:6 tar:bzip2
|
||||
USE_GL= gl
|
||||
_USE_QT5= core gui network printsupport widgets buildtools:build
|
||||
_USE_QT6= base
|
||||
USE_QT= ${_USE_QT${FLAVOR:S/qt//}}
|
||||
USE_QT= base
|
||||
|
||||
CONFLICTS_INSTALL= ${FLAVORS:@fl@fet-${fl}@}
|
||||
CONFLICTS_INSTALL= ${PORTNAME}-qt5 ${PORTNAME}-qt6
|
||||
|
||||
DESKTOP_ENTRIES= "FET" \
|
||||
"Free timetable software" \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1761107699
|
||||
SHA256 (fet-7.5.4.tar.bz2) = 61481b76fccabd6dc81dcb28d93d2f2d2585819915b21933b37d0fbd53de526e
|
||||
SIZE (fet-7.5.4.tar.bz2) = 17734617
|
||||
TIMESTAMP = 1762968765
|
||||
SHA256 (fet-7.5.6.tar.bz2) = e0700d852430e3578293575bb60cff49ab99ad2a1c3369678d9ad03a180c5e8b
|
||||
SIZE (fet-7.5.6.tar.bz2) = 17734158
|
||||
|
||||
Reference in New Issue
Block a user