update to 20210522; ok tb

This commit is contained in:
tj 2021-06-14 18:53:00 +00:00
parent d6d653d546
commit 26a337aaa9
4 changed files with 10 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:49:48 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2021/06/14 18:53:00 tj Exp $
COMMENT = execute jobs in parallel
DISTNAME = parallel-20180922
DISTNAME = parallel-20210522
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (parallel-20180922.tar.bz2) = 6geO8OBSjJtdHGC/bPhFTOdYZSGYLGd6RQ4Lr/inBx8=
SIZE (parallel-20180922.tar.bz2) = 1782128
SHA256 (parallel-20210522.tar.bz2) = 72Y+PpA87eVYRzZ1zm1rYoHKjsLFHcoo8lt4TyP3r+E=
SIZE (parallel-20210522.tar.bz2) = 2246330

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_Makefile_in,v 1.6 2018/01/31 19:14:06 landry Exp $
$OpenBSD: patch-src_Makefile_in,v 1.7 2021/06/14 18:53:00 tj Exp $
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -488,7 +488,7 @@ distdir: $(DISTFILES)
@@ -505,7 +505,7 @@ distdir-am: $(DISTFILES)
done
check-am: all-am
check: check-am
@ -11,7 +11,7 @@ Index: src/Makefile.in
installdirs:
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(docdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
@@ -544,7 +544,7 @@ info: info-am
@@ -561,7 +561,7 @@ info: info-am
info-am:

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2018/10/03 03:21:45 nayden Exp $
@comment $OpenBSD: PLIST,v 1.8 2021/06/14 18:53:00 tj Exp $
bin/env_parallel
bin/env_parallel.ash
bin/env_parallel.bash
@ -15,6 +15,7 @@ bin/niceload
bin/parallel
bin/parcat
bin/parset
bin/parsort
bin/sem
bin/sql
@man man/man1/env_parallel.1
@ -22,6 +23,7 @@ bin/sql
@man man/man1/parallel.1
@man man/man1/parcat.1
@man man/man1/parset.1
@man man/man1/parsort.1
@man man/man1/sem.1
@man man/man1/sql.1
@man man/man7/parallel_alternatives.7