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

(-)Makefile (-4 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	CGI-Session
8
PORTNAME=	CGI-Session
9
PORTVERSION=	3.11
9
PORTVERSION=	3.92
10
PORTREVISION=	1
11
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
13
MASTER_SITE_SUBDIR=	CGI
12
MASTER_SITE_SUBDIR=	CGI
Lines 21-28 Link Here
21
20
22
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
23
22
24
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
25
MAN3=		CGI::Session::DB_File.3 \
23
MAN3=		CGI::Session::DB_File.3 \
24
		CGI::Session::Example.3 \
26
		CGI::Session::MySQL.3 \
25
		CGI::Session::MySQL.3 \
27
		CGI::Session::File.3 \
26
		CGI::Session::File.3 \
28
		CGI::Session.3 \
27
		CGI::Session.3 \
Lines 34-40 Link Here
34
		CGI::Session::PostgreSQL.3 \
33
		CGI::Session::PostgreSQL.3 \
35
		CGI::Session::Tutorial.3 \
34
		CGI::Session::Tutorial.3 \
36
		CGI::Session::CookBook.3 \
35
		CGI::Session::CookBook.3 \
37
		CGI::Session::ID::Static.3 \
38
		CGI::Session::Serialize::Storable.3
36
		CGI::Session::Serialize::Storable.3
39
37
40
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (CGI-Session-3.11.tar.gz) = 5ec524ed5ead08aad7fdfc0b3cf7bf95
1
MD5 (CGI-Session-3.92.tar.gz) = f9309276ff5b0e4a441aede43ed839fe
(-)pkg-plist (-1 / +2 lines)
Lines 8-16 Link Here
8
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Serialize
8
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Serialize
9
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/Incr.pm
9
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/Incr.pm
10
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/MD5.pm
10
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/MD5.pm
11
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/Static.pm
12
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID
11
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID
13
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/DB_File.pm
12
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/DB_File.pm
13
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Example.pm
14
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/MySQL.pm
14
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/MySQL.pm
15
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/File.pm
15
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/File.pm
16
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session.pm
16
lib/perl5/site_perl/%%PERL_VER%%/CGI/Session.pm
Lines 35-40 Link Here
35
lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/dump.al
35
lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/dump.al
36
lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/autosplit.ix
36
lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/autosplit.ix
37
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Session/.packlist
37
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Session/.packlist
38
lib/perllocal.pod-CGI-Session
38
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session
39
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session
39
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
40
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
40
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session
41
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session

Return to bug 50223