1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- update to 0.89

This commit is contained in:
Yen-Ming Lee 2005-11-28 08:55:13 +00:00
parent 508a06f989
commit d7ae3d8491
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149756
3 changed files with 5 additions and 17 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= Net-Server
PORTVERSION= 0.88
PORTREVISION= 1
PORTVERSION= 0.89
PORTREVISION= 0
CATEGORIES= net perl5
MASTER_SITES= http://www.seamons.com/net_server/ \
${MASTER_SITE_PERL_CPAN}

View File

@ -1,3 +1,3 @@
MD5 (Net-Server-0.88.tar.gz) = f068d68fb3ccac2ee93860d1fcdbdb4e
SHA256 (Net-Server-0.88.tar.gz) = 05d91613173bf9a1bb12ff3a75c4c9331a9fd09ee0fb61f796da8fc6ce345322
SIZE (Net-Server-0.88.tar.gz) = 71089
MD5 (Net-Server-0.89.tar.gz) = a93a2990c603569d60b61a61ecdb898b
SHA256 (Net-Server-0.89.tar.gz) = 4f92310f3b576421a332c0e68c7b8ec26c9013ae806e1961ddac486792137533
SIZE (Net-Server-0.89.tar.gz) = 73515

View File

@ -1,12 +0,0 @@
Patch for rt.cpan.org ticket 14155
--- lib/Net/Server.pm.orig Tue Sep 6 13:50:52 2005
+++ lib/Net/Server.pm Tue Sep 6 13:50:59 2005
@@ -49,7 +49,7 @@
### save for a HUP
my $script = $0;
- $script = $ENV{'PWD'} .'/'. $0 if $ENV{'PWD'};
+ $script = $ENV{'PWD'} .'/'. $0 if exists $ENV{'PWD'} and $script !~ m(^/);
$self->{server}->{commandline} = [ $script, @ARGV ]
unless defined $self->{server}->{commandline};