Index: head/editors/tea/Makefile =================================================================== --- head/editors/tea/Makefile (revision 441537) +++ head/editors/tea/Makefile (revision 441538) @@ -1,50 +1,49 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= tea -PORTVERSION= 43.1.0 -PORTREVISION= 4 +PORTVERSION= 44.0.0 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ MAINTAINER= danilo@FreeBSD.org COMMENT= Simple and powerful Qt4-based text editor LICENSE= GPLv3 OPTIONS_DEFINE= DOCS OPTIONS_GROUP= SPELL OPTIONS_GROUP_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL HUNSPELL USES= pkgconfig:build qmake tar:bzip2 USE_GL= gl USE_LOCALE= en_US.UTF-8 USE_QT4= corelib gui moc_build network rcc_build LDFLAGS+= -lz PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png PORTDOCS= * DESKTOP_ENTRIES="TEA" "" "${PREFIX}/share/pixmaps/tea_icon_v2.png" \ "${PORTNAME}" "" "" ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_QMAKE_OFF= CONFIG+=noaspell HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_QMAKE_OFF= CONFIG+=nohunspell post-patch: @${REINPLACE_CMD} -e \ 's|Q_OS_LINUX|Q_OS_UNIX|' ${WRKSRC}/document.cpp @${REINPLACE_CMD} -e \ 's|/usr/include|${LOCALBASE}/include|' ${WRKSRC}/src.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/icons/tea_icon_v2.png ${STAGEDIR}${PREFIX}/share/pixmaps (cd ${WRKSRC}/manuals \ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/editors/tea/distinfo =================================================================== --- head/editors/tea/distinfo (revision 441537) +++ head/editors/tea/distinfo (revision 441538) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474206271 -SHA256 (tea-43.1.0.tar.bz2) = 36fa3e28391d06f75f67926f5259999829c40c069fb76331a19f3528b463573a -SIZE (tea-43.1.0.tar.bz2) = 398524 +TIMESTAMP = 1495472873 +SHA256 (tea-44.0.0.tar.bz2) = 3d4c4744b69ebe087e6947bd778a420db7fc5576c64f25a2962211f944c92dc1 +SIZE (tea-44.0.0.tar.bz2) = 404751 Index: head/editors/tea/files/patch-document.cpp =================================================================== --- head/editors/tea/files/patch-document.cpp (nonexistent) +++ head/editors/tea/files/patch-document.cpp (revision 441538) @@ -0,0 +1,11 @@ +--- document.cpp.orig 2017-05-22 17:41:11 UTC ++++ document.cpp +@@ -2570,7 +2570,7 @@ void CTEAEdit::rect_sel_cut (bool just_d + cursor.endEditBlock(); + + if (! just_del) +- QApplication::clipboard()->setText (sl_copy.join ('\n')); ++ QApplication::clipboard()->setText (sl_copy.join ("\n")); + } + + Property changes on: head/editors/tea/files/patch-document.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property