diff options
Diffstat (limited to 'net/balance')
-rw-r--r-- | net/balance/Makefile | 4 | ||||
-rw-r--r-- | net/balance/distinfo | 2 | ||||
-rw-r--r-- | net/balance/files/patch-Makefile | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile index 9e72c54c20ca..bab690c16f74 100644 --- a/net/balance/Makefile +++ b/net/balance/Makefile @@ -6,10 +6,10 @@ # PORTNAME= balance -PORTVERSION= 2.33 +PORTVERSION= 3.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= balance +MASTER_SITE_SUBDIR= balance MAINTAINER= joseph@randomnetworks.com diff --git a/net/balance/distinfo b/net/balance/distinfo index 43cff6497357..8c7ec2c455c3 100644 --- a/net/balance/distinfo +++ b/net/balance/distinfo @@ -1 +1 @@ -MD5 (balance-2.33.tar.gz) = b38da3e03218a9adb50356a00eda3b07 +MD5 (balance-3.6.tar.gz) = d3b0729937eea2a76e02c46416bd48ec diff --git a/net/balance/files/patch-Makefile b/net/balance/files/patch-Makefile index a0f395c3b74a..235771157102 100644 --- a/net/balance/files/patch-Makefile +++ b/net/balance/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile.orig Tue Oct 2 09:53:26 2001 -+++ Makefile Tue Oct 2 09:53:52 2001 +--- Makefile.orig Mon Jan 27 09:26:14 2003 ++++ Makefile Mon Jan 27 09:26:21 2003 @@ -1,12 +1,12 @@ - # $Id: Makefile,v 1.20 2001/09/15 22:30:46 tommy Exp $ + # $Id: Makefile,v 1.3 2002/10/11 20:01:12 tommy Exp tommy $ #CFLAGS=-g -I. -CFLAGS=-O @@ -12,6 +12,6 @@ -CC=gcc +#CC=gcc - RELEASE=2.33 + RELEASE=3.6 - balance: balance.c + balance: balance.c butils.o balance.h |