Update devel/okteta to latest upstream commit

Okteta is a viewer and editor for raw file data (aka "hex editor").
It provides "hex editor" libraries for other applications as well.

Changes since 0.26.4:
* Improved: Structure definitions allow custom pointer interpretations in JS
* Improved: cursor flash time setting of 0 (= no blinking) supported
* Improved: cursor shows char/value in background color instead of blank
* Improved: new menu entry for selecting custom UI color scheme
* Improved: less deprecated Qt/KF code usage
* Improved: translations

Reported by:	portscout
This commit is contained in:
Adriaan de Groot 2021-02-03 11:18:15 +00:00
parent aca4efaa5c
commit 9eef111889
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563876
3 changed files with 7 additions and 6 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= okteta
DISTVERSION= 0.26.4
PORTEPOCH= 1
DISTVERSION= 0.26.5
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
@ -15,7 +14,7 @@ USE_KDE= attica auth bookmarks codecs completion crash \
config configwidgets coreaddons dbusaddons doctools \
ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
newstuff parts service solid sonnet textwidgets \
widgetsaddons xmlgui
widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative designer gui network printsupport \
script scripttools widgets xml \
buildtools_build qmake_build

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1596029870
SHA256 (okteta-0.26.4.tar.xz) = ef22b096c4d8a682b5467ee7d8e9e05ede44cde116daef804312745c4bfd0f03
SIZE (okteta-0.26.4.tar.xz) = 969572
TIMESTAMP = 1612350781
SHA256 (okteta-0.26.5.tar.xz) = 9fc7edfff73e7b0583af540b0c052f9221ca3f11ea3fc3604c2bcedb09c29a97
SIZE (okteta-0.26.5.tar.xz) = 971940

View file

@ -23,6 +23,7 @@ include/KastenControllers/Kasten/SynchronizeControllerFactory
include/KastenControllers/Kasten/TerminalToolFactory
include/KastenControllers/Kasten/TerminalToolViewFactory
include/KastenControllers/Kasten/ToolListMenuControllerFactory
include/KastenControllers/Kasten/UiColorSchemeControllerFactory
include/KastenControllers/Kasten/VersionControllerFactory
include/KastenControllers/Kasten/VersionViewToolFactory
include/KastenControllers/Kasten/VersionViewToolViewFactory
@ -54,6 +55,7 @@ include/KastenControllers/kasten/synchronizecontrollerfactory.hpp
include/KastenControllers/kasten/terminaltoolfactory.hpp
include/KastenControllers/kasten/terminaltoolviewfactory.hpp
include/KastenControllers/kasten/toollistmenucontrollerfactory.hpp
include/KastenControllers/kasten/uicolorschemecontrollerfactory.hpp
include/KastenControllers/kasten/versioncontrollerfactory.hpp
include/KastenControllers/kasten/versionviewtoolfactory.hpp
include/KastenControllers/kasten/versionviewtoolviewfactory.hpp