Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2026 17:53:29 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3c38eacc3a8 - main - devel/qjson: Remove expired port
Message-ID:  <69cc0a19.45ca7.1b7b13eb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3c38eacc3a8945f4a04dc2ce6f4bed1b62eab02

commit a3c38eacc3a8945f4a04dc2ce6f4bed1b62eab02
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-03-31 17:53:25 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-03-31 17:53:25 +0000

    devel/qjson: Remove expired port
    
    2026-03-31 devel/qjson: Deprecated upstream, not used by anything
---
 MOVED                 |  1 +
 devel/Makefile        |  1 -
 devel/qjson/Makefile  | 50 --------------------------
 devel/qjson/distinfo  |  3 --
 devel/qjson/pkg-descr |  7 ----
 devel/qjson/pkg-plist | 98 ---------------------------------------------------
 6 files changed, 1 insertion(+), 159 deletions(-)

diff --git a/MOVED b/MOVED
index d70d323c89e7..a73c48119fd4 100644
--- a/MOVED
+++ b/MOVED
@@ -5215,3 +5215,4 @@ net/libzmq3|net/libzmq4|2026-03-31|Has expired: Upstream unmaintained version wi
 sysutils/tmate||2026-03-31|Has expired: Upstream unmaintained
 x11/mrxvt||2026-03-31|Has expired: Upstream unmaintained and has known vulnerability
 www/glassfish4|www/glassfish|2026-03-31|Has expired: Very old version reached EoL, use www/glassfish instead
+devel/qjson||2026-03-31|Has expired: Deprecated upstream, not used by anything
diff --git a/devel/Makefile b/devel/Makefile
index 6ca1f4f151b6..4921679b3c2a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6428,7 +6428,6 @@
     SUBDIR += qconf
     SUBDIR += qcoro
     SUBDIR += qgit
-    SUBDIR += qjson
     SUBDIR += qlementine
     SUBDIR += qschematic
     SUBDIR += qscintilla2
