Date: Wed, 25 May 2005 07:10:04 GMT From: Andrej Zverev <az@inec.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/81401: [update] net/balance to 3.22 Message-ID: <200505250710.j4P7A4l2043779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/81401; it has been noted by GNATS. From: Andrej Zverev <az@inec.ru> To: bug-followup@freebsd.org, joseph@randomnetworks.com, Sergey Matveychuk <sem@hub.freebsd.org> Cc: Subject: Re: ports/81401: [update] net/balance to 3.22 Date: Wed, 25 May 2005 11:08:28 +0400 --Boundary-00=_tRClC6eD2frSqMs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Where is no reason for this, i just miss it, sorry. Here complete patch again, if Joseph agree with it. --Boundary-00=_tRClC6eD2frSqMs Content-Type: text/x-diff; charset="us-ascii"; name="balance.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="balance.diff" diff -Nru balance.orig/Makefile balance/Makefile --- balance.orig/Makefile Tue Mar 1 19:19:55 2005 +++ balance/Makefile Wed May 25 11:00:15 2005 @@ -6,7 +6,7 @@ # PORTNAME= balance -PORTVERSION= 3.19 +PORTVERSION= 3.22 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ http://www.inlab.de/ diff -Nru balance.orig/distinfo balance/distinfo --- balance.orig/distinfo Tue Mar 1 19:19:55 2005 +++ balance/distinfo Wed May 25 10:06:50 2005 @@ -1,2 +1,2 @@ -MD5 (balance-3.19.tar.gz) = 7791586953fade0592d0cac215218167 -SIZE (balance-3.19.tar.gz) = 21351 +MD5 (balance-3.22.tar.gz) = 4744586e662ce93bfe650ba81567da53 +SIZE (balance-3.22.tar.gz) = 21726 diff -Nru balance.orig/files/patch-Makefile balance/files/patch-Makefile --- balance.orig/files/patch-Makefile Tue Mar 1 19:19:55 2005 +++ balance/files/patch-Makefile Wed May 25 10:10:11 2005 @@ -1,7 +1,7 @@ ---- Makefile.orig Wed Jun 16 08:50:09 2004 -+++ Makefile Wed Jun 16 08:50:44 2004 +--- Makefile.orig Fri Mar 11 22:45:07 2005 ++++ Makefile Wed May 25 10:10:08 2005 @@ -1,7 +1,7 @@ - # $Id: Makefile,v 1.13 2004/05/27 12:23:05 tommy Exp tommy $ + # $Id: Makefile,v 1.20 2005/03/11 19:44:05 tommy Exp tommy $ #CFLAGS=-g -I. -CFLAGS=-O2 -Wall @@ -15,6 +15,6 @@ -CC=gcc +CC?=gcc - RELEASE=3.19 + RELEASE=3.22 - balance: balance.c butils.o balance.h + all: balance balance.pdf --Boundary-00=_tRClC6eD2frSqMs--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505250710.j4P7A4l2043779>