This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 71e2498cf854aa0376861641704cd41cf3c12ca1 (commit) via e8ba3704cae27c876e4a5bb4501a98d5a0b75507 (commit) from d57285ab9294bfa74a21b4da1d4e605233bca664 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 71e2498cf854aa0376861641704cd41cf3c12ca1 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 24 19:46:47 2011 +0200
perl: Fix some dependency problems with perl modules and package perl-PathTools.
commit e8ba3704cae27c876e4a5bb4501a98d5a0b75507 Author: Ben Schweikert trikolon@ipfire.org Date: Thu May 19 15:10:28 2011 +0200
libvirt: fixed building errors.
-----------------------------------------------------------------------
Summary of changes: pkgs/libvirt/libvirt.nm | 2 +- pkgs/perl/perl.nm | 32 ++++++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/libvirt/libvirt.nm b/pkgs/libvirt/libvirt.nm index c311303..2fb6671 100644 --- a/pkgs/libvirt/libvirt.nm +++ b/pkgs/libvirt/libvirt.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = libvirt PKG_VER = 0.9.0 -PKG_REL = 2 +PKG_REL = 3
PKG_MAINTAINER = PKG_GROUPS = Applications/Virtualization diff --git a/pkgs/perl/perl.nm b/pkgs/perl/perl.nm index e62675a..5904e3b 100644 --- a/pkgs/perl/perl.nm +++ b/pkgs/perl/perl.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = perl PKG_VER = 5.12.3 -PKG_REL = 3 +PKG_REL = 4
PKG_MAINTAINER = PKG_GROUPS = Development/Languages @@ -120,7 +120,13 @@ PKG_PROVIDES-perl += \ perl(timelocal.pl) \ perl(utf8_heavy.pl) \ perl(validate.pl) \ - perl(Carp::Heavy) + perl(Carp) \ + perl(Carp::Heavy) \ + perl(Exporter) \ + perl(File::Basename) \ + perl(constant) \ + perl(strict) \ + perl(vars)
define STAGE_PREPARE_CMDS cd $(DIR_APP) && sed -i 's/command /command[ -]/' makedepend.SH @@ -858,6 +864,7 @@ define PKG_DESCRIPTION-perl-Params-Check endef
PKG_DEPS-perl-Params-Check = perl=$(THISVER) +PKG_PROVIDES-perl-Params-Check += perl(Params::Check)
define PKG_FILES-perl-Params-Check /usr/share/perl5/Params/ @@ -885,6 +892,27 @@ define PKG_FILES-perl-Parse-CPAN-Meta /usr/share/man/man3/Parse::CPAN::Meta.3* endef
+# PathTools +PKG_PACKAGES += perl-PathTools + +PKG_EPOCH-perl-PathTools = 0 +PKG_VER-perl-PathTools = 3.31 +PKG_LICENSE-perl-PathTools = (GPL+ or Artistic) and BSD + +PKG_SUMMARY-perl-PathTools = PathTools Perl module (Cwd, File::Spec). +define PKG_DESCRIPTION-perl-PathTools + PathTools Perl module (Cwd, File::Spec). +endef + +PKG_DEPS-perl-PathTools = perl=$(THISVER) + +define PKG_FILES-perl-PathTools + /usr/lib/perl5/Cwd.pm + /usr/lib/perl5/File/Spec* + /usr/share/man/man3/Cwd* + /usr/share/man/man3/File::Spec* +endef + # Pod-Escapes PKG_PACKAGES += perl-Pod-Escapes
hooks/post-receive -- IPFire 3.x development tree