diff options
author | danilo <danilo@FreeBSD.org> | 2018-12-15 22:29:35 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2018-12-15 22:29:35 +0800 |
commit | f4e1aa1b9e8fa6eac2a5c93e311d8ddd3b611f6d (patch) | |
tree | 991d18340e567656148ce989d2d9194b19000326 /editors | |
parent | 089f211a7a6f357a3146f0dfe4211fb02fa25974 (diff) | |
download | freebsd-ports-gnome-f4e1aa1b9e8fa6eac2a5c93e311d8ddd3b611f6d.tar.gz freebsd-ports-gnome-f4e1aa1b9e8fa6eac2a5c93e311d8ddd3b611f6d.tar.zst freebsd-ports-gnome-f4e1aa1b9e8fa6eac2a5c93e311d8ddd3b611f6d.zip |
- Update to 47.0.1
- Remove QT4 support due deprecation
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 22 | ||||
-rw-r--r-- | editors/tea/distinfo | 6 |
2 files changed, 7 insertions, 21 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 7db588d34ef6..7c35ee9d1672 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 46.3.0 -PORTREVISION= 2 +PORTVERSION= 47.0.1 CATEGORIES= editors MAINTAINER= danilo@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= * @@ -45,13 +38,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 ${INSTALL_DATA} ${WRKSRC}/icons/tea_icon_v2.png ${STAGEDIR}${PREFIX}/share/pixmaps diff --git a/editors/tea/distinfo b/editors/tea/distinfo index ccdcd6349a25..f636a4356723 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -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 |