Stop installing old copies of core modules
Also add RUN_DEPENDS+=texproc/p5-Pod-Parser which was removed from core and why I noticed. OK sthen@
This commit is contained in:
parent
721e2663bc
commit
b2c87b2239
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.93 2019/07/12 20:48:32 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.94 2021/03/08 16:58:40 afresh1 Exp $
|
||||
|
||||
COMMENT= multi-router traffic grapher
|
||||
|
||||
DISTNAME= mrtg-2.17.7
|
||||
REVISION= 0
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -21,7 +21,8 @@ BUILD_DEPENDS= textproc/groff
|
||||
RUN_DEPENDS= net/p5-IO-Socket-INET6 \
|
||||
net/p5-Net-SNMP \
|
||||
net/p5-SNMP_Session \
|
||||
net/rrdtool
|
||||
net/rrdtool \
|
||||
textproc/p5-Pod-Parser
|
||||
LIB_DEPENDS= graphics/gd
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.29 2018/07/13 07:56:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.30 2021/03/08 16:58:41 afresh1 Exp $
|
||||
@newgroup _mrtg:578
|
||||
@newuser _mrtg:578:578:daemon:MRTG account:/var/empty:/sbin/nologin
|
||||
@rcscript ${RCDIR}/mrtg
|
||||
@ -9,12 +9,12 @@ bin/mrtg-traffic-sum
|
||||
@bin bin/rateup
|
||||
libdata/perl5/site_perl/MRTG_lib.pm
|
||||
libdata/perl5/site_perl/Net_SNMP_util.pm
|
||||
libdata/perl5/site_perl/Pod/
|
||||
libdata/perl5/site_perl/Pod/InputObjects.pm
|
||||
libdata/perl5/site_perl/Pod/Parser.pm
|
||||
libdata/perl5/site_perl/Pod/PlainText.pm
|
||||
libdata/perl5/site_perl/Pod/Select.pm
|
||||
libdata/perl5/site_perl/Pod/Usage.pm
|
||||
@comment core perl or p5-Pod-Parser
|
||||
@comment libdata/perl5/site_perl/Pod/InputObjects.pm
|
||||
@comment libdata/perl5/site_perl/Pod/Parser.pm
|
||||
@comment libdata/perl5/site_perl/Pod/PlainText.pm
|
||||
@comment libdata/perl5/site_perl/Pod/Select.pm
|
||||
@comment libdata/perl5/site_perl/Pod/Usage.pm
|
||||
libdata/perl5/site_perl/locales_mrtg.pm
|
||||
@man man/man1/cfgmaker.1
|
||||
@man man/man1/indexmaker.1
|
||||
|
Loading…
Reference in New Issue
Block a user