Commit 47a97a0c authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

mail/trojita: Remove expired port

2023-12-31 mail/trojita: Depends on deprecated www/qt5-webkit
parent c2b0e4e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8210,3 +8210,4 @@ mail/postforward||2023-12-31|Has expired: Obsolete as postsrsd 2.x uses unix soc
devel/tmake||2023-12-31|Has expired: Last release in 2004 and dead upstream, superseded by qmake
comms/ncid||2023-12-31|Has expired: Umaintained for over a year, outdated and unsupported version upstream
multimedia/gmerlin||2023-12-31|Has expired: Upstream last activity was in 2012
mail/trojita||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
+0 −1
Original line number Diff line number Diff line
@@ -717,7 +717,6 @@
    SUBDIR += tlb
    SUBDIR += tmpmail
    SUBDIR += tpop3d
    SUBDIR += trojita
    SUBDIR += tumgreyspf
    SUBDIR += up-imapproxy
    SUBDIR += usendmail

mail/trojita/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
PORTNAME=	trojita
PORTVERSION=	0.7
PORTREVISION=	11
CATEGORIES=	mail
MASTER_SITES=	SF/${PORTNAME}/src/

MAINTAINER=	marco.broeder@posteo.eu
COMMENT=	Fast cross-platform IMAP e-mail client using Qt 5 toolkit
WWW=		http://trojita.flaska.net/

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

DEPRECATED=	Depends on deprecated www/qt5-webkit
EXPIRATION_DATE=	2023-12-31

LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain@qt5

USE_LDCONFIG=	yes

CPE_VENDOR=	trojita_project
CMAKE_ARGS+=	-DWITH_CLEARTEXT_PLUGIN:STRING=ON -DWITH_DBUS:STRING=ON \
		-DWITH_DESKTOP:STRING=ON \
		-DWITH_QTKEYCHAIN_PLUGIN:STRING=ON -DWITH_RAGEL:STRING=OFF \
		-DWITH_SHARED_PLUGINS:STRING=ON -DWITH_TESTS:STRING=OFF \
		-DWITH_ZLIB:STRING=ON \
		-DWITH_QT5:STRING=ON
USES=		cmake compiler:c++11-lib cpe desktop-file-utils gnome \
		localbase:ldflags qt:5 tar:xz
USE_QT=		buildtools:build linguisttools:build qmake:build \
		core dbus gui network sql sql-sqlite3 svg webkit widgets

.include <bsd.port.mk>

mail/trojita/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1471781933
SHA256 (trojita-0.7.tar.xz) = e08da881721cafa00ecd772eaef6b99fd37d068cb703eeb532de0ed1ea0136d9
SIZE (trojita-0.7.tar.xz) = 1038212
+0 −10
Original line number Diff line number Diff line
--- src/Gui/Window.cpp.orig	2020-05-21 12:12:17 UTC
+++ src/Gui/Window.cpp
@@ -45,6 +45,7 @@
 #include <QToolTip>
 #include <QUrl>
 #include <QWheelEvent>
+#include <QPainterPath>
 
 #include "configure.cmake.h"
 #include "Common/Application.h"
Loading