diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-14 19:55:41 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-14 19:55:41 +0000 |
commit | 79d51907869c4e05d34732dd9b7f847f864e9459 (patch) | |
tree | 1177039417600307fc5ed35d8c3fea3ab3132e7d /net-mgmt | |
parent | 158c0b76df15e640a13946dbe5a860c6a38b4c5c (diff) |
Update to 4.0.1
PR: 37041
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57696
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pancho/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/pancho/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index 96f8b8ab8972..72bb7017191d 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pancho -PORTVERSION= 3.4 +PORTVERSION= 4.0.1 CATEGORIES= net -MASTER_SITES= http://pancho.lunarmedia.net/ +MASTER_SITES= ftp://pancho.lunarmedia.net/ DISTNAME= pancho-v${PORTVERSION} MAINTAINER= Nicolas.Jombart@hsc-labs.com -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP NO_BUILD= YES @@ -38,7 +38,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pancho ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/pancho -.for i in HOWTO LOGGING +.for i in README LOGGING ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/pancho .endfor .endif diff --git a/net-mgmt/pancho/distinfo b/net-mgmt/pancho/distinfo index 9af28596ec13..e6cd244c52f7 100644 --- a/net-mgmt/pancho/distinfo +++ b/net-mgmt/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v3.4.tar.gz) = 3b8127e87547a5b9f9ee53297b9c44e2 +MD5 (pancho-v4.0.1.tar.gz) = aa0e59c4d63921b35eb117a9fa9ad823 diff --git a/net-mgmt/pancho/pkg-plist b/net-mgmt/pancho/pkg-plist index 53e38a993f46..025e4cbf4095 100644 --- a/net-mgmt/pancho/pkg-plist +++ b/net-mgmt/pancho/pkg-plist @@ -1,4 +1,4 @@ bin/pancho -%%PORTDOCS%%share/doc/pancho/HOWTO +%%PORTDOCS%%share/doc/pancho/README %%PORTDOCS%%share/doc/pancho/LOGGING %%PORTDOCS%%@dirrm share/doc/pancho |