diff options
author | pat <pat@FreeBSD.org> | 2002-04-15 03:55:41 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-15 03:55:41 +0800 |
commit | ba0238258d7abe5d0e7965e55dc00cce8198d24a (patch) | |
tree | 31038358cbdde7bb0c04daba239b4b81cb23abb5 /net-mgmt | |
parent | c61ae60a76c6d97209351af84abdbfc5399eb6f4 (diff) | |
download | freebsd-ports-gnome-ba0238258d7abe5d0e7965e55dc00cce8198d24a.tar.gz freebsd-ports-gnome-ba0238258d7abe5d0e7965e55dc00cce8198d24a.tar.zst freebsd-ports-gnome-ba0238258d7abe5d0e7965e55dc00cce8198d24a.zip |
Update to 4.0.1
PR: 37041
Submitted by: maintainer
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 |