Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2001 21:44:21 -0700 (PDT)
From:      joseph@randomnetworks.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29319: PORT (MAINTAINER UPDATE) net/balance 2.24 -> 2.28
Message-ID:  <200107300444.VAA02675@pebkac.owp.csus.edu>

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

>Number:         29319
>Category:       ports
>Synopsis:       PORT (MAINTAINER UPDATE) net/balance 2.24 -> 2.28
>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:   Sun Jul 29 21:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:

>Description:

PORT (MAINTAINER UPDATE) net/balance 2.24 -> 2.28

NOTE : This update was submitted to me by : 
Dmitry A. Yanko <fm@astral.ntu-kpi.kiev.ua>

>How-To-Repeat:


>Fix:
diff -ruN balance.orig/Makefile balance/Makefile
--- balance.orig/Makefile	Sun Jul 29 21:39:35 2001
+++ balance/Makefile	Sun Jul 29 21:40:31 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	balance
-PORTVERSION=	2.24
+PORTVERSION=	2.28
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=  balance
diff -ruN balance.orig/distinfo balance/distinfo
--- balance.orig/distinfo	Sun Jul 29 21:39:35 2001
+++ balance/distinfo	Sun Jul 29 21:40:31 2001
@@ -1 +1 @@
-MD5 (balance-2.24.tar.gz) = 49fb4e1ef536d04dea94b963081abdf8
+MD5 (balance-2.28.tar.gz) = 66df77083edd0d4700d11d76e2de076c
diff -ruN balance.orig/files/patch-aa balance/files/patch-aa
--- balance.orig/files/patch-aa	Sun Jul 29 21:39:35 2001
+++ balance/files/patch-aa	Sun Jul 29 21:40:56 2001
@@ -1,30 +1,30 @@
---- Makefile.orig	Fri Dec 29 12:20:10 2000
-+++ Makefile	Fri Dec 29 12:20:39 2000
+--- ../balance-2.28.orig/Makefile	Mon Jul 30 03:20:11 2001
++++ Makefile	Mon Jul 30 03:21:16 2001
 @@ -1,11 +1,11 @@
- # $Id: Makefile,v 1.6 2000/07/23 10:03:11 tommy Exp $
+ # $Id: Makefile,v 1.12 2001/07/18 17:07:12 tommy Exp tommy $
  
 -CFLAGS=-g -I.
-+# CFLAGS=-g -I.
++#CFLAGS=-g -I.
  
  # uncomment for Solaris:
  # LIBRARIES=-lsocket -lnsl
  
 -CC=gcc
-+# CC=gcc
++#CC=gcc
+ RELEASE=2.28
  
  balance:	balance.c
- 		$(CC) $(CFLAGS) -o balance balance.c $(LIBRARIES)
---- balance.c.orig	Fri Dec 29 12:14:00 2000
-+++ balance.c	Fri Dec 29 12:14:21 2000
-@@ -19,6 +19,7 @@
- //   'channel 2 overload' problem fixed, thanks to Ed "KuroiNeko"
+--- ../balance-2.28.orig/balance.c	Mon Jul 30 03:20:11 2001
++++ balance.c	Mon Jul 30 03:22:23 2001
+@@ -26,6 +26,7 @@
+ //   thanks to Anthony Baxter
  //
  
 +#include <sys/types.h>
  #include <stdio.h>
  #include <strings.h>
  #include <ctype.h>
-@@ -27,7 +28,7 @@
+@@ -34,7 +35,7 @@
  #include <netinet/in.h>
  #include <arpa/inet.h>
  #include <signal.h>
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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