public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] acpid: update to 2.0.26
Date: Sun, 26 Jun 2016 09:58:14 +0200	[thread overview]
Message-ID: <1466927894-14997-1-git-send-email-marcel.lorenz@ipfire.org> (raw)

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

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 config/rootfiles/common/i586/acpid   | 12 ++++++------
 config/rootfiles/common/x86_64/acpid | 12 ++++++------
 lfs/acpid                            |  9 +++++----
 3 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/config/rootfiles/common/i586/acpid b/config/rootfiles/common/i586/acpid
index 535e2bd..85a110d 100644
--- a/config/rootfiles/common/i586/acpid
+++ b/config/rootfiles/common/i586/acpid
@@ -6,12 +6,12 @@ etc/acpi/events/power
 usr/bin/acpi_listen
 usr/sbin/acpid
 #usr/sbin/kacpimon
-#usr/share/doc/acpid
-#usr/share/doc/acpid/COPYING
-#usr/share/doc/acpid/Changelog
-#usr/share/doc/acpid/README
-#usr/share/doc/acpid/TESTPLAN
-#usr/share/doc/acpid/TODO
+#usr/share/doc/acpid-2.0.26
+#usr/share/doc/acpid-2.0.26/COPYING
+#usr/share/doc/acpid-2.0.26/Changelog
+#usr/share/doc/acpid-2.0.26/README
+#usr/share/doc/acpid-2.0.26/TESTPLAN
+#usr/share/doc/acpid-2.0.26/TODO
 #usr/share/man/man8/acpi_listen.8
 #usr/share/man/man8/acpid.8
 #usr/share/man/man8/kacpimon.8
diff --git a/config/rootfiles/common/x86_64/acpid b/config/rootfiles/common/x86_64/acpid
index 535e2bd..85a110d 100644
--- a/config/rootfiles/common/x86_64/acpid
+++ b/config/rootfiles/common/x86_64/acpid
@@ -6,12 +6,12 @@ etc/acpi/events/power
 usr/bin/acpi_listen
 usr/sbin/acpid
 #usr/sbin/kacpimon
-#usr/share/doc/acpid
-#usr/share/doc/acpid/COPYING
-#usr/share/doc/acpid/Changelog
-#usr/share/doc/acpid/README
-#usr/share/doc/acpid/TESTPLAN
-#usr/share/doc/acpid/TODO
+#usr/share/doc/acpid-2.0.26
+#usr/share/doc/acpid-2.0.26/COPYING
+#usr/share/doc/acpid-2.0.26/Changelog
+#usr/share/doc/acpid-2.0.26/README
+#usr/share/doc/acpid-2.0.26/TESTPLAN
+#usr/share/doc/acpid-2.0.26/TODO
 #usr/share/man/man8/acpi_listen.8
 #usr/share/man/man8/acpid.8
 #usr/share/man/man8/kacpimon.8
diff --git a/lfs/acpid b/lfs/acpid
index 476c9a8..9169857 100644
--- a/lfs/acpid
+++ b/lfs/acpid
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2016  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.23
+VER        = 2.0.26
 
 THISAPP    = acpid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d7bcdcdefcd53b03730e50ba842554ea
+$(DL_FILE)_MD5 = f6d772e35ed907f1cc14ad1a546fd473
 
 install : $(TARGET)
 
@@ -71,7 +71,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure --prefix=/usr
+	cd $(DIR_APP) && ./configure --prefix=/usr \
+		--docdir=/usr/share/doc/acpid-2.0.26
 	cd $(DIR_APP) && make $(MAKETUNING) OPT="$(CFLAGS)"
 	cd $(DIR_APP) && make install
 
-- 
1.9.1


                 reply	other threads:[~2016-06-26  7:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466927894-14997-1-git-send-email-marcel.lorenz@ipfire.org \
    --to=marcel.lorenz@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox