View | Details | Raw Unified | Return to bug 142633 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ORLite-Migrate
8
PORTNAME=	ORLite-Migrate
9
PORTVERSION=	1.05
9
PORTVERSION=	1.06
10
CATEGORIES=	databases perl5
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	../by-authors/id/A/AD/ADAMK
12
MASTER_SITE_SUBDIR=	../by-authors/id/A/AD/ADAMK
Lines 26-31 Link Here
26
26
27
PERL_CONFIGURE=	YES
27
PERL_CONFIGURE=	YES
28
28
29
MAN3=		ORLite::Migrate.3
29
MAN3=		ORLite::Migrate.3 \
30
		ORLite::Migrate::Perl.3
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ORLite-Migrate-1.05.tar.gz) = 70340001c48d592a328d823fd6d62053
1
MD5 (ORLite-Migrate-1.06.tar.gz) = 9dcf81a384c0cb5b54981ba7ffbb6ad0
2
SHA256 (ORLite-Migrate-1.05.tar.gz) = c25fc1283fb4262338d0dc26335d1563985d7c99521ac20f20c8b69fd9fed07d
2
SHA256 (ORLite-Migrate-1.06.tar.gz) = deac8d29baf18e6e257016f405036e34480d15def7f3f3fe68f5d6912d222b35
3
SIZE (ORLite-Migrate-1.05.tar.gz) = 29204
3
SIZE (ORLite-Migrate-1.06.tar.gz) = 30696
(-)pkg-plist (-1 / +2 lines)
Lines 1-6 Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/Migrate/.packlist
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/Migrate/.packlist
2
%%SITE_PERL%%/ORLite/Migrate.pm
2
%%SITE_PERL%%/ORLite/Migrate.pm
3
%%SITE_PERL%%/ORLite/Migrate/Patch.pm
3
%%SITE_PERL%%/ORLite/Migrate/Patch.pm
4
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/Migrate
4
%%SITE_PERL%%/ORLite/Migrate/Perl.pm
5
@dirrmtry %%SITE_PERL%%/ORLite/Migrate
5
@dirrmtry %%SITE_PERL%%/ORLite/Migrate
6
@dirrmtry %%SITE_PERL%%/ORLite
6
@dirrmtry %%SITE_PERL%%/ORLite
7
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/Migrate

Return to bug 142633