From owner-freebsd-ports Fri Feb 14 22:27:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA03759 for ports-outgoing; Fri, 14 Feb 1997 22:27:58 -0800 (PST) Received: from chai.plexuscom.com (chai.plexuscom.com [207.87.46.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA03752 for ; Fri, 14 Feb 1997 22:27:55 -0800 (PST) Received: from chai.plexuscom.com (localhost [127.0.0.1]) by chai.plexuscom.com (8.8.5/8.6.12) with ESMTP id BAA16212; Sat, 15 Feb 1997 01:28:47 -0500 (EST) Message-Id: <199702150628.BAA16212@chai.plexuscom.com> To: Pedro Giffuni Cc: ports@freebsd.org Subject: Re: Lesstif is outdated In-reply-to: Your message of "Fri, 14 Feb 1997 22:37:18 PST." <3305599D.511F@fps.biblos.unal.edu.co> Date: Sat, 15 Feb 1997 01:28:46 -0500 From: Bakul Shah Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ugh... I had meant to send this in and forgot... Apply this shell script and do a make. #!/bin/sh cd $PORTS/x11/lesstiff rm patch/patch-aa # not needed any more patch -p1 <<'EOF' diff -u -r lesstif/Makefile lesstif-0.76/Makefile --- lesstif/Makefile Sun Feb 2 12:57:58 1997 +++ lesstif-0.76/Makefile Tue Jan 28 12:33:42 1997 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1997/01/09 09:07:30 asami Exp $ # -DISTNAME= lesstif-0.75a +DISTNAME= lesstif-0.76 CATEGORIES= x11 MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/ diff -u -r lesstif/files/md5 lesstif-0.76/files/md5 --- lesstif/files/md5 Thu Jan 9 04:07:31 1997 +++ lesstif-0.76/files/md5 Tue Jan 28 12:36:08 1997 @@ -1 +1 @@ -MD5 (lesstif-0.75a.tar.gz) = 67867ceeef3358c5eab3cbf0306b9700 +MD5 (lesstif-0.76.tar.gz) = 3582b86072744101e57ff2aa8fd51f88 EOF