Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] atop: update to 2.5.0
@ 2019-11-05  2:22 voidlinux-github
  2019-11-05 12:29 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-05  2:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages atop
https://github.com/void-linux/void-packages/pull/16134

atop: update to 2.5.0
Tidy up a bit

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

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

From d18ac0ee04bbe9c34cef32cb6341b8a308246aaa Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 4 Nov 2019 20:11:20 -0600
Subject: [PATCH] atop: update to 2.5.0

Tidy up a bit
---
 srcpkgs/atop/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template
index a464eaf17b2..4810c00a6f7 100644
--- a/srcpkgs/atop/template
+++ b/srcpkgs/atop/template
@@ -1,27 +1,28 @@
 # Template file for 'atop'
 pkgname=atop
-version=2.4.0
-revision=2
+version=2.5.0
+revision=1
 build_style=gnu-makefile
+make_install_target="sysvinstall"
 makedepends="ncurses-devel zlib-devel"
 short_desc="System and process level monitor"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.atoptool.nl/"
 distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
-checksum=be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69
+checksum=4b911057ce50463b6e8b3016c5963d48535c0cddeebc6eda817e292b22f93f33
 
 make_dirs="/var/log/atop 755 root root"
 
 pre_install() {
-	sed -i '/chown/d' Makefile
-	sed -i 's/04711/0755/' Makefile
-	sed -i 's,sbin,bin,g' Makefile
-	sed -i 's,bin/sh,bin/bash,' atop.daily
+	vsed -e '/chown/d' \
+		-e 's/04711/0755/' \
+		-e 's,sbin,bin,g' \
+		-e '/$(DEFPATH)/d' -i Makefile
+	vsed -e 's,bin/sh,bin/bash,' -i atop.daily
 }
 
-do_install() {
-	make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} sysvinstall
+post_install() {
 	vsv atop
 	# Remove unused stuff.
 	rm -f ${DESTDIR}/usr/bin/atop{,sar}-${version}

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

* Re: [PR PATCH] [Merged]: atop: update to 2.5.0
  2019-11-05  2:22 [PR PATCH] atop: update to 2.5.0 voidlinux-github
@ 2019-11-05 12:29 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-05 12:29 UTC (permalink / raw)
  To: ml

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

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

atop: update to 2.5.0
https://github.com/void-linux/void-packages/pull/16134

Description:
Tidy up a bit

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

end of thread, other threads:[~2019-11-05 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05  2:22 [PR PATCH] atop: update to 2.5.0 voidlinux-github
2019-11-05 12:29 ` [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).