~alpine/devel

[alpine-devel] testing/cfengine Patch for Patch, add coreutils as depency and fix a little error in patch

Details
Message ID
<CAFivhP=XbNN8MBeqTYA1_b3+JMG7bskASU7ZHh96NFFC=Hd3_w@mail.gmail.com>
Sender timestamp
1358541182
DKIM signature
missing
Download raw message
Hope the formatting works. If not, shoot me (not)

commit 5f6cc4f9909eddbba8fad021dcb249a5e31ee618
Author: Florian Heigl <fheigl@wartungsfenster.de>
Date:   Fri Jan 18 20:28:32 2013 +0000

    testing/cfengine: depend on coreutils for ps syntax and remove extra
brace

diff --git a/testing/cfengine/APKBUILD b/testing/cfengine/APKBUILD
index 2af4a71..c1b5044 100644
--- a/testing/cfengine/APKBUILD
+++ b/testing/cfengine/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="CFEngine Configuration Management"
 url="http://cfengine.com/"
 arch="all"
 license="GPLv3"
-depends=""
+depends="coreutils"
 makedepends="tokyocabinet openssl-dev pcre-dev"
 #makedepends="openssl-dev pcre-dev"
 options="libtool"
diff --git a/testing/cfengine/alpinelinux.patch
b/testing/cfengine/alpinelinux.
patch
index 45c4994..3e0ace2 100644
--- a/testing/cfengine/alpinelinux.patch
+++ b/testing/cfengine/alpinelinux.patch
@@ -48,7 +48,7 @@
 + package_name_convention => "$(name)-$(version)";
 + package_add_command => "/sbin/apk add";
 + package_delete_command => "/sbin/apk del";
-+}
++
 +
 +
  }


-- 
the purpose of libvirt is to provide an abstraction layer hiding all xen
features added since 2006 until they were finally understood and copied by
the kvm devs.
Reply to thread Export thread (mbox)