- Update to 2.33

It fixes a bug when work with threaded applications.

Submitted by:	az
This commit is contained in:
Sergey Matveychuk 2007-12-14 14:44:10 +00:00
parent a98189af41
commit a5cd0b34e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203545
3 changed files with 5 additions and 16 deletions

View file

@ -6,8 +6,8 @@
#
PORTNAME= Net-Ping
PORTVERSION= 2.31
PORTREVISION= 1
PORTVERSION= 2.33
PORTREVISION= 0
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net

View file

@ -1,3 +1,3 @@
MD5 (Net-Ping-2.31.tar.gz) = eaed21e51f6164581ebb37d0f6a4f605
SHA256 (Net-Ping-2.31.tar.gz) = cea2fd27cc3ae8cb668f0ca513521b6ae14cd812203dca5eca0fd11f3fdc60e1
SIZE (Net-Ping-2.31.tar.gz) = 33580
MD5 (Net-Ping-2.33.tar.gz) = d58450bb896f63402acb3b810f2cf4ff
SHA256 (Net-Ping-2.33.tar.gz) = c263cfb60c6039d9a92c51a0dfca8d25d1c4caf5d872e5bcc69c8dbf3920b2a3
SIZE (Net-Ping-2.33.tar.gz) = 27590

View file

@ -1,11 +0,0 @@
--- Makefile.PL.orig 2007-07-29 15:52:47.000000000 +0400
+++ Makefile.PL 2007-07-29 15:52:55.000000000 +0400
@@ -4,7 +4,7 @@
# Hack to avoid rpm conflicts with old man page.
MAN3EXT => 3,
# Hack to force this version to override.
- INSTALLSITELIB => "\$(INSTALLARCHLIB)",
+# INSTALLSITELIB => "\$(INSTALLARCHLIB)",
};
WriteMakefile
NAME => "Net::Ping",