summaryrefslogtreecommitdiff
path: root/net/p5-Net/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-03-17 01:29:32 +0000
committerseb <seb@pkgsrc.org>2003-03-17 01:29:32 +0000
commitbd351b691d8434e6fa548915512f3738c2da4ae6 (patch)
tree4373ba1be980dc39d356c5d0abb47ed93d68b10a /net/p5-Net/Makefile
parentebabff70806a1ebe52d1e0b9234f4fef604149fc (diff)
downloadpkgsrc-bd351b691d8434e6fa548915512f3738c2da4ae6.tar.gz
Update to 1.13.
Relevant changes since version 1.12: Net::POP3 - Make more compliant. +OK and -ERR responses do not have to be followed by a space. Net::FTP - Fix unique name extraction to pick up name on initial Net::Cmd - Compatibility fix for 5.004 Net::Cmd - Ensure all debug output is via ->debug_print Net::FTP - Allow the user to specify a local address to use for sockets Net::SMTP - Avoid extra spaces on the end of the AUTH command
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r--net/p5-Net/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index 00c258494c4..5ba2b11c7e7 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2002/10/07 22:34:25 seb Exp $
+# $NetBSD: Makefile,v 1.29 2003/03/17 01:29:32 seb Exp $
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
#
-DISTNAME= libnet-1.12
-PKGNAME= p5-Net-1.12
+DISTNAME= libnet-1.13
+PKGNAME= p5-Net-1.13
SVR4_PKGNAME= p5net
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}