diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-08-25 09:58:13 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-08-25 09:58:13 +0000 |
commit | 6b81c5870137448d40b664c0ca6d20adadd1e786 (patch) | |
tree | 1ba88309ad2e811d2702104592edaa7b6f2064c7 | |
parent | Upgrade to 2.5.2 and make fetchable again. (diff) |
- Fix a stupid #include problem in libipvs
Pointy hat to: me
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=140972
-rw-r--r-- | net/ipvs/Makefile | 2 | ||||
-rw-r--r-- | net/ipvs/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ipvs/Makefile b/net/ipvs/Makefile index c734bf317781..af783c26d853 100644 --- a/net/ipvs/Makefile +++ b/net/ipvs/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipvs PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/ipvs/ DISTNAME= ipvs-${PORTVERSION}_${PORTREVISION} diff --git a/net/ipvs/distinfo b/net/ipvs/distinfo index aa5318a9b84d..7bc2b6bd1672 100644 --- a/net/ipvs/distinfo +++ b/net/ipvs/distinfo @@ -1,2 +1,2 @@ -MD5 (ipvs-0.4.0_1.tar.gz) = 928d69af2f3e9fbb6bf89674d2fff56a -SIZE (ipvs-0.4.0_1.tar.gz) = 75601 +MD5 (ipvs-0.4.0_2.tar.gz) = 4888112c8d661c62d2cc39cc0d396eb4 +SIZE (ipvs-0.4.0_2.tar.gz) = 75784 |