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

(-)Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	FastCGI
8
PORTNAME=	FastCGI
9
PORTVERSION=	0.58
9
PORTVERSION=	0.67
10
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	FCGI
12
MASTER_SITE_SUBDIR=	FCGI
Lines 20-26 Link Here
20
20
21
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
22
22
23
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
24
MAN3=		FCGI.3
23
MAN3=		FCGI.3
25
24
26
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (FCGI-0.58.tar.gz) = db5c0a5fd7c24469b52ea329823b1d59
1
MD5 (FCGI-0.67.tar.gz) = 2e9b5bd1f74290fd9788555e8108a3d2
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/FCGI.pm
1
%%SITE_PERL%%/%%PERL_ARCH%%/FCGI.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/.packlist
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI/FCGI.so
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/FCGI.so
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI/FCGI.bs
4
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/FCGI.bs
5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI
5
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI
(-)/cvstmp/cvsYbyQEs3Mep (-11 lines)
Removed Link Here
1
--- Makefile.PL.orig	Wed Oct 27 19:56:24 1999
2
+++ Makefile.PL	Wed Oct 27 20:01:08 1999
3
@@ -25,7 +25,7 @@
4
     # CPAN  
5
     for $dir ("/usr", "/usr/local") {
6
         if (-d "$dir/lib/" && -f "$dir/lib/libfcgi.a" 
7
-        	&& -d "$dir/include" && !grep {!-f "$dir/include/$_"} (@h)) 
8
+        	&& -d "$dir/include/fastcgi/" && !grep {!-f "$dir/include/fastcgi/$_"} (@h)) 
9
         {
10
             print "Found fcgi library and include files in $dir\n";
11
             print "Will be using that instead of included files\n";

Return to bug 51997