mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.42
- Pet portlint - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/MySQL-Diff/Changes PR: ports/161342 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 4 weeks)
This commit is contained in:
parent
aac3602dfb
commit
2ce578fdcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285102
8 changed files with 48 additions and 24 deletions
|
@ -5,8 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MySQL-Diff
|
||||
PORTVERSION= 0.33
|
||||
PORTNAME= MySQL-Diff
|
||||
PORTVERSION= 0.43
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,13 +14,23 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= andrew@scoop.co.nz
|
||||
COMMENT= Perl module for comparing the table structure of two MySQL databases
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/MakeMethods/Template.pm:${PORTSDIR}/devel/p5-Class-MakeMethods \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
|
||||
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= mysqldiff.1
|
||||
MAN3= MySQL::Diff.3 \
|
||||
MySQL::Diff::Database.3 \
|
||||
MySQL::Diff::Table.3 \
|
||||
MySQL::Diff::Utils.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/bin/mysqldiff
|
||||
|
||||
post-install:
|
||||
$(INSTALL_SCRIPT) $(WRKSRC)/mysqldiff $(PREFIX)/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MySQL-Diff-0.33.tar.gz) = d0eb30ee54147f9d408c22947dcb7195c5b8db07eb0ed7275de3f0df0f3d6021
|
||||
SIZE (MySQL-Diff-0.33.tar.gz) = 12071
|
||||
SHA256 (MySQL-Diff-0.43.tar.gz) = 911f7542f9062768d0bda4d474e2ccb131036700d189b6aede1cb9adab1bc208
|
||||
SIZE (MySQL-Diff-0.43.tar.gz) = 22124
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MySQL::Diff is Perl module for comparing the table structure
|
||||
of two MySQL databases
|
||||
|
||||
WWW: http://search.cpan.org/dist/MySQL-Diff/
|
||||
WWW: http://adamspiers.org/computing/mysqldiff/
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
%%SITE_PERL%%/MySQL/Table.pm
|
||||
%%SITE_PERL%%/MySQL/Diff.pm
|
||||
%%SITE_PERL%%/MySQL/Utils.pm
|
||||
%%SITE_PERL%%/MySQL/Database.pm
|
||||
bin/mysqldiff
|
||||
%%SITE_PERL%%/MySQL/Diff.pm
|
||||
%%SITE_PERL%%/MySQL/Diff/Database.pm
|
||||
%%SITE_PERL%%/MySQL/Diff/Table.pm
|
||||
%%SITE_PERL%%/MySQL/Diff/Utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL
|
||||
@dirrm %%SITE_PERL%%/MySQL/Diff
|
||||
@dirrmtry %%SITE_PERL%%/MySQL
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MySQL-Diff
|
||||
PORTVERSION= 0.33
|
||||
PORTNAME= MySQL-Diff
|
||||
PORTVERSION= 0.43
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,13 +14,23 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= andrew@scoop.co.nz
|
||||
COMMENT= Perl module for comparing the table structure of two MySQL databases
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/MakeMethods/Template.pm:${PORTSDIR}/devel/p5-Class-MakeMethods \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
|
||||
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= mysqldiff.1
|
||||
MAN3= MySQL::Diff.3 \
|
||||
MySQL::Diff::Database.3 \
|
||||
MySQL::Diff::Table.3 \
|
||||
MySQL::Diff::Utils.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/bin/mysqldiff
|
||||
|
||||
post-install:
|
||||
$(INSTALL_SCRIPT) $(WRKSRC)/mysqldiff $(PREFIX)/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MySQL-Diff-0.33.tar.gz) = d0eb30ee54147f9d408c22947dcb7195c5b8db07eb0ed7275de3f0df0f3d6021
|
||||
SIZE (MySQL-Diff-0.33.tar.gz) = 12071
|
||||
SHA256 (MySQL-Diff-0.43.tar.gz) = 911f7542f9062768d0bda4d474e2ccb131036700d189b6aede1cb9adab1bc208
|
||||
SIZE (MySQL-Diff-0.43.tar.gz) = 22124
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MySQL::Diff is Perl module for comparing the table structure
|
||||
of two MySQL databases
|
||||
|
||||
WWW: http://search.cpan.org/dist/MySQL-Diff/
|
||||
WWW: http://adamspiers.org/computing/mysqldiff/
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
%%SITE_PERL%%/MySQL/Table.pm
|
||||
%%SITE_PERL%%/MySQL/Diff.pm
|
||||
%%SITE_PERL%%/MySQL/Utils.pm
|
||||
%%SITE_PERL%%/MySQL/Database.pm
|
||||
bin/mysqldiff
|
||||
%%SITE_PERL%%/MySQL/Diff.pm
|
||||
%%SITE_PERL%%/MySQL/Diff/Database.pm
|
||||
%%SITE_PERL%%/MySQL/Diff/Table.pm
|
||||
%%SITE_PERL%%/MySQL/Diff/Utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL
|
||||
@dirrm %%SITE_PERL%%/MySQL/Diff
|
||||
@dirrmtry %%SITE_PERL%%/MySQL
|
||||
|
|
Loading…
Add table
Reference in a new issue