aboutsummaryrefslogtreecommitdiff
path: root/net/balance
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-10-03 03:32:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-10-03 03:32:02 +0000
commit799f5b00adb77ec2b53a14d0ec918481766a827c (patch)
tree24c9de9b66ed2f6064b4ea144e8921d219682a1c /net/balance
parentcce07a6f6eb07dcad4b0c700eee04aec1bed7d28 (diff)
downloadports-799f5b00adb77ec2b53a14d0ec918481766a827c.tar.gz
ports-799f5b00adb77ec2b53a14d0ec918481766a827c.zip
Upgrade to 2.33
PR: ports/30989 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48372
Diffstat (limited to 'net/balance')
-rw-r--r--net/balance/Makefile2
-rw-r--r--net/balance/distinfo2
-rw-r--r--net/balance/files/patch-Makefile17
-rw-r--r--net/balance/files/patch-aa35
4 files changed, 19 insertions, 37 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile
index 5dca2c2208d9..9e72c54c20ca 100644
--- a/net/balance/Makefile
+++ b/net/balance/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= balance
-PORTVERSION= 2.28
+PORTVERSION= 2.33
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= balance
diff --git a/net/balance/distinfo b/net/balance/distinfo
index 9b7df463ec4b..43cff6497357 100644
--- a/net/balance/distinfo
+++ b/net/balance/distinfo
@@ -1 +1 @@
-MD5 (balance-2.28.tar.gz) = 66df77083edd0d4700d11d76e2de076c
+MD5 (balance-2.33.tar.gz) = b38da3e03218a9adb50356a00eda3b07
diff --git a/net/balance/files/patch-Makefile b/net/balance/files/patch-Makefile
new file mode 100644
index 000000000000..a0f395c3b74a
--- /dev/null
+++ b/net/balance/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- Makefile.orig Tue Oct 2 09:53:26 2001
++++ Makefile Tue Oct 2 09:53:52 2001
+@@ -1,12 +1,12 @@
+ # $Id: Makefile,v 1.20 2001/09/15 22:30:46 tommy Exp $
+
+ #CFLAGS=-g -I.
+-CFLAGS=-O
++#CFLAGS=-O
+
+ # uncomment for Solaris:
+ # LIBRARIES=-lsocket -lnsl
+
+-CC=gcc
++#CC=gcc
+ RELEASE=2.33
+
+ balance: balance.c
diff --git a/net/balance/files/patch-aa b/net/balance/files/patch-aa
deleted file mode 100644
index b18a05f75065..000000000000
--- a/net/balance/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
---- ../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.12 2001/07/18 17:07:12 tommy Exp tommy $
-
--CFLAGS=-g -I.
-+#CFLAGS=-g -I.
-
- # uncomment for Solaris:
- # LIBRARIES=-lsocket -lnsl
-
--CC=gcc
-+#CC=gcc
- RELEASE=2.28
-
- balance: balance.c
---- ../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>
-@@ -34,7 +35,7 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <signal.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #ifdef __FreeBSD__
- #define MYBSD 1