diff --git a/devel/qjson/Makefile b/devel/qjson/Makefile
deleted file mode 100644
index 299c003dde2c..000000000000
--- a/devel/qjson/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-PORTNAME=	qjson
-DISTVERSION=	0.9.0
-PORTREVISION=	7
-CATEGORIES=	devel
-PKGNAMESUFFIX=	-qt5
-
-MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Library to manage JSON objects with Qt
-WWW=		https://qjson.sourceforge.net/
-
-LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING.lib
-
-DEPRECATED=		Deprecated upstream, not used by anything
-EXPIRATION_DATE=	2026-03-31
-
-USES=		cmake compiler:c++11-lang pathfix qt:5
-USE_GITHUB=	yes
-GH_ACCOUNT=	flavio
-USE_LDCONFIG=	yes
-USE_QT=		core buildtools:build qmake:build
-CMAKE_OFF=	QT4_BUILD
-QT_SUFFIX=	-qt5
-
-_DOCSDIR=	${DOCSDIR}${QT_SUFFIX}
-DOCSDIR_REL=	${_DOCSDIR:S,^${PREFIX}/,,}
-PLIST_SUB+=	QT_SUFFIX="${QT_SUFFIX}" \
-		PORTVERSION="${PORTVERSION}"
-
-OPTIONS_DEFINE=	DOXYGEN
-OPTIONS_SUB=	yes
-
-DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
-
-post-build-DOXYGEN-on:
-	cd ${WRKSRC}/doc && doxygen
-
-post-install-DOXYGEN-on:
-	${MKDIR} ${STAGEDIR}${_DOCSDIR}
-	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${_DOCSDIR}
-
-.include <bsd.port.pre.mk>
-
-# Clang 16 defaults to building in C++17, and throws an error when the
-# `register' keyword is used. Make clang just ignore the keyword instead.
-.if ${COMPILER_TYPE} == clang
-CXXFLAGS+=	-Wno-register
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/qjson/distinfo b/devel/qjson/distinfo
deleted file mode 100644
index 52803c847741..000000000000
--- a/devel/qjson/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1482323833
-SHA256 (flavio-qjson-0.9.0_GH0.tar.gz) = e812617477f3c2bb990561767a4cd8b1d3803a52018d4878da302529552610d4
-SIZE (flavio-qjson-0.9.0_GH0.tar.gz) = 98300
diff --git a/devel/qjson/pkg-descr b/devel/qjson/pkg-descr
deleted file mode 100644
index 15e1161d79e3..000000000000
--- a/devel/qjson/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-JSON (JavaScript Object Notation) is a lightweight data-interchange
-format. It can represent integers, real numbers, strings, an ordered
-sequence of values, and a collection of name/value pairs.
-
-QJson is a Qt-based library that maps JSON data to QVariant objects
-and vice versa. JSON arrays will be mapped to QVariantList instances,
-while JSON objects will be mapped to QVariantMap.
diff --git a/devel/qjson/pkg-plist b/devel/qjson/pkg-plist
deleted file mode 100644
index 3c515d0d7471..000000000000
--- a/devel/qjson/pkg-plist
+++ /dev/null
@@ -1,98 +0,0 @@
-include/qjson%%QT_SUFFIX%%/parser.h
-include/qjson%%QT_SUFFIX%%/parserrunnable.h
-include/qjson%%QT_SUFFIX%%/qjson_export.h
-include/qjson%%QT_SUFFIX%%/qobjecthelper.h
-include/qjson%%QT_SUFFIX%%/serializer.h
-include/qjson%%QT_SUFFIX%%/serializerrunnable.h
-lib/cmake/qjson%%QT_SUFFIX%%/QJSON%%QT_SUFFIX%%Config.cmake
-lib/cmake/qjson%%QT_SUFFIX%%/QJSON%%QT_SUFFIX%%ConfigVersion.cmake
-lib/cmake/qjson%%QT_SUFFIX%%/QJSON%%QT_SUFFIX%%Targets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/qjson%%QT_SUFFIX%%/QJSON%%QT_SUFFIX%%Targets.cmake
-lib/libqjson%%QT_SUFFIX%%.so
-lib/libqjson%%QT_SUFFIX%%.so.0
-lib/libqjson%%QT_SUFFIX%%.so.%%PORTVERSION%%
-libdata/pkgconfig/QJson%%QT_SUFFIX%%.pc
-%%DOXYGEN%%%%DOCSDIR%%/FlexLexer_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/annotated.html
-%%DOXYGEN%%%%DOCSDIR%%/bc_s.png
-%%DOXYGEN%%%%DOCSDIR%%/bdwn.png
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1Parser-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1Parser.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1ParserRunnable-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1ParserRunnable.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1QObjectHelper-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1QObjectHelper.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1Serializer-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1Serializer.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1SerializerRunnable-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classQJson_1_1SerializerRunnable.html
-%%DOXYGEN%%%%DOCSDIR%%/classes.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1json__parser-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1json__parser.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1location-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1location.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1position-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1position.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1slice-members.html
-%%DOXYGEN%%%%DOCSDIR%%/classyy_1_1slice.html
-%%DOXYGEN%%%%DOCSDIR%%/closed.png
-%%DOXYGEN%%%%DOCSDIR%%/deprecated.html
-%%DOXYGEN%%%%DOCSDIR%%/dir_68267d1309a1af8e8297ef4c3efbcdba.html
-%%DOXYGEN%%%%DOCSDIR%%/doc.png
-%%DOXYGEN%%%%DOCSDIR%%/doxygen.css
-%%DOXYGEN%%%%DOCSDIR%%/dynsections.js
-%%DOXYGEN%%%%DOCSDIR%%/files.html
-%%DOXYGEN%%%%DOCSDIR%%/folderclosed.png
-%%DOXYGEN%%%%DOCSDIR%%/folderopen.png
-%%DOXYGEN%%%%DOCSDIR%%/functions.html
-%%DOXYGEN%%%%DOCSDIR%%/functions_func.html
-%%DOXYGEN%%%%DOCSDIR%%/functions_type.html
-%%DOXYGEN%%%%DOCSDIR%%/functions_vars.html
-%%DOXYGEN%%%%DOCSDIR%%/index.html
-%%DOXYGEN%%%%DOCSDIR%%/jquery.js
-%%DOXYGEN%%%%DOCSDIR%%/json__parser_8cc_source.html
-%%DOXYGEN%%%%DOCSDIR%%/json__parser_8hh.html
-%%DOXYGEN%%%%DOCSDIR%%/json__parser_8hh_source.html
-%%DOXYGEN%%%%DOCSDIR%%/json__scanner_8cc_source.html
-%%DOXYGEN%%%%DOCSDIR%%/json__scanner_8cpp_source.html
-%%DOXYGEN%%%%DOCSDIR%%/json__scanner_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/location_8hh.html
-%%DOXYGEN%%%%DOCSDIR%%/location_8hh_source.html
-%%DOXYGEN%%%%DOCSDIR%%/menu.js
-%%DOXYGEN%%%%DOCSDIR%%/menudata.js
-%%DOXYGEN%%%%DOCSDIR%%/namespaceQJson.html
-%%DOXYGEN%%%%DOCSDIR%%/namespacemembers.html
-%%DOXYGEN%%%%DOCSDIR%%/namespacemembers_enum.html
-%%DOXYGEN%%%%DOCSDIR%%/namespaces.html
-%%DOXYGEN%%%%DOCSDIR%%/nav_f.png
-%%DOXYGEN%%%%DOCSDIR%%/nav_g.png
-%%DOXYGEN%%%%DOCSDIR%%/nav_h.png
-%%DOXYGEN%%%%DOCSDIR%%/open.png
-%%DOXYGEN%%%%DOCSDIR%%/pages.html
-%%DOXYGEN%%%%DOCSDIR%%/parser_8cpp_source.html
-%%DOXYGEN%%%%DOCSDIR%%/parser_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/parser__p_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/parserrunnable_8cpp_source.html
-%%DOXYGEN%%%%DOCSDIR%%/parserrunnable_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/position_8hh.html
-%%DOXYGEN%%%%DOCSDIR%%/position_8hh_source.html
-%%DOXYGEN%%%%DOCSDIR%%/qjson__debug_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/qjson__export_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/qobjecthelper_8cpp_source.html
-%%DOXYGEN%%%%DOCSDIR%%/qobjecthelper_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/serializer_8cpp_source.html
-%%DOXYGEN%%%%DOCSDIR%%/serializer_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/serializerrunnable_8cpp_source.html
-%%DOXYGEN%%%%DOCSDIR%%/serializerrunnable_8h_source.html
-%%DOXYGEN%%%%DOCSDIR%%/splitbar.png
-%%DOXYGEN%%%%DOCSDIR%%/stack_8hh.html
-%%DOXYGEN%%%%DOCSDIR%%/stack_8hh_source.html
-%%DOXYGEN%%%%DOCSDIR%%/structyy_1_1json__parser_1_1token-members.html
-%%DOXYGEN%%%%DOCSDIR%%/structyy_1_1json__parser_1_1token.html
-%%DOXYGEN%%%%DOCSDIR%%/sync_off.png
-%%DOXYGEN%%%%DOCSDIR%%/sync_on.png
-%%DOXYGEN%%%%DOCSDIR%%/tab_a.png
-%%DOXYGEN%%%%DOCSDIR%%/tab_b.png
-%%DOXYGEN%%%%DOCSDIR%%/tab_h.png
-%%DOXYGEN%%%%DOCSDIR%%/tab_s.png
-%%DOXYGEN%%%%DOCSDIR%%/tabs.css


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cc0a19.45ca7.1b7b13eb>