From owner-freebsd-ports Tue Dec 4 14:40:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3884037B41F for ; Tue, 4 Dec 2001 14:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB4Me0W57775; Tue, 4 Dec 2001 14:40:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0AF637B41A for ; Tue, 4 Dec 2001 14:38:10 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB4McAJ57627; Tue, 4 Dec 2001 14:38:10 -0800 (PST) (envelope-from nobody) Message-Id: <200112042238.fB4McAJ57627@freefall.freebsd.org> Date: Tue, 4 Dec 2001 14:38:10 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32514: Update port: archivers/lzop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32514 >Category: ports >Synopsis: Update port: archivers/lzop >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 04 14:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/lzop/Makefile archivers/lzop/Makefile --- /usr/ports/archivers/lzop/Makefile Thu Jun 22 14:51:49 2000 +++ archivers/lzop/Makefile Sat Dec 1 06:27:04 2001 @@ -8,14 +8,14 @@ PORTNAME= lzop PORTVERSION= 1.00 CATEGORIES= archivers -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ +MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo -GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 diff -urN /usr/ports/archivers/lzop/pkg-descr archivers/lzop/pkg-descr --- /usr/ports/archivers/lzop/pkg-descr Sat Jun 3 07:58:15 2000 +++ archivers/lzop/pkg-descr Sat Dec 1 06:26:23 2001 @@ -5,3 +5,5 @@ lzop is distributed under the terms of the GNU General Public License (GPL). + +WWW: http://www.oberhumer.com/opensource/lzop/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message