diff options
author | gls <gls> | 2010-03-10 21:16:55 +0000 |
---|---|---|
committer | gls <gls> | 2010-03-10 21:16:55 +0000 |
commit | 6fa028ee3b3330937ae6b2cbb38e01f1b7a4c156 (patch) | |
tree | fa86945184894e4dc9961ba4757607d3ba6cae62 /sysutils | |
parent | edbb8ae813a976625ba6d356b1d5cefd7a6c6be5 (diff) | |
download | pkgsrc-6fa028ee3b3330937ae6b2cbb38e01f1b7a4c156.tar.gz |
Update to 2.0.7.
Patch provided by maintainer, Andrey Simonenko in PR 42945.
Fix MASTER_SITES.
Changes in ipa-2.0.7:
* If during initialization a limit has time of START, REACH or
UPDATED event greater than current time, then ipa will not restart
such limit immediately.
* If during initialization a not reached limit has time of START event
greater than current time, then ipa will change time of this event
to current time and will not restart such limit immediately.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipa/Makefile | 6 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 19e283bd9b6..aeb752d9312 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2009/07/10 08:20:03 obache Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/10 21:16:55 gls Exp $ # -DISTNAME= ipa-2.0.6 +DISTNAME= ipa-2.0.7 CATEGORIES= sysutils -MASTER_SITES= http://ipa-system.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= simon@comsys.ntu-kpi.kiev.ua diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 690d107e6ea..0a1f5a241d9 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/07/10 08:20:03 obache Exp $ +$NetBSD: distinfo,v 1.7 2010/03/10 21:16:55 gls Exp $ -SHA1 (ipa-2.0.6.tar.bz2) = 5140f44a8360c74bcfcdcabc6fb5abb19d8bf5e0 -RMD160 (ipa-2.0.6.tar.bz2) = ad7ccfc69265fceded78be293a146db7b44cc908 -Size (ipa-2.0.6.tar.bz2) = 292575 bytes +SHA1 (ipa-2.0.7.tar.bz2) = 8fb12d967234b78e57cc5fec24164df44b65adf1 +RMD160 (ipa-2.0.7.tar.bz2) = 2c1579ee6bd8a7166f46e2092d1ee65feef6091c +Size (ipa-2.0.7.tar.bz2) = 292861 bytes |