Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 11:24:00 +0100 (CET)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47587: Update port: [Maintainer Update]: misc/lr
Message-ID:  <20030128102400.984A414A24@icommerce-france.com>

next in thread | raw e-mail | index | archive | help

>Number:         47587
>Category:       ports
>Synopsis:       Update port: [Maintainer Update]: misc/lr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 02:30:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386

>Description:
	Update to latest release. 
	This PR assumes that PR#47301 has been commited - as diff is made on basis 
	of that PR.
>How-To-Repeat:
>Fix:

	
diff -u -ruN lr.bak/Makefile lr/Makefile
--- lr.bak/Makefile	Sat Jan 25 17:50:22 2003
+++ lr/Makefile	Tue Jan 28 11:18:19 2003
@@ -7,14 +7,16 @@
 #
 
 PORTNAME=	lr
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	misc
 MASTER_SITES=	http://www.seekrut.com/rk/
+DISTNAME=	lazyread-${PORTVERSION}
 
 MAINTAINER=	mich@freebsdcluster.org
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 do-build:
-	cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lr.c -lncurses
+	cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lazyread.c -lncurses
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
diff -u -ruN lr.bak/distinfo lr/distinfo
--- lr.bak/distinfo	Sat Jan 25 17:50:22 2003
+++ lr/distinfo	Tue Jan 28 11:15:06 2003
@@ -1 +1 @@
-MD5 (lr-1.8.tar.gz) = 1872926f34ed7575c61f5182b075f507
+MD5 (lazyread-1.9.tar.gz) = 4ed53cd11497d23ae895d086d29a0cba

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030128102400.984A414A24>