Update to 20160422 snapshot.

This commit is contained in:
pascal 2016-05-06 19:22:11 +00:00
parent 47023d029a
commit e40feefafc
4 changed files with 19 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2015/12/24 09:48:31 pascal Exp $
# $OpenBSD: Makefile,v 1.15 2016/05/06 19:22:11 pascal Exp $
COMMENT = execute jobs in parallel
DISTNAME = parallel-20151222
DISTNAME = parallel-20160422
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (parallel-20151222.tar.bz2) = rpJ8Jg+4bCTgonF9OyFJlqlUfRor5P87/r2fI7W9nw0=
SIZE (parallel-20151222.tar.bz2) = 1195327
SHA256 (parallel-20160422.tar.bz2) = BlqPRxJmNhIYqetFxfirmV1zsYHMEYBgDuCMx2jJrEI=
SIZE (parallel-20160422.tar.bz2) = 1283156

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile_in,v 1.3 2015/04/08 18:22:40 pascal Exp $
--- src/Makefile.in.orig Sun Mar 22 02:13:53 2015
+++ src/Makefile.in Tue Apr 7 12:27:37 2015
@@ -446,7 +446,7 @@ distdir: $(DISTFILES)
$OpenBSD: patch-src_Makefile_in,v 1.4 2016/05/06 19:22:12 pascal Exp $
--- src/Makefile.in.orig Thu Apr 21 23:34:52 2016
+++ src/Makefile.in Fri May 6 21:19:02 2016
@@ -461,7 +461,7 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
@ -10,7 +10,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.3 2015/04/08 18:22:40 pascal Exp $
installdirs:
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(docdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
@@ -502,7 +502,7 @@ info: info-am
@@ -517,7 +517,7 @@ info: info-am
info-am:

View File

@ -1,8 +1,17 @@
@comment $OpenBSD: PLIST,v 1.3 2015/04/08 18:22:40 pascal Exp $
@comment $OpenBSD: PLIST,v 1.4 2016/05/06 19:22:12 pascal Exp $
bin/env_parallel
bin/env_parallel.bash
bin/env_parallel.csh
bin/env_parallel.fish
bin/env_parallel.ksh
bin/env_parallel.pdksh
bin/env_parallel.tcsh
bin/env_parallel.zsh
bin/niceload
bin/parallel
bin/sem
bin/sql
@man man/man1/env_parallel.1
@man man/man1/niceload.1
@man man/man1/parallel.1
@man man/man1/sem.1