mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 0.89
This commit is contained in:
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
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net-Server
|
PORTNAME= Net-Server
|
||||||
PORTVERSION= 0.88
|
PORTVERSION= 0.89
|
||||||
PORTREVISION= 1
|
PORTREVISION= 0
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= http://www.seamons.com/net_server/ \
|
MASTER_SITES= http://www.seamons.com/net_server/ \
|
||||||
${MASTER_SITE_PERL_CPAN}
|
${MASTER_SITE_PERL_CPAN}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Net-Server-0.88.tar.gz) = f068d68fb3ccac2ee93860d1fcdbdb4e
|
MD5 (Net-Server-0.89.tar.gz) = a93a2990c603569d60b61a61ecdb898b
|
||||||
SHA256 (Net-Server-0.88.tar.gz) = 05d91613173bf9a1bb12ff3a75c4c9331a9fd09ee0fb61f796da8fc6ce345322
|
SHA256 (Net-Server-0.89.tar.gz) = 4f92310f3b576421a332c0e68c7b8ec26c9013ae806e1961ddac486792137533
|
||||||
SIZE (Net-Server-0.88.tar.gz) = 71089
|
SIZE (Net-Server-0.89.tar.gz) = 73515
|
||||||
|
|
|
@ -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};
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue