git: 260c36aa962f - main - devel/fuel: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:22 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=260c36aa962f6359556f93552ff3b3bc4d46fa6e
commit 260c36aa962f6359556f93552ff3b3bc4d46fa6e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 04:18:13 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:28 +0000
devel/fuel: Remove expired port
2023-12-31 devel/fuel: Depends on deprecated www/qt5-webkit
---
MOVED | 1 +
devel/Makefile | 1 -
devel/fuel/Makefile | 32 -----------------------------
devel/fuel/distinfo | 3 ---
devel/fuel/files/patch-src_CommitDialog.cpp | 10 ---------
devel/fuel/pkg-descr | 2 --
6 files changed, 1 insertion(+), 48 deletions(-)
diff --git a/MOVED b/MOVED
index e83f7fa026b7..18a61eafc1c3 100644
--- a/MOVED
+++ b/MOVED
@@ -8250,3 +8250,4 @@ comms/mlan3||2023-12-31|Has expired: BROKEN on all supported versions for more t
multimedia/fxtv||2023-12-31|Has expired: Requires defunct bktr
devel/rubygem-aws-sdk-sso|devel/rubygem-aws-sdk-core|2023-12-31|Has expired: SSO is included as part of aws-sdk-core. Use devel/rubygem-aws-sdk-core instead
devel/libwfut||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
+devel/fuel||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
diff --git a/devel/Makefile b/devel/Makefile
index f54961c2c3f1..d5201b25c7a4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -695,7 +695,6 @@
SUBDIR += ftjam
SUBDIR += ftnchek
SUBDIR += ftxui
- SUBDIR += fuel
SUBDIR += functionalplus
SUBDIR += fungw
SUBDIR += fuzzylite
diff --git a/devel/fuel/Makefile b/devel/fuel/Makefile
deleted file mode 100644
index 91d309a24706..000000000000
--- a/devel/fuel/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= fuel
-DISTVERSION= 1.0.1
-PORTREVISION= 4
-CATEGORIES= devel
-MASTER_SITES= https://fuel-scm.org/files/releases/
-
-MAINTAINER= nukama+maintainer@gmail.com
-COMMENT= GUI Front-End to the Fossil SCM tool
-WWW= https://fuel-scm.org/fossil/home
-
-LICENSE= GPLv2
-
-DEPRECATED= Depends on deprecated www/qt5-webkit
-EXPIRATION_DATE= 2023-12-31
-
-BUILD_DEPENDS= bash:shells/bash
-RUN_DEPENDS= fossil:devel/fossil
-
-USES= compiler:c++11-lang gmake qmake qt:5 shebangfix
-USE_QT= core gui network webkit widgets \
- buildtools:build linguisttools:build
-
-SHEBANG_FILES= intl/convert.sh
-PLIST_FILES= bin/fuel share/applications/fuel.desktop \
- share/icons/hicolor/256x256/apps/fuel.png
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- -e 's|/usr$$|${PREFIX}|' ${WRKSRC}/fuel.pro
- @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/rsrc/fuel.desktop
-
-.include <bsd.port.mk>
diff --git a/devel/fuel/distinfo b/devel/fuel/distinfo
deleted file mode 100644
index 115e3757f908..000000000000
--- a/devel/fuel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1489581484
-SHA256 (fuel-1.0.1.tar.gz) = 4e463cb9f3cf9c31c7ae95ce76b558502c0b07e1dd4109da714997f0dc9a65db
-SIZE (fuel-1.0.1.tar.gz) = 4041886
diff --git a/devel/fuel/files/patch-src_CommitDialog.cpp b/devel/fuel/files/patch-src_CommitDialog.cpp
deleted file mode 100644
index 8fc24c02a05f..000000000000
--- a/devel/fuel/files/patch-src_CommitDialog.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-Fix build with Qt 5.11
-
---- src/CommitDialog.cpp.orig 2018-08-31 10:17:37 UTC
-+++ src/CommitDialog.cpp
-@@ -1,4 +1,5 @@
- #include "CommitDialog.h"
-+#include <QAction>
- #include <QPushButton>
- #include <QShortcut>
- #include "ui_CommitDialog.h"
diff --git a/devel/fuel/pkg-descr b/devel/fuel/pkg-descr
deleted file mode 100644
index 257ed64aa866..000000000000
--- a/devel/fuel/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Fuel is a cross-platform GUI front-end for the excellent Fossil SCM tool
-written in Qt.