mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 9.2.4
- Uncomment RUN_DEPENDS - Use of DOCS PR: 58640 Submitted by: maintainer
This commit is contained in:
parent
6ebf3e3446
commit
0617052cd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92795
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pancho
|
||||
PORTVERSION= 9.2.2
|
||||
PORTVERSION= 9.2.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.panchoproject.org/archives/pancho/
|
||||
DISTNAME= pancho-v${PORTVERSION}
|
||||
@ -14,9 +14,9 @@ DISTNAME= pancho-v${PORTVERSION}
|
||||
MAINTAINER= ecu@ipv42.net
|
||||
COMMENT= Network devices management tool using TFTP and SNMP
|
||||
|
||||
#RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
|
||||
# ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
# ${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
|
||||
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager
|
||||
|
||||
WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION}
|
||||
USE_PERL5= YES
|
||||
@ -24,6 +24,8 @@ PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= pancho.1
|
||||
|
||||
DOCS= README README.plugins Plugin.sample
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins
|
||||
@${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/
|
||||
@ -32,9 +34,7 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in README README.plugins Plugin.sample
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35
|
||||
MD5 (pancho-v9.2.4.tar.gz) = f251adffbec7c9b60c6e2e632d272d8d
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pancho
|
||||
PORTVERSION= 9.2.2
|
||||
PORTVERSION= 9.2.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.panchoproject.org/archives/pancho/
|
||||
DISTNAME= pancho-v${PORTVERSION}
|
||||
@ -14,9 +14,9 @@ DISTNAME= pancho-v${PORTVERSION}
|
||||
MAINTAINER= ecu@ipv42.net
|
||||
COMMENT= Network devices management tool using TFTP and SNMP
|
||||
|
||||
#RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
|
||||
# ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
# ${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
|
||||
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager
|
||||
|
||||
WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION}
|
||||
USE_PERL5= YES
|
||||
@ -24,6 +24,8 @@ PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= pancho.1
|
||||
|
||||
DOCS= README README.plugins Plugin.sample
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins
|
||||
@${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/
|
||||
@ -32,9 +34,7 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in README README.plugins Plugin.sample
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35
|
||||
MD5 (pancho-v9.2.4.tar.gz) = f251adffbec7c9b60c6e2e632d272d8d
|
||||
|
Loading…
Reference in New Issue
Block a user