From 878a4bb03cdad8ed86946562c2326ae787e9e62c Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 16 May 2022 04:53:59 +0300 Subject: [PATCH] Katie no longer support FTP and HTTP(S) Signed-off-by: Ivailo Monev --- package/freebsd/Makefile | 2 +- package/netbsd/Makefile | 2 +- package/openbsd/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/freebsd/Makefile b/package/freebsd/Makefile index d605c3aa5..9b1b72673 100644 --- a/package/freebsd/Makefile +++ b/package/freebsd/Makefile @@ -2,7 +2,7 @@ PORTNAME = katie DISTVERSION = 4.12.0.d20201231 -CATEGORIES = devel x11 ftp net www +CATEGORIES = devel x11 net MAINTAINER = xakepa10@gmail.com COMMENT = C++ toolkit derived from the Qt 4.8 framework LICENSE = BSD3CLAUSE LGPL21+ diff --git a/package/netbsd/Makefile b/package/netbsd/Makefile index a96ee5fc2..721926273 100644 --- a/package/netbsd/Makefile +++ b/package/netbsd/Makefile @@ -5,7 +5,7 @@ DISTNAME = master PKGNAME = katie-4.12.0.d20201231 -CATEGORIES = devel x11 net www +CATEGORIES = devel x11 net MAINTAINER = xakepa10@gmail.com COMMENT = C++ toolkit deived from the Qt 4.8 framework LICENSE = modified-bsd AND gnu-lgpl-v2.1 diff --git a/package/openbsd/Makefile b/package/openbsd/Makefile index 8280e3f97..f8b588bd6 100644 --- a/package/openbsd/Makefile +++ b/package/openbsd/Makefile @@ -4,7 +4,7 @@ DISTNAME = katie PKGNAME = katie-4.12.1.d20201231 -CATEGORIES = devel x11 net www +CATEGORIES = devel x11 net MAINTAINER = Ivailo Monev COMMENT = C++ toolkit derived from the Qt 4.8 framework # BSD LGPLv2+ -- 2.11.0