diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-04 06:24:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-04 06:24:36 +0800 |
commit | 3100a3705c1899da9f4d7bd6226a2c6f4270ee7c (patch) | |
tree | a8ed8d1d00fc9115ded6faf82f4509c256a9166a /x11 | |
parent | dbfa834db2577187fd658269368414891966a0a4 (diff) | |
download | freebsd-ports-gnome-3100a3705c1899da9f4d7bd6226a2c6f4270ee7c.tar.gz freebsd-ports-gnome-3100a3705c1899da9f4d7bd6226a2c6f4270ee7c.tar.zst freebsd-ports-gnome-3100a3705c1899da9f4d7bd6226a2c6f4270ee7c.zip |
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/leechcraft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index 4bdf5f2f4091..fbb2e93f9394 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ @@ -287,7 +287,7 @@ QROSP_LIB_DEPENDS= libqrosscore.so:devel/qross ROSENTHAL_DESC= Spellchecking support ROSENTHAL_CMAKE_ON= -DENABLE_ROSENTHAL:BOOL=true ROSENTHAL_CMAKE_OFF= -DENABLE_ROSENTHAL:BOOL=false -ROSENTHAL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +ROSENTHAL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell SB2_DESC= Sidebar for LeechCraft with combined launcher and tab switcher SB2_CMAKE_ON= -DENABLE_SB2:BOOL=true |