[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c8e885166532ccaaa2387169ea42fdde9477e94)

Vlad Glagolev scm at sourcemage.org
Fri Jan 11 12:27:18 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 perl-cpan/mail-clamav/BUILD   |    2 ++
 perl-cpan/mail-clamav/DEPENDS |    4 ++--
 perl-cpan/mail-clamav/HISTORY |    6 +++++-
 perl-cpan/mail-clamav/INSTALL |    2 ++
 4 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 365ce98b278e765f298f80ae38acc16afaba4b1d
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    mail-clamav: fixed multijob build (this spell hates it)

diff --git a/perl-cpan/mail-clamav/BUILD b/perl-cpan/mail-clamav/BUILD
new file mode 100755
index 0000000..cdea8d4
--- /dev/null
+++ b/perl-cpan/mail-clamav/BUILD
@@ -0,0 +1,2 @@
+default_build_perl &&
+make_normal
diff --git a/perl-cpan/mail-clamav/DEPENDS b/perl-cpan/mail-clamav/DEPENDS
index e9db107..51d229c 100755
--- a/perl-cpan/mail-clamav/DEPENDS
+++ b/perl-cpan/mail-clamav/DEPENDS
@@ -1,3 +1,3 @@
-depends perl    &&
-depends inline  &&
+depends perl &&
+depends inline &&
 depends clamav
diff --git a/perl-cpan/mail-clamav/HISTORY b/perl-cpan/mail-clamav/HISTORY
index a4eed43..203569b 100644
--- a/perl-cpan/mail-clamav/HISTORY
+++ b/perl-cpan/mail-clamav/HISTORY
@@ -1,3 +1,8 @@
+2008-01-11 Vlad Glagolev <stealth at sourcemage.org>
+	* BUILD: useful
+	* INSTALL: fixed multijob build (this spell hates it)
+	* DEPENDS: cleaned up
+
 2008-01-07 Vlad Glagolev <stealth at sourcemage.org>
 	* BUILD: useless
 
@@ -43,4 +48,3 @@
 
 2002-03-13 Lyon Lemmens <redlemon at knoware.nl>
 	* All files: Initial version
-
diff --git a/perl-cpan/mail-clamav/INSTALL b/perl-cpan/mail-clamav/INSTALL
new file mode 100755
index 0000000..3b1a770
--- /dev/null
+++ b/perl-cpan/mail-clamav/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+make install



More information about the SM-Commit mailing list