Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 15:00:13 +0000 (UTC)
From:      Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545121 - head/editors/featherpad
Message-ID:  <202008161500.07GF0DUM049286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jsm
Date: Sun Aug 16 15:00:13 2020
New Revision: 545121
URL: https://svnweb.freebsd.org/changeset/ports/545121

Log:
  editors/featherpad update to 0.14.2
  
  switch from qmake to cmake beacause of hunspell

Modified:
  head/editors/featherpad/Makefile
  head/editors/featherpad/distinfo
  head/editors/featherpad/pkg-plist

Modified: head/editors/featherpad/Makefile
==============================================================================
--- head/editors/featherpad/Makefile	Sun Aug 16 14:22:04 2020	(r545120)
+++ head/editors/featherpad/Makefile	Sun Aug 16 15:00:13 2020	(r545121)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		featherpad
-PORTVERSION=		0.10.0
-PORTREVISION=	1
+PORTVERSION=		0.14.2
 DISTVERSIONPREFIX=	V
 CATEGORIES=		editors
 
@@ -12,15 +11,17 @@ COMMENT=	Lightweight Qt5 plain-text editor
 
 LICENSE=	GPLv3
 
-USES=		compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 gl xorg
+LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
 
+USES=		compiler:c++11-lang desktop-file-utils pkgconfig cmake qt:5 gl xorg
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	tsujan
 GH_PROJECT=	FeatherPad
 
-USE_QT=		buildtools_build core gui printsupport network \
+USE_QT=		buildtools_build qmake_build core gui printsupport network \
 		svg widgets x11extras linguisttools
-USE_XORG=	x11
+USE_XORG=	x11 sm ice xext
 USE_GL=		gl
 
 .include <bsd.port.mk>

Modified: head/editors/featherpad/distinfo
==============================================================================
--- head/editors/featherpad/distinfo	Sun Aug 16 14:22:04 2020	(r545120)
+++ head/editors/featherpad/distinfo	Sun Aug 16 15:00:13 2020	(r545121)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559069406
-SHA256 (tsujan-FeatherPad-V0.10.0_GH0.tar.gz) = 2ab052a226242e351000517324782c523d2a3dbe3042ca35ca38c1f2e5a37b9a
-SIZE (tsujan-FeatherPad-V0.10.0_GH0.tar.gz) = 689927
+TIMESTAMP = 1597572210
+SHA256 (tsujan-FeatherPad-V0.14.2_GH0.tar.gz) = a646a7e84de7515ba26dde828fbdcf5c5a26841559f5d2d8bde330d7a5e182d1
+SIZE (tsujan-FeatherPad-V0.14.2_GH0.tar.gz) = 828977

Modified: head/editors/featherpad/pkg-plist
==============================================================================
--- head/editors/featherpad/pkg-plist	Sun Aug 16 14:22:04 2020	(r545120)
+++ head/editors/featherpad/pkg-plist	Sun Aug 16 15:00:13 2020	(r545121)
@@ -2,24 +2,30 @@ bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
 %%DATADIR%%/help
-%%DATADIR%%/help_ja_JP
+%%DATADIR%%/help_ja
 %%DATADIR%%/translations/featherpad_ar_DZ.qm
 %%DATADIR%%/translations/featherpad_cs.qm
 %%DATADIR%%/translations/featherpad_cy.qm
 %%DATADIR%%/translations/featherpad_da.qm
 %%DATADIR%%/translations/featherpad_de.qm
+%%DATADIR%%/translations/featherpad_el.qm
 %%DATADIR%%/translations/featherpad_eo.qm
 %%DATADIR%%/translations/featherpad_es.qm
+%%DATADIR%%/translations/featherpad_fa.qm
 %%DATADIR%%/translations/featherpad_fr.qm
+%%DATADIR%%/translations/featherpad_hu.qm
 %%DATADIR%%/translations/featherpad_id.qm
 %%DATADIR%%/translations/featherpad_it.qm
-%%DATADIR%%/translations/featherpad_ja_JP.qm
+%%DATADIR%%/translations/featherpad_ja.qm
 %%DATADIR%%/translations/featherpad_lt.qm
+%%DATADIR%%/translations/featherpad_nb_NO.qm
 %%DATADIR%%/translations/featherpad_nl.qm
 %%DATADIR%%/translations/featherpad_pl.qm
 %%DATADIR%%/translations/featherpad_pt_BR.qm
 %%DATADIR%%/translations/featherpad_pt_PT.qm
 %%DATADIR%%/translations/featherpad_ru.qm
+%%DATADIR%%/translations/featherpad_sk_SK.qm
 %%DATADIR%%/translations/featherpad_tr.qm
 %%DATADIR%%/translations/featherpad_zh_CN.qm
+%%DATADIR%%/translations/featherpad_zh_TW.qm
 share/icons/hicolor/scalable/apps/featherpad.svg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161500.07GF0DUM049286>