View | Details | Raw Unified | Return to bug 175796
Collapse All | Expand All

(-)sysutils/p5-MogileFS-Server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (MogileFS-Server-2.66.tar.gz) = a60cf63dcc9abd7cda797eb125a1da1caf86ecfd15a4e169b84d9fea7b68095a
1
SHA256 (MogileFS-Server-2.67.tar.gz) = 9347f762875ec99b132a096b9ef74237d79fcb1f198372e78b1764d3569071dd
2
SIZE (MogileFS-Server-2.66.tar.gz) = 179070
2
SIZE (MogileFS-Server-2.67.tar.gz) = 181847
(-)sysutils/p5-MogileFS-Server/files/patch-mogstored (-20 lines)
Lines 1-20 Link Here
1
--- mogstored.ORIG	2012-09-16 12:38:08.000000000 +0300
2
+++ mogstored	2012-09-16 18:48:02.000000000 +0300
3
@@ -99,8 +99,6 @@ my $httpsrv       = $httpsrv_class->new(
4
                                         maxconns => $max_conns,
5
                                         bin      => $serverbin,
6
                                         );
7
-$httpsrv->start;
8
-
9
 if ($opt_daemonize) {
10
     $httpsrv->pre_daemonize;
11
     Perlbal::daemonize();
12
@@ -108,6 +106,8 @@ if ($opt_daemonize) {
13
     print "Running.\n";
14
 }
15
 
16
+$httpsrv->start;
17
+
18
 $httpsrv->post_daemonize;
19
 
20
 # kill our children processes on exit:
(-)sysutils/p5-MogileFS-Server/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	MogileFS-Server
4
PORTNAME=	MogileFS-Server
5
PORTVERSION=	2.66
5
PORTVERSION=	2.67
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	sysutils perl5
7
CATEGORIES=	sysutils perl5
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN

Return to bug 175796