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 2da87bd58e78a09ce8d6423e3ab19a6a87c879ab (commit) from b0cc67f047e6aad1dfe2cc909b425380496fd9f1 (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 2da87bd58e78a09ce8d6423e3ab19a6a87c879ab Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 19:41:14 2011 +0200
git: Build with perl.
perl is needed to support "git add -i".
Closes #205.
-----------------------------------------------------------------------
Summary of changes: pkgs/git/git.nm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/git/git.nm b/pkgs/git/git.nm index bcf3435..78ae590 100644 --- a/pkgs/git/git.nm +++ b/pkgs/git/git.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = git PKG_VER = 1.7.3.2 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Development/Tools @@ -34,7 +34,8 @@ PKG_URL = http://git-scm.com/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Fast Version Control System.
-PKG_BUILD_DEPS+= expat-devel gettext libcurl-devel openssl-devel zlib-devel +PKG_BUILD_DEPS+= expat-devel gettext libcurl-devel openssl-devel perl-devel \ + zlib-devel PKG_DEPS += less openssh-clients rsync /usr/bin/vi
define PKG_DESCRIPTION @@ -49,7 +50,6 @@ define STAGE_PREPARE_CMDS echo "CFLAGS = $(CFLAGS)" > $(DIR_APP)/config.mak echo "BLK_SHA1 = 1" >> $(DIR_APP)/config.mak echo "NEEDS_CRYPTO_WITH_SSL = 1" >> $(DIR_APP)/config.mak - echo "NO_PERL = 1" >> $(DIR_APP)/config.mak echo "NO_PYTHON = 1" >> $(DIR_APP)/config.mak echo "NO_TCLTK = 1" >> $(DIR_APP)/config.mak echo "ETC_GITCONFIG = /etc/gitconfig" >> $(DIR_APP)/config.mak
hooks/post-receive -- IPFire 3.x development tree