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 28d2dc2117095eb463e5585db11746998b0fa47c (commit) via 593fa5bcef9689547071a656ca4d1250b4af50ae (commit) via 3510461065101d22f1da32713d2a0e605999fd8d (commit) from 782091d74d63b954aa29b371a5b8995b9c1d3a3b (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 28d2dc2117095eb463e5585db11746998b0fa47c Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jun 26 00:46:39 2011 +0200
pango: Update to 1.29.3.
commit 593fa5bcef9689547071a656ca4d1250b4af50ae Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jun 26 00:29:14 2011 +0200
file: Update to 5.07.
Linking zlib and cleaned up the makefile a bit.
commit 3510461065101d22f1da32713d2a0e605999fd8d Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jun 26 00:18:20 2011 +0200
grep: Update to 2.9.
Testsuite is running.
-----------------------------------------------------------------------
Summary of changes: pkgs/file/file.nm | 18 +++++------------- pkgs/grep/grep.nm | 9 ++++----- pkgs/pango/pango.nm | 4 ++-- 3 files changed, 11 insertions(+), 20 deletions(-)
Difference in files: diff --git a/pkgs/file/file.nm b/pkgs/file/file.nm index bc95461..aebd060 100644 --- a/pkgs/file/file.nm +++ b/pkgs/file/file.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = file -PKG_VER = 5.06 +PKG_VER = 5.07 PKG_REL = 1
PKG_MAINTAINER = @@ -34,6 +34,8 @@ PKG_URL = http://www.darwinsys.com/file/ PKG_LICENSE = BSD PKG_SUMMARY = A utility for determining file types.
+PKG_BUILD_DEPS+= zlib-devel + define PKG_DESCRIPTION The file command is used to identify a particular file according to the \ type of data contained by the file. File can identify many different \ @@ -45,18 +47,8 @@ PKG_TARBALL = $(THISAPP).tar.gz
PKG_PACKAGES += file-devel
-############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef +CONFIGURE_OPTIONS += \ + --disable-static
define STAGE_TEST cd $(DIR_APP) && make check diff --git a/pkgs/grep/grep.nm b/pkgs/grep/grep.nm index c48a84c..6a0ee51 100644 --- a/pkgs/grep/grep.nm +++ b/pkgs/grep/grep.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = grep -PKG_VER = 2.7 -PKG_REL = 0 +PKG_VER = 2.9 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Base Applications/Text @@ -42,12 +42,11 @@ define PKG_DESCRIPTION prints the matching lines. GNU's grep utilities include grep, egrep and fgrep. endef
-PKG_TARBALL = $(THISAPP).tar.gz +PKG_TARBALL = $(THISAPP).tar.xz
CONFIGURE_OPTIONS += \ --bindir=/bin
define STAGE_TEST - # TODO - This testsuite id known to fail. - cd $(DIR_APP) && make check || : + cd $(DIR_APP) && make check endef diff --git a/pkgs/pango/pango.nm b/pkgs/pango/pango.nm index f32a35c..3a5934b 100644 --- a/pkgs/pango/pango.nm +++ b/pkgs/pango/pango.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = pango -PKG_VER = 1.28.4 +PKG_VER = 1.29.3 PKG_REL = 1
PKG_MAINTAINER = @@ -44,7 +44,7 @@ define PKG_DESCRIPTION emphasis on internationalization. endef
-PKG_TARBALL = $(THISAPP).tar.gz +PKG_TARBALL = $(THISAPP).tar.xz
PKG_PACKAGES += $(PKG_NAME)-devel
hooks/post-receive -- IPFire 3.x development tree