From owner-freebsd-ports Tue Dec 4 14:40:14 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 B6CDD37B41D for ; Tue, 4 Dec 2001 14:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB4Me0B57766; 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 AF8EA37B416 for ; Tue, 4 Dec 2001 14:37:25 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB4MbPe57579; Tue, 4 Dec 2001 14:37:25 -0800 (PST) (envelope-from nobody) Message-Id: <200112042237.fB4MbPe57579@freefall.freebsd.org> Date: Tue, 4 Dec 2001 14:37:25 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32513: Update port: archivers/lzo 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: 32513 >Category: ports >Synopsis: Update port: archivers/lzo >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: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/lzo/Makefile archivers/lzo/Makefile --- /usr/ports/archivers/lzo/Makefile Wed Feb 14 14:41:46 2001 +++ archivers/lzo/Makefile Sat Dec 1 06:25:03 2001 @@ -8,7 +8,7 @@ PORTNAME= lzo PORTVERSION= 1.07 CATEGORIES= archivers devel -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \ +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/compression @@ -20,8 +20,8 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/lzo - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include diff -urN /usr/ports/archivers/lzo/pkg-descr archivers/lzo/pkg-descr --- /usr/ports/archivers/lzo/pkg-descr Tue Jan 30 04:29:03 2001 +++ archivers/lzo/pkg-descr Sat Dec 1 06:23:35 2001 @@ -19,4 +19,4 @@ Author: Markus Franz Xaver Johannes Oberhumer markus.oberhumer@jk.uni-linz.ac.at -WWW: http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html +WWW: http://www.oberhumer.com/opensource/lzo/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message