mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 9.2.2
- Use ${SITE_PERL} and ${DOCSDIR} PR: ports/57570 Submitted By: maintainer
This commit is contained in:
parent
d3421e37e4
commit
32825a1a3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90239
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pancho
|
||||
PORTVERSION= 9.2.1
|
||||
PORTVERSION= 9.2.2
|
||||
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= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/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
|
||||
@ -31,9 +31,10 @@ post-patch:
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in README README.plugins Plugin.sample
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pancho-v9.2.1.tar.gz) = 979cda9b53f4c286bfcd8c37b7a12288
|
||||
MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pancho
|
||||
PORTVERSION= 9.2.1
|
||||
PORTVERSION= 9.2.2
|
||||
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= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/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
|
||||
@ -31,9 +31,10 @@ post-patch:
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in README README.plugins Plugin.sample
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pancho-v9.2.1.tar.gz) = 979cda9b53f4c286bfcd8c37b7a12288
|
||||
MD5 (pancho-v9.2.2.tar.gz) = 1873f8deb2b890670ba62a9662d52d35
|
||||
|
Loading…
Reference in New Issue
Block a user