[csw-devel] SF.net SVN: gar:[21456] csw/mgar/pkg/slib/trunk
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Mon Jul 8 17:32:27 CEST 2013
Revision: 21456
http://gar.svn.sourceforge.net/gar/?rev=21456&view=rev
Author: pfelecan
Date: 2013-07-08 15:32:26 +0000 (Mon, 08 Jul 2013)
Log Message:
-----------
upstream version bump
Modified Paths:
--------------
csw/mgar/pkg/slib/trunk/Makefile
csw/mgar/pkg/slib/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/slib/trunk/files/0005-Do-not-compress-info-file.patch
Modified: csw/mgar/pkg/slib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/slib/trunk/Makefile 2013-07-08 15:07:38 UTC (rev 21455)
+++ csw/mgar/pkg/slib/trunk/Makefile 2013-07-08 15:32:26 UTC (rev 21456)
@@ -1,7 +1,7 @@
# $Id$
NAME = slib
-VERSION = 3b3
+VERSION = 3b4
GARTYPE = v2
DESCRIPTION = A portable Scheme library
@@ -13,8 +13,9 @@
DISTFILES = $(DISTNAME).tar.gz
PATCHFILES = 0001-Fix-configure-shebang.patch
PATCHFILES += 0002-Fix-slib-script-shebang.patch
-PATCHFILES += 0003-Adapt-to-Guile-2.patch
+#PATCHFILES += 0003-Adapt-to-Guile-2.patch
PATCHFILES += 0004-Force-libraries-directory.patch
+PATCHFILES += 0005-Do-not-compress-info-file.patch
PACKAGES = CSWslib
CATALOGNAME_CSWslib = slib
Modified: csw/mgar/pkg/slib/trunk/checksums
===================================================================
--- csw/mgar/pkg/slib/trunk/checksums 2013-07-08 15:07:38 UTC (rev 21455)
+++ csw/mgar/pkg/slib/trunk/checksums 2013-07-08 15:32:26 UTC (rev 21456)
@@ -1 +1 @@
-11626eef380de4f56d3082514559beb6 slib-3b3.tar.gz
+dcada65c4df4209c8f71211095bcef8e slib-3b4.tar.gz
Added: csw/mgar/pkg/slib/trunk/files/0005-Do-not-compress-info-file.patch
===================================================================
--- csw/mgar/pkg/slib/trunk/files/0005-Do-not-compress-info-file.patch (rev 0)
+++ csw/mgar/pkg/slib/trunk/files/0005-Do-not-compress-info-file.patch 2013-07-08 15:32:26 UTC (rev 21456)
@@ -0,0 +1,34 @@
+From 3ac648c430aa319daee17c52dee48e6b89b4cf63 Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Mon, 8 Jul 2013 17:30:08 +0200
+Subject: [PATCH] Do not compress info file
+
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 1e266bd..e0c621d 100644
+--- a/Makefile
++++ b/Makefile
+@@ -197,7 +197,7 @@ install-info: $(DESTDIR)$(infodir)slib.info
+ info: install-info
+ $(DESTDIR)$(infodir)slib.info.gz: $(DESTDIR)$(infodir)slib.info
+ gzip -f $<
+-install-infoz: $(DESTDIR)$(infodir)slib.info.gz
++install-infoz: $(DESTDIR)$(infodir)slib.info
+ infoz: install-infoz
+
+ slib.doc: slib.1
+@@ -205,7 +205,7 @@ slib.doc: slib.1
+ install-man: slib.1 installdirs
+ -$(INSTALL_DATA) $< $(DESTDIR)$(mandir)man1/
+
+-docs: $(DESTDIR)$(infodir)slib.info.gz \
++docs: $(DESTDIR)$(infodir)slib.info \
+ $(DESTDIR)$(htmldir)slib_toc.html slib.dvi \
+ $(DESTDIR)$(pdfdir)slib.pdf \
+ slib.doc
+--
+1.8.3.1
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list