Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ttyrec: fix missing ttytime
@ 2019-06-25 13:56 voidlinux-github
  2019-06-25 18:34 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-25 13:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages fix_ttyrec
https://github.com/void-linux/void-packages/pull/12687

ttyrec: fix missing ttytime


A patch file from https://github.com/void-linux/void-packages/pull/12687.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix_ttyrec-12687.patch --]
[-- Type: application/text/x-diff, Size: 1269 bytes --]

From 108a7a2aab4d07683cbd124e1225a4705549bebd Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 25 Jun 2019 08:52:26 -0500
Subject: [PATCH] ttyrec: fix missing ttytime

---
 srcpkgs/ttyrec/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ttyrec/template b/srcpkgs/ttyrec/template
index e576d506f40..cff70746cc5 100644
--- a/srcpkgs/ttyrec/template
+++ b/srcpkgs/ttyrec/template
@@ -1,12 +1,12 @@
 # Template file for 'ttyrec'
 pkgname=ttyrec
 version=1.0.8
-revision=5
+revision=6
+short_desc="Record and playback activity on a tty"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-4-Clause-UC"
 homepage="http://0xcc.net/ttyrec"
 distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz"
-short_desc="tty recorder and player"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
 checksum=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
 
 do_build() {
@@ -14,8 +14,10 @@ do_build() {
 	make ${makejobs} CC=$CC CFLAGS="-DHAVE_openpty $CFLAGS" LDFLAGS="-lutil $LDFLAGS"
 }
 do_install() {
-	for f in rec play; do
+	for f in rec play time; do
 		vbin tty${f}
 		vman tty${f}.1
 	done
+	sed -n '1,32p' ttyrec.c > LICENSE
+	vlicense LICENSE
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: ttyrec: fix missing ttytime
  2019-06-25 13:56 [PR PATCH] ttyrec: fix missing ttytime voidlinux-github
@ 2019-06-25 18:34 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-25 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

There's a merged pull request on the void-packages repository

ttyrec: fix missing ttytime
https://github.com/void-linux/void-packages/pull/12687
Description: 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-25 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 13:56 [PR PATCH] ttyrec: fix missing ttytime voidlinux-github
2019-06-25 18:34 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).