diff options
author | nork <nork@FreeBSD.org> | 2003-01-29 05:54:46 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-01-29 05:54:46 +0800 |
commit | d51ba80f989f86bf11e92edd36e18a07475aa478 (patch) | |
tree | a944a0aa7f21217c82bdd7dd2bb7502ce0abc128 /net/balance | |
parent | a353a94a5651e9fe79e3c1ad01c1e016a10384ac (diff) | |
download | freebsd-ports-gnome-d51ba80f989f86bf11e92edd36e18a07475aa478.tar.gz freebsd-ports-gnome-d51ba80f989f86bf11e92edd36e18a07475aa478.tar.zst freebsd-ports-gnome-d51ba80f989f86bf11e92edd36e18a07475aa478.zip |
Update to 3.6.
PR: ports/47561
Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
Prompted By: Attila Nagy <bra@fsn.hu>
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 |