Skip to content

Commit

Permalink
devel/okteta: Update to 0.26.13
Browse files Browse the repository at this point in the history
Add LICENSE (dual licensed GPLv2 or GPLv3 only)

Changes since 0.26.12:
* Improved: translations
* Improved: Decoding table now displays some control chars as escaped terms
* Improved: Decoding table now supports editing some chars as escaped terms
* Improved: Structures tool now feeds some chars as escaped terms to editor
* Improved: CMake Unity builds now possible
* Fixed: Structures tool stored edited primitive array elements on bad offset
* Fixed: Structures tool now displays chars only as the supported 7-bit ASCII
  • Loading branch information
BSDKaffee committed Aug 11, 2023
1 parent 0845e33 commit 2ed6741
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion devel/okteta/Makefile
@@ -1,5 +1,5 @@
PORTNAME= okteta
DISTVERSION= 0.26.12
DISTVERSION= 0.26.13
PORTEPOCH= 1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
Expand All @@ -8,6 +8,11 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= KDE hex editor
WWW= https://www.kde.org/applications/utilities/okteta/

LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES/GPL-2.0-only.txt
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt

USES= cmake compiler:c++11-lang gettext kde:5 qca qt:5 \
shared-mime-info tar:xz xorg
USE_KDE= attica auth bookmarks codecs completion crash \
Expand Down
6 changes: 3 additions & 3 deletions devel/okteta/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1689095078
SHA256 (okteta-0.26.12.tar.xz) = 49c26b68beaa774e82583abfa971b1d847a73432864e7f7d41b3ed99da4372a1
SIZE (okteta-0.26.12.tar.xz) = 1077320
TIMESTAMP = 1691719170
SHA256 (okteta-0.26.13.tar.xz) = 14e59810d1811f5137151303f3d5ecad640feabc982277d9ca447b3233d89772
SIZE (okteta-0.26.13.tar.xz) = 1080884

0 comments on commit 2ed6741

Please sign in to comment.