From 7fa8f38e5c6d1582734213634a7c917ce4493161 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 28 Mar 2016 15:03:55 +0000 Subject: [PATCH] gzip: bump to version 1.7. * Bump version. * Update HOMEPAGE. * Drop SOURCE_DIR as it is not needed. * Delete $libDir/charset.alias as it is not needed. --- app-arch/gzip/{gzip-1.6.recipe => gzip-1.7.recipe} | 11 ++++++----- .../patches/{gzip-1.6.patchset => gzip-1.7.patchset} | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) rename app-arch/gzip/{gzip-1.6.recipe => gzip-1.7.recipe} (84%) rename app-arch/gzip/patches/{gzip-1.6.patchset => gzip-1.7.patchset} (96%) diff --git a/app-arch/gzip/gzip-1.6.recipe b/app-arch/gzip/gzip-1.7.recipe similarity index 84% rename from app-arch/gzip/gzip-1.6.recipe rename to app-arch/gzip/gzip-1.7.recipe index d6273e12e..50150e292 100644 --- a/app-arch/gzip/gzip-1.6.recipe +++ b/app-arch/gzip/gzip-1.7.recipe @@ -3,14 +3,13 @@ DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \ replacement for compress. Its main advantages over compress are much \ better compression and freedom from patented algorithms. It has been \ adopted by the GNU project and is now relatively popular on the Internet." -HOMEPAGE="http://www.gzip.org/" +HOMEPAGE="https://www.gnu.org/software/gzip/" COPYRIGHT="1992-1993 Jean-loup Gailly - 1999-2013 Free Software Foundation, Inc." + 1999-2016 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/gzip/gzip-$portVersion.tar.xz" -CHECKSUM_SHA256="37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847" -SOURCE_DIR="$portVersionedName" +CHECKSUM_SHA256="fb31c57e7ce7703596ef57329be7cc5c5fd741b4a0f659fea7ee6a54706b41ab" PATCHES="${portVersionedName}.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc" @@ -60,4 +59,6 @@ BUILD() INSTALL() { make install + rm $libDir/charset.alias + rmdir $libDir } diff --git a/app-arch/gzip/patches/gzip-1.6.patchset b/app-arch/gzip/patches/gzip-1.7.patchset similarity index 96% rename from app-arch/gzip/patches/gzip-1.6.patchset rename to app-arch/gzip/patches/gzip-1.7.patchset index 449115031..426e9e28d 100644 --- a/app-arch/gzip/patches/gzip-1.6.patchset +++ b/app-arch/gzip/patches/gzip-1.7.patchset @@ -11,7 +11,7 @@ diff --git a/gzexe.in b/gzexe.in index e458563..45e1900 100644 --- a/gzexe.in +++ b/gzexe.in -@@ -218,7 +218,7 @@ EOF +@@ -212,7 +212,7 @@ EOF echo >&2 "$0: $tmp: cannot chmod" continue }