diff options
author | mjl <mjl@pkgsrc.org> | 2004-11-12 12:13:44 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-11-12 12:13:44 +0000 |
commit | df9cd3edaa37db7157543371733949c8a8000129 (patch) | |
tree | d1f225724e77f6dc963c4d3de1ea6f57cc98e737 /sysutils/amanda-common/buildlink3.mk | |
parent | 8458f9aed322d1a5a64b0db3978745078a025409 (diff) | |
download | pkgsrc-df9cd3edaa37db7157543371733949c8a8000129.tar.gz |
Update amanda to 2.4.4p4
Bug fix release and minor improvements:
new chg-iomega changer script.
amanda will not use a tape if it's label is not in the tapelist file.
amflush.c: Don't start a driver if nothing to flush.
amadmin.c: Call check_dumpuser() as soon as posible.
amadmin.c: Don't core dump if DUMPCYLE is too big.
dumper.c: Parse warning message.
Diffstat (limited to 'sysutils/amanda-common/buildlink3.mk')
-rw-r--r-- | sysutils/amanda-common/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/amanda-common/buildlink3.mk b/sysutils/amanda-common/buildlink3.mk index 67d64a46518..9f61dab898e 100644 --- a/sysutils/amanda-common/buildlink3.mk +++ b/sysutils/amanda-common/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:18:14 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/11/12 12:13:45 mjl Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ AMANDA_COMMON_BUILDLINK3_MK:= ${AMANDA_COMMON_BUILDLINK3_MK}+ @@ -11,8 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Namanda-common} BUILDLINK_PACKAGES+= amanda-common .if !empty(AMANDA_COMMON_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.amanda-common+= amanda-common>=2.4.4p2 -BUILDLINK_RECOMMENDED.amanda-common+= amanda-common>=2.4.4p2nb1 +BUILDLINK_DEPENDS.amanda-common+= amanda-common>=2.4.4p4 +BUILDLINK_RECOMMENDED.amanda-common+= amanda-common>=2.4.4p4 BUILDLINK_PKGSRCDIR.amanda-common?= ../../sysutils/amanda-common .endif # AMANDA_COMMON_BUILDLINK3_MK |