- update to 1.0901

- add WWW: tag
- sort pkg-plist

Approved by:	maintainer
This commit is contained in:
Pete Fritchman 2001-12-26 01:35:11 +00:00
parent 9b097cf52b
commit 4367b15baf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52183
4 changed files with 6 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= p5-Net
PORTVERSION= 1.0703
PORTVERSION= 1.0901
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -17,17 +17,13 @@ MAINTAINER= demon@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= \
Net::Cmd.3 \
MAN3= Net::Cmd.3 \
Net::Domain.3 \
Net::DummyInetd.3 \
Net::FTP.3 \
Net::NNTP.3 \
Net::Netrc.3 \
Net::PH.3 \
Net::POP3.3 \
Net::SMTP.3 \
Net::SNPP.3 \
Net::Time.3 \
Net::libnetFAQ.3

View File

@ -1 +1 @@
MD5 (libnet-1.0703.tar.gz) = 78dc0672a735756ec3c2bba15498cfa0
MD5 (libnet-1.0901.tar.gz) = c3790cd63dbe25878edb071082a3a883

View File

@ -84,3 +84,5 @@ Net::Telnet - Defines constants for the telnet protocol
Currently it just exports constants used in the telnet
protocol.
WWW: http://search.cpan.org/search?dist=libnet

View File

@ -1,7 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/Net/Cmd.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Config.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Domain.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DummyInetd.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/FTP.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/A.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/E.pm
@ -10,14 +9,12 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/L.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/FTP/dataconn.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/NNTP.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Netrc.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/PH.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/POP3.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SNPP.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Time.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/libnet.cfg
lib/perl5/site_perl/%%PERL_VER%%/Net/libnetFAQ.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTP
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTP
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true