svn commit: r487512 - head/editors/tea
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Dec 15 14:29:36 UTC 2018
Author: danilo
Date: Sat Dec 15 14:29:35 2018
New Revision: 487512
URL: https://svnweb.freebsd.org/changeset/ports/487512
Log:
- Update to 47.0.1
- Remove QT4 support due deprecation
Modified:
head/editors/tea/Makefile
head/editors/tea/distinfo
Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile Sat Dec 15 14:26:55 2018 (r487511)
+++ head/editors/tea/Makefile Sat Dec 15 14:29:35 2018 (r487512)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tea
-PORTVERSION= 46.3.0
-PORTREVISION= 2
+PORTVERSION= 47.0.1
CATEGORIES= editors
MAINTAINER= danilo at FreeBSD.org
@@ -11,15 +10,14 @@ COMMENT= Simple and powerful Qt-based text editor
LICENSE= GPLv3
-USES= compiler:c++11-lang gl pkgconfig:build qmake
+USES= compiler:c++11-lang gl pkgconfig:build qmake qt:5
-OPTIONS_SINGLE= TOOLKITS
-OPTIONS_SINGLE_TOOLKITS= QT4 QT5
OPTIONS_DEFINE= DOCS
OPTIONS_GROUP= SPELL
OPTIONS_GROUP_SPELL= ASPELL HUNSPELL
-OPTIONS_DEFAULT= QT5 ASPELL HUNSPELL
+OPTIONS_DEFAULT= ASPELL HUNSPELL
+USE_QT= buildtools_build core declarative gui network widgets printsupport
USE_GL= gl
USE_LOCALE= en_US.UTF-8
@@ -27,11 +25,6 @@ USE_GITHUB= yes
GH_ACCOUNT= psemiletov
GH_PROJECT= ${PORTNAME}-qt
-QT4_USES= qt:4
-QT4_USE= qt=corelib,gui,moc_build,network,rcc_build
-QT5_USES= qt:5
-QT5_USE= qt=buildtools_build,core,declarative,gui,network,widgets,printsupport
-
LDFLAGS+= -lz
PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png
PORTDOCS= *
@@ -44,13 +37,6 @@ ASPELL_QMAKE_OFF= CONFIG+=noaspell
HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
HUNSPELL_QMAKE_OFF= CONFIG+=nohunspell
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${STAGEDIR}${PREFIX}/bin
Modified: head/editors/tea/distinfo
==============================================================================
--- head/editors/tea/distinfo Sat Dec 15 14:26:55 2018 (r487511)
+++ head/editors/tea/distinfo Sat Dec 15 14:29:35 2018 (r487512)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538416388
-SHA256 (psemiletov-tea-qt-46.3.0_GH0.tar.gz) = 23fd45dd63b4f6da2cda4ed59634f32a715b220825265bdedbb865e5cd0d83bb
-SIZE (psemiletov-tea-qt-46.3.0_GH0.tar.gz) = 504646
+TIMESTAMP = 1544875227
+SHA256 (psemiletov-tea-qt-47.0.1_GH0.tar.gz) = 637e27bb0accff813b17968896d71f071dd51cee9b294370490c64db4c2a3c63
+SIZE (psemiletov-tea-qt-47.0.1_GH0.tar.gz) = 504723
More information about the svn-ports-head
mailing list