pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fresh: update to 0.3.9



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Wed May 27 14:11:27 2026 +0100
Changeset:	414c132c9ed73e9440976faabb029fa49539d619

Modified Files:
	fresh/Makefile
	fresh/distinfo

Log Message:
fresh: update to 0.3.9

- Bump version from 0.3.8 to 0.3.9
- Update CARGO_WRKSRC from crates/fresh-editor to workspace root
  (upstream moved Cargo.lock to repo root in this release)
- Regenerate distinfo checksums

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=414c132c9ed73e9440976faabb029fa49539d619

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fresh/Makefile | 12 ++++++------
 fresh/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/fresh/Makefile b/fresh/Makefile
index 123aea765a..27212c66b5 100644
--- a/fresh/Makefile
+++ b/fresh/Makefile
@@ -1,23 +1,23 @@
 # $NetBSD$
 
-DISTNAME=	fresh-editor-0.3.8-source
-PKGNAME=	fresh-0.3.8  # This creates a simpler package name 'fresh'
+DISTNAME=	fresh-editor-0.3.9-source
+PKGNAME=	fresh-0.3.9  # This creates a simpler package name 'fresh'
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sinelaw/}
 GITHUB_PROJECT=	fresh
-# GITHUB_TAG=	v${PKGVERSION_NOREV}  # This will use v0.3.8
-GITHUB_RELEASE=	v0.3.8
+# GITHUB_TAG=	v${PKGVERSION_NOREV}  # This will use v0.3.9
+GITHUB_RELEASE=	v0.3.9
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://getfresh.dev/
 COMMENT=	Terminal-based IDE and text editor with zero configuration
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=		${WRKDIR}/fresh-0.3.8
+WRKSRC=		${WRKDIR}/fresh-0.3.9
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pax
 
-CARGO_WRKSRC=	${WRKSRC}/crates/fresh-editor
+CARGO_WRKSRC=	${WRKSRC}
 
 DISTFILES=	${DEFAULT_DISTFILES} ratatui-wgpu-cdcf5c6.tar.gz
 SITES.ratatui-wgpu-cdcf5c6.tar.gz= \
diff --git a/fresh/distinfo b/fresh/distinfo
index 900887b448..2e516bcdfd 100644
--- a/fresh/distinfo
+++ b/fresh/distinfo
@@ -459,9 +459,9 @@ Size (foreign-types-macros-0.2.3.crate) = 7635 bytes
 BLAKE2s (foreign-types-shared-0.3.1.crate) = e86211d0e9845b1fb00f37076adfacbee3e4a5733d3744986ef01c7da78358f0
 SHA512 (foreign-types-shared-0.3.1.crate) = c68da34b55230941d6655f6a52d5dcb8ee02149f25c25a5ef782402f9a18b33047905f28b70183a5f45b45977c011a5320cf7283b7901c76ede4d82082ca4c9e
 Size (foreign-types-shared-0.3.1.crate) = 6006 bytes
-BLAKE2s (fresh-editor-0.3.8-source.tar.gz) = 99d0ef7acbd5a9aebd1e228a6156016defce45cde13b9e178afb3a50dc600247
-SHA512 (fresh-editor-0.3.8-source.tar.gz) = 09623efecbacf3403dc7ee3e85c33c1e1c3eb97d0beee3284972e037975cb21b4f5e20baeab164bcb5446427958ff04dc6f18bf14c6ce1d8edc1fe25f8513c17
-Size (fresh-editor-0.3.8-source.tar.gz) = 35805164 bytes
+BLAKE2s (fresh-editor-0.3.9-source.tar.gz) = 1bfc1f10fb80f907711decf5368246714d289ecc40f626a82058a29013da9f6a
+SHA512 (fresh-editor-0.3.9-source.tar.gz) = 061c4fe7fb47fa7fb051f34b00e9a7424669f80b6f3dbf9ec5f374b5dd869c838a54d00e1f753466f0ff217d461bc162481a7d126f48272bb8606a828ecff7ec
+Size (fresh-editor-0.3.9-source.tar.gz) = 35941852 bytes
 BLAKE2s (funty-2.0.0.crate) = 8d172966af708ab5af6afda0e8b645d9a9b3324905ce19020d65507211602578
 SHA512 (funty-2.0.0.crate) = 691e1c275b648110ef42c4adece8178cf037bad40d469780280eb2ebe07aa4b0406737c5ba02c9f9f63ee57a99fec27e5e51712e2113655f7522c8678f689155
 Size (funty-2.0.0.crate) = 13160 bytes


Home | Main Index | Thread Index | Old Index