aboutsummaryrefslogtreecommitdiff
path: root/irc/dxirc/Makefile
diff options
context:
space:
mode:
authorDavid Vachulka <archdvx@dxsolutions.org>2021-09-28 18:12:59 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-09-28 18:17:24 +0000
commitc8470cb1b3d20680cb79e42698175d4f38caa9fb (patch)
treec181ec8fa0d8d977364ba9604f05b6b7b863f5b7 /irc/dxirc/Makefile
parente533c7117fc81f6b0e3decf23d7738b098308b7b (diff)
downloadports-c8470cb1b3d20680cb79e42698175d4f38caa9fb.tar.gz
ports-c8470cb1b3d20680cb79e42698175d4f38caa9fb.zip
irc/dxirc: Update to 1.40.0
Change maintainer email PR: 258763
Diffstat (limited to 'irc/dxirc/Makefile')
-rw-r--r--irc/dxirc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index ed47905fd44e..f45e93006787 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -1,10 +1,9 @@
PORTNAME= dxirc
-PORTVERSION= 1.30.0
-PORTREVISION= 3
+PORTVERSION= 1.40.0
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
-MAINTAINER= arch_dvx@users.sourceforge.net
+MAINTAINER= archdvx@dxsolutions.org
COMMENT= Simple IRC client
LICENSE= GPLv3+
@@ -42,6 +41,5 @@ NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify
QT5_USES= qt:5
QT5_USE= QT=core,gui,multimedia,network,widgets \
QT=buildtools_build,qmake_build
-QT5_CMAKE_ON= -DQT5:BOOL=ON
.include <bsd.port.mk>