Skip to content

Commit

Permalink
jo: update to 1.5.
Browse files Browse the repository at this point in the history
ChangeLog:

2022-01-04 1.5

- NEW: replace asserts with human errors (#162)
- NEW: zsh completion (#158)
- FIX: stdin filter on Windows (#
- FIX: several cleanups
- NEW: Meson build
- UPD: snap to newer base (#149)
- NEW: option to deduplicate keys (#143, #145)
- NEW: Filter functionality (#141)
- FIX: file embedding
- FIX: add missing tests to Makefile.am
  • Loading branch information
fcambus committed Jan 4, 2022
1 parent 93e571a commit f494c15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 4 additions & 2 deletions textproc/jo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2020/07/19 07:41:36 fcambus Exp $
# $NetBSD: Makefile,v 1.12 2022/01/04 17:26:24 fcambus Exp $

DISTNAME= jo-1.4
DISTNAME= jo-1.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Expand All @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c99
GNU_CONFIGURE= yes
CONFIGURE_ENV+= bashcompdir=${PREFIX}/share/bash_completion.d
CONFIGURE_ENV+= ac_cv_path_PANDOC=none

TEST_TARGET= check

.include "../../mk/bsd.pkg.mk"
3 changes: 2 additions & 1 deletion textproc/jo/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@comment $NetBSD: PLIST,v 1.2 2019/12/25 12:49:27 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2022/01/04 17:26:24 fcambus Exp $
bin/jo
man/man1/jo.1
share/bash_completion.d/jo.bash
share/zsh/site-functions/_jo
8 changes: 4 additions & 4 deletions textproc/jo/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 11:22:13 nia Exp $
$NetBSD: distinfo,v 1.9 2022/01/04 17:26:24 fcambus Exp $

BLAKE2s (jo-1.4.tar.gz) = 768ad0dfbf98f3893abaed0caaac8fe7763cd283ede92a5fcfc6f955df5c8dd3
SHA512 (jo-1.4.tar.gz) = c283b25e76fa06842c4f7d8ae8d94b207981d92a1bd4a064631e0646bdeedc06c1a00dddac405a455b27bda5eb34aaa7dc6d886ccf750741fd4d7312f692d169
Size (jo-1.4.tar.gz) = 144596 bytes
BLAKE2s (jo-1.5.tar.gz) = 2cbeaf2ef1f1383645ff74be8273934a99b32f6e9e9bcb2d08e76dc30b624447
SHA512 (jo-1.5.tar.gz) = f436659023f9680118c4075dc678c247957b34c8f150daa5475df1c5ede7572f530fbc8df3bd12b3c95fc4ca4ae52feb56e9c6e5b473621963d36073e5b9df2b
Size (jo-1.5.tar.gz) = 151742 bytes

0 comments on commit f494c15

Please sign in to comment.