diff options
author | hauke <hauke@pkgsrc.org> | 2012-01-22 21:10:18 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2012-01-22 21:10:18 +0000 |
commit | bd09a01be607449cbfb6513b58e7d2897c3c35fa (patch) | |
tree | 8d1bc43733f157aa9ea6f186e9855858f7380a8f /sysutils | |
parent | ae158500201d20fb92d1624fd400a2a1b8e3fba8 (diff) | |
download | pkgsrc-bd09a01be607449cbfb6513b58e7d2897c3c35fa.tar.gz |
Remove an over-zealous warning, which breaks the amstatus script for
Perl 5.14+.
According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>,
upstream did away with -T here in Amanda v2.6.
Since Perl 5.14+ warns of a deprecated newgetopt.perl, depend on the
recommended compat module.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-server/Makefile | 6 | ||||
-rw-r--r-- | sysutils/amanda-server/distinfo | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index d528201c418..ac4b0e95a44 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2010/06/28 10:09:26 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2012/01/22 21:10:18 hauke Exp $ PKGNAME= amanda-server-${VERS} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= amase COMMENT= Server part of Amanda, a network backup system @@ -10,6 +10,8 @@ PKG_DESTDIR_SUPPORT= destdir USE_TOOLS+= awk:run perl:run +DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs + .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" diff --git a/sysutils/amanda-server/distinfo b/sysutils/amanda-server/distinfo index a7efe574f0b..2b039787f69 100644 --- a/sysutils/amanda-server/distinfo +++ b/sysutils/amanda-server/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2008/02/15 16:23:09 gdt Exp $ +$NetBSD: distinfo,v 1.13 2012/01/22 21:10:18 hauke Exp $ SHA1 (amanda-2.5.2p1.tar.gz) = 0969376590a93b2c060dbe9d2573bf335614a4c2 RMD160 (amanda-2.5.2p1.tar.gz) = 31a81a7c5c0d953a6dffa575a7c3edc14d41f236 @@ -15,3 +15,4 @@ SHA1 (patch-ai) = a5d85a0b947926f84dab3d6826cdcc69d4709486 SHA1 (patch-aj) = 63e3cb69b74fbe624c7777ae5515832aea9335ca SHA1 (patch-ak) = 403ed50f3396198abab03cc06378030b605fff02 SHA1 (patch-aq) = 5d0b287ef3271c0ffaa13f4841312859ffc34bf4 +SHA1 (patch-server-src_amstatus.pl.in) = 75cc66b2b27cb9a9170257d42079b9e140e0f3f0 |