diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-04-14 14:03:19 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-04-14 14:03:19 +0000 |
commit | ff44bf490c1a4e5ba8869606f8dafdc68b0a64cc (patch) | |
tree | 02614acbf4188503458d2367eb9078c97b755911 /net/ifstated/Makefile | |
parent | 6ec4d9369dd4f8b6164bd817742c51f7974e3304 (diff) | |
download | ports-ff44bf490c1a4e5ba8869606f8dafdc68b0a64cc.tar.gz ports-ff44bf490c1a4e5ba8869606f8dafdc68b0a64cc.zip |
- Update to 3.7. [1]
- Integrate patch that fixes behaviour with multiple check criteria. [2]
PR: 111129 [1], [2]
Submitted by: maintainer [1]
Artemiev Igor <ai@bmc.brk.ru> [2]
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=189951
Diffstat (limited to 'net/ifstated/Makefile')
-rw-r--r-- | net/ifstated/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index 99a15cd9100b..08899c6edbd8 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -6,9 +6,12 @@ # PORTNAME= ifstated -PORTVERSION= 20050505 +PORTVERSION= 3.7 +PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= http://skreuzer.f2o.org/mirror/ifstated/ +MASTER_SITES= http://skreuzer.f2o.org/mirror/ifstated/ \ + http://www.atarininja.org/~wxs/distfiles/ \ + http://www.pkix.net/mirror/f2o.org/ifstated/ MAINTAINER= skreuzer@f2o.org COMMENT= Interface State daemon |