Date: Fri, 6 Jul 2001 21:40:05 -0700 (PDT) From: Pete Fritchman <petef@databits.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/28606: Update net/p5-SNMP_Session to 0.87 Message-ID: <200107070440.f674e5O77831@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28606; it has been noted by GNATS. From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: "David W. Chapman, Jr." <dwcjr@FreeBSD.org> Subject: Re: ports/28606: Update net/p5-SNMP_Session to 0.87 Date: Sat, 7 Jul 2001 00:30:05 -0400 Here's a new diff against the version in the tree, SNMP_Session is at 0.88 now. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2001/06/07 18:55:53 1.12 +++ Makefile 2001/07/07 04:27:30 @@ -6,9 +6,10 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.86 +PORTVERSION= 0.88 CATEGORIES= net perl5 -MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ +MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old PKGNAMEPREFIX= p5- MAINTAINER= petef@databits.net @@ -20,6 +21,7 @@ @${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session ${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \ ${PREFIX}/share/doc/p5-SNMP_Session + ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/p5-SNMP_Session .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/06/07 18:55:53 1.5 +++ distinfo 2001/07/07 04:27:30 @@ -1 +1 @@ -MD5 (SNMP_Session-0.86.tar.gz) = 2352bdc848d9a4be64a24f2d06a3b793 +MD5 (SNMP_Session-0.88.tar.gz) = 1d5f02203e394e8207bf8ed3a621ad71 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/05/03 08:41:58 1.2 +++ pkg-plist 2001/07/07 04:27:31 @@ -3,5 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist %%PORTDOCS%%share/doc/p5-SNMP_Session/README.SNMP_util +%%PORTDOCS%%share/doc/p5-SNMP_Session/index.html @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session %%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session -- Pete Fritchman <petef@databits.net> Databits Network Services, Inc. <http://databits.net> finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107070440.f674e5O77831>