Sat May 14 15:14:41 2022 UTC ()
Install manual pages. Bump PKGREVISION.


(schmonz)
diff -r1.7 -r1.8 pkgsrc/misc/s6-portable-utils/Makefile
diff -r1.1 -r1.2 pkgsrc/misc/s6-portable-utils/PLIST
diff -r1.8 -r1.9 pkgsrc/misc/s6-portable-utils/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/misc/s6-portable-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/s6-portable-utils/Makefile 2022/05/09 14:54:30 1.7
+++ pkgsrc/misc/s6-portable-utils/Makefile 2022/05/14 15:14:41 1.8
@@ -1,23 +1,37 @@ @@ -1,23 +1,37 @@
1# $NetBSD: Makefile,v 1.7 2022/05/09 14:54:30 schmonz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/05/14 15:14:41 schmonz Exp $
2 2
3DISTNAME= s6-portable-utils-2.2.4.0 3DISTNAME= s6-portable-utils-2.2.4.0
 4PKGREVISION= 1
4CATEGORIES= misc 5CATEGORIES= misc
5MASTER_SITES= ${HOMEPAGE} 6MASTER_SITES= ${HOMEPAGE}
 7DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES}
6 8
7MAINTAINER= cfkoch@edgebsd.org 9MAINTAINER= cfkoch@edgebsd.org
8HOMEPAGE= https://www.skarnet.org/software/s6-portable-utils/ 10HOMEPAGE= https://www.skarnet.org/software/s6-portable-utils/
9COMMENT= Tiny portable generic utilties 11COMMENT= Tiny portable generic utilties
10LICENSE= isc 12LICENSE= isc
11 13
12MANPAGES= v2.2.4.0.1.tar.gz 14MANPAGES= v2.2.4.0.1.tar.gz
13SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/s6-portable-utils-man-pages/archive/} 15SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/s6-portable-utils-man-pages/archive/}
14 16
15USE_TOOLS+= gmake 17USE_TOOLS+= gmake
16HAS_CONFIGURE= yes 18HAS_CONFIGURE= yes
17CONFIGURE_ARGS+= --prefix=${PREFIX} 19CONFIGURE_ARGS+= --prefix=${PREFIX}
18CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps 20CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
19CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs 21CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs
20CONFIGURE_ARGS+= --with-include=${PREFIX}/include 22CONFIGURE_ARGS+= --with-include=${PREFIX}/include
21 23
 24INSTALLATION_DIRS+= ${PKGMANDIR}/man1
 25
 26.PHONY: do-install-manpages
 27post-install: do-install-manpages
 28do-install-manpages:
 29 cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 1; do \
 30 for j in man$$i/*.$$i; do \
 31 ${INSTALL_MAN} $$j \
 32 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man$$i; \
 33 done \
 34 done
 35
22.include "../../devel/skalibs/buildlink3.mk" 36.include "../../devel/skalibs/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 37.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/misc/s6-portable-utils/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/s6-portable-utils/PLIST 2020/11/19 20:19:09 1.1
+++ pkgsrc/misc/s6-portable-utils/PLIST 2022/05/14 15:14:41 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2020/11/19 20:19:09 schmonz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/05/14 15:14:41 schmonz Exp $
2bin/s6-basename 2bin/s6-basename
3bin/s6-cat 3bin/s6-cat
4bin/s6-chmod 4bin/s6-chmod
5bin/s6-chown 5bin/s6-chown
6bin/s6-clock 6bin/s6-clock
7bin/s6-cut 7bin/s6-cut
8bin/s6-dirname 8bin/s6-dirname
9bin/s6-dumpenv 9bin/s6-dumpenv
10bin/s6-echo 10bin/s6-echo
11bin/s6-env 11bin/s6-env
12bin/s6-expr 12bin/s6-expr
13bin/s6-false 13bin/s6-false
14bin/s6-format-filter 14bin/s6-format-filter
@@ -34,13 +34,57 @@ bin/s6-sleep @@ -34,13 +34,57 @@ bin/s6-sleep
34bin/s6-sort 34bin/s6-sort
35bin/s6-sync 35bin/s6-sync
36bin/s6-tai64ndiff 36bin/s6-tai64ndiff
37bin/s6-tail 37bin/s6-tail
38bin/s6-test 38bin/s6-test
39bin/s6-touch 39bin/s6-touch
40bin/s6-true 40bin/s6-true
41bin/s6-uniquename 41bin/s6-uniquename
42bin/s6-unquote 42bin/s6-unquote
43bin/s6-unquote-filter 43bin/s6-unquote-filter
44bin/s6-update-symlinks 44bin/s6-update-symlinks
45bin/seekablepipe 45bin/seekablepipe
46include/s6-portable-utils/config.h 46include/s6-portable-utils/config.h
 47man/man1/s6-basename.1
 48man/man1/s6-cat.1
 49man/man1/s6-chmod.1
 50man/man1/s6-chown.1
 51man/man1/s6-clock.1
 52man/man1/s6-cut.1
 53man/man1/s6-dirname.1
 54man/man1/s6-dumpenv.1
 55man/man1/s6-echo.1
 56man/man1/s6-env.1
 57man/man1/s6-expr.1
 58man/man1/s6-false.1
 59man/man1/s6-format-filter.1
 60man/man1/s6-grep.1
 61man/man1/s6-head.1
 62man/man1/s6-hiercopy.1
 63man/man1/s6-linkname.1
 64man/man1/s6-ln.1
 65man/man1/s6-ls.1
 66man/man1/s6-maximumtime.1
 67man/man1/s6-mkdir.1
 68man/man1/s6-mkfifo.1
 69man/man1/s6-nice.1
 70man/man1/s6-nuke.1
 71man/man1/s6-pause.1
 72man/man1/s6-printenv.1
 73man/man1/s6-quote-filter.1
 74man/man1/s6-quote.1
 75man/man1/s6-rename.1
 76man/man1/s6-rmrf.1
 77man/man1/s6-seq.1
 78man/man1/s6-sleep.1
 79man/man1/s6-sort.1
 80man/man1/s6-sync.1
 81man/man1/s6-tai64ndiff.1
 82man/man1/s6-tail.1
 83man/man1/s6-test.1
 84man/man1/s6-touch.1
 85man/man1/s6-true.1
 86man/man1/s6-uniquename.1
 87man/man1/s6-unquote-filter.1
 88man/man1/s6-unquote.1
 89man/man1/s6-update-symlinks.1
 90man/man1/seekablepipe.1

cvs diff -r1.8 -r1.9 pkgsrc/misc/s6-portable-utils/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/s6-portable-utils/distinfo 2022/05/09 14:54:30 1.8
+++ pkgsrc/misc/s6-portable-utils/distinfo 2022/05/14 15:14:41 1.9
@@ -1,5 +1,8 @@ @@ -1,5 +1,8 @@
1$NetBSD: distinfo,v 1.8 2022/05/09 14:54:30 schmonz Exp $ 1$NetBSD: distinfo,v 1.9 2022/05/14 15:14:41 schmonz Exp $
2 2
3BLAKE2s (s6-portable-utils-2.2.4.0.tar.gz) = f62d6b879fc2e4afbaa3a3a6faf35ad8aa1a4e3af52f789f8c52646ee3ef02b1 3BLAKE2s (s6-portable-utils-2.2.4.0.tar.gz) = f62d6b879fc2e4afbaa3a3a6faf35ad8aa1a4e3af52f789f8c52646ee3ef02b1
4SHA512 (s6-portable-utils-2.2.4.0.tar.gz) = 35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a 4SHA512 (s6-portable-utils-2.2.4.0.tar.gz) = 35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a
5Size (s6-portable-utils-2.2.4.0.tar.gz) = 50343 bytes 5Size (s6-portable-utils-2.2.4.0.tar.gz) = 50343 bytes
 6BLAKE2s (v2.2.4.0.1.tar.gz) = 345e6dde5bdb83dd15ede7e7f252a53586369862f24e632750194f512f94a635
 7SHA512 (v2.2.4.0.1.tar.gz) = 6a5ab20b9985d86c0f2f9cb9e0995adb62dc2c0e8191cf7752bc55ce04021453984ea5c6e4a8dba26e04e3e3e0a0320036cfd88b25691807539430ca9357f0d1
 8Size (v2.2.4.0.1.tar.gz) = 14174 bytes