[csw-devel] SF.net SVN: gar:[9962] csw/mgar/pkg/clzip/trunk
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Mon May 24 19:14:53 CEST 2010
Revision: 9962
http://gar.svn.sourceforge.net/gar/?rev=9962&view=rev
Author: rthurner
Date: 2010-05-24 17:14:52 +0000 (Mon, 24 May 2010)
Log Message:
-----------
clzip - echo -n not used any more
Modified Paths:
--------------
csw/mgar/pkg/clzip/trunk/Makefile
csw/mgar/pkg/clzip/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/clzip/trunk/files/0004-Use-ucb-echo-for-n.patch
Modified: csw/mgar/pkg/clzip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/clzip/trunk/Makefile 2010-05-24 14:17:46 UTC (rev 9961)
+++ csw/mgar/pkg/clzip/trunk/Makefile 2010-05-24 17:14:52 UTC (rev 9962)
@@ -1,5 +1,5 @@
GARNAME = clzip
-GARVERSION = 1.0-rc2
+GARVERSION = 1.0
CATEGORIES = utils
DESCRIPTION = a lossless data compressor based on the LZMA algorithm
@@ -11,10 +11,7 @@
PATCHFILES = 0001-Do-not-use-gcc-CFLAGS.patch
PATCHFILES += 0002-Do-not-use-gcc-CFLAGS.patch
PATCHFILES += 0003-Use-inttypes-instead-of-stdint.patch
-PATCHFILES += 0004-Use-ucb-echo-for-n.patch
-SPKG_VERSION = $(subst -,,$(GARVERSION))
-
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
Modified: csw/mgar/pkg/clzip/trunk/checksums
===================================================================
--- csw/mgar/pkg/clzip/trunk/checksums 2010-05-24 14:17:46 UTC (rev 9961)
+++ csw/mgar/pkg/clzip/trunk/checksums 2010-05-24 17:14:52 UTC (rev 9962)
@@ -2,4 +2,4 @@
3db9d95c5cac0ee16f762e3c65ce3336 0002-Do-not-use-gcc-CFLAGS.patch
2a1badc5ef23643659843f9a557afb13 0003-Use-inttypes-instead-of-stdint.patch
782315357fca676b888181ee0992e5ba 0004-Use-ucb-echo-for-n.patch
-94c29caf7ded781280b4b0261bbf1b80 clzip-1.0-rc2.tar.gz
+9f49b257e9da5e65471531866fb50336 clzip-1.0.tar.gz
Deleted: csw/mgar/pkg/clzip/trunk/files/0004-Use-ucb-echo-for-n.patch
===================================================================
--- csw/mgar/pkg/clzip/trunk/files/0004-Use-ucb-echo-for-n.patch 2010-05-24 14:17:46 UTC (rev 9961)
+++ csw/mgar/pkg/clzip/trunk/files/0004-Use-ucb-echo-for-n.patch 2010-05-24 17:14:52 UTC (rev 9962)
@@ -1,27 +0,0 @@
-From ebbffb3199cc4f9cd1fd0a429f3eac19a4570f06 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 26 Feb 2010 22:35:01 +0100
-Subject: [PATCH 4/4] Use ucb echo for -n
-
----
- testsuite/check.sh | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/testsuite/check.sh b/testsuite/check.sh
-index a57224d..77eb0ec 100755
---- a/testsuite/check.sh
-+++ b/testsuite/check.sh
-@@ -5,6 +5,10 @@
- # This script is free software: you have unlimited permission
- # to copy, distribute and modify it.
-
-+# Only ucb echo has -n
-+PATH=/usr/ucb:$PATH
-+export PATH
-+
- LC_ALL=C
- export LC_ALL
- objdir=`pwd`
---
-1.6.6
-
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