From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 29 11:50:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E22616A41C for ; Wed, 29 Jun 2005 11:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53F43D5D for ; Wed, 29 Jun 2005 11:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5TBoE6I031444 for ; Wed, 29 Jun 2005 11:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5TBoEie031443; Wed, 29 Jun 2005 11:50:14 GMT (envelope-from gnats) Resent-Date: Wed, 29 Jun 2005 11:50:14 GMT Resent-Message-Id: <200506291150.j5TBoEie031443@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05CB216A41C for ; Wed, 29 Jun 2005 11:43:08 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D4243D1F for ; Wed, 29 Jun 2005 11:43:07 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j5TBhnUp062491 for ; Wed, 29 Jun 2005 15:43:49 +0400 (MSD) Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1]) by localhost (8.13.1/8.12.6) with ESMTP id j5TBhnxf062486 for ; Wed, 29 Jun 2005 15:43:49 +0400 (MSD) Received: from localhost (localhost.inec.ru [127.0.0.1]) by localhost (Postfix) with SMTP id 95E345A14E for ; Wed, 29 Jun 2005 15:43:49 +0400 (MSD) Received: from core (postbox.inec.ru [213.148.3.226]) by waterwall.inec.ru (Postfix) with ESMTP id AAP11D42C2897596A5 for ; Wed, 29 Jun 2005 15:43:49 +0400 (MSD) Received: from [213.219.249.64] (helo=spray.anyhost.ru ident=mailnull) by core with esmtp (Exim 4.51 (FreeBSD)) id 1Dnaxf-0002Dp-N1 for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Jun 2005 15:42:35 +0400 Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD)) id 1Dnaxv-0008KM-70 for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Jun 2005 15:42:51 +0400 Message-Id: Date: Wed, 29 Jun 2005 15:42:51 +0400 From: Vsevolod Stakhov Sender: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82773: Update port: archivers/lzo2 to 2.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vsevolod Stakhov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 11:50:14 -0000 >Number: 82773 >Category: ports >Synopsis: Update port: archivers/lzo2 to 2.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 29 11:50:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vsevolod Stakhov >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Update to 2.01 that contains some performance improvements on 64 bits machines. Also shared library name has been changed. >How-To-Repeat: >Fix: diff -ruPN lzo2.orig/Makefile lzo2/Makefile --- lzo2.orig/Makefile Wed Jun 29 14:09:48 2005 +++ lzo2/Makefile Wed Jun 29 15:38:48 2005 @@ -6,7 +6,7 @@ # PORTNAME= lzo -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ MASTER_SITE_SUBDIR= libs/compression diff -ruPN lzo2.orig/distinfo lzo2/distinfo --- lzo2.orig/distinfo Wed Jun 29 14:09:48 2005 +++ lzo2/distinfo Wed Jun 29 15:38:48 2005 @@ -1,2 +1,2 @@ -MD5 (lzo-2.00.tar.gz) = c7b6b2a0aa3b06722afed4bec4f79011 -SIZE (lzo-2.00.tar.gz) = 570678 +MD5 (lzo-2.01.tar.gz) = 0068c3f5a6325323dcdad3a4c52ed51e +SIZE (lzo-2.01.tar.gz) = 591048 diff -ruPN lzo2.orig/pkg-plist lzo2/pkg-plist --- lzo2.orig/pkg-plist Wed Jun 29 14:09:48 2005 +++ lzo2/pkg-plist Wed Jun 29 15:38:48 2005 @@ -11,9 +11,9 @@ include/lzo/lzoconf.h include/lzo/lzodefs.h include/lzo/lzoutil.h -lib/liblzo.a -lib/liblzo.so -lib/liblzo.so.2 +lib/liblzo2.a +lib/liblzo2.so +lib/liblzo2.so.2 %%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ %%PORTDOCS%%%%DOCSDIR%%/LZO.TXT %%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT >Release-Note: >Audit-Trail: >Unformatted: