Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2023 08:13:36 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ed6741093fd - main - devel/okteta: Update to 0.26.13
Message-ID:  <202308110813.37B8Daee010078@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ed6741093fd6ca13ee42c1a34446fc0f94f8e43

commit 2ed6741093fd6ca13ee42c1a34446fc0f94f8e43
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-08-11 02:16:49 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-08-11 08:13:27 +0000

    devel/okteta: Update to 0.26.13
    
    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
---
 devel/okteta/Makefile | 7 ++++++-
 devel/okteta/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/devel/okteta/Makefile b/devel/okteta/Makefile
index 7db311c4d570..062a0da79ee5 100644
--- a/devel/okteta/Makefile
+++ b/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
@@ -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 \
diff --git a/devel/okteta/distinfo b/devel/okteta/distinfo
index dd7bd5edf3ce..52c793982737 100644
--- a/devel/okteta/distinfo
+++ b/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



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