mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Update to 2.0.17
This commit is contained in:
parent
d18f0b8dd1
commit
613f7bfd03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327814
4 changed files with 7 additions and 8 deletions
|
@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
|
|||
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
USES= gmake perl5
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
||||
|
||||
NO_STAGE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (munin-2.0.16.tar.gz) = 5c8aab8714bec281cb57bad9bc7f62a41a752fa5b6e1720c74d5328708c8270a
|
||||
SIZE (munin-2.0.16.tar.gz) = 1334148
|
||||
SHA256 (munin-2.0.17.tar.gz) = cfcc5bf3f8e568574ce897af7c17cc160def280e1ac63cd0796ca300ffef439e
|
||||
SIZE (munin-2.0.17.tar.gz) = 1334184
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MUNIN_VERSION= 2.0.16
|
||||
MUNIN_VERSION= 2.0.17
|
||||
MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION}
|
||||
MUNIN_DISTINFO= ${PORTSDIR}/sysutils/munin-common/distinfo
|
||||
MUNIN_PATCHES= ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \
|
||||
|
|
|
@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
|
|||
|
||||
DISTINFO_FILE= ${MUNIN_DISTINFO}
|
||||
EXTRA_PATCHES+= ${MUNIN_PATCHES}
|
||||
USES= gmake shebangfix perl5
|
||||
USES= gmake perl5 shebangfix
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
REINPLACE_ARGS= -i ""
|
||||
SHEBANG_FILES= node/sbin/munin-node
|
||||
|
@ -42,8 +42,8 @@ SNMP_DESC= Include support for SNMP plugins
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSNMP}
|
||||
BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
.endif
|
||||
|
||||
MAN1= munin-node-configure.1 \
|
||||
|
|
Loading…
Add table
Reference in a new issue