mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.73
- Add LICENSE - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
This commit is contained in:
parent
b931d1812f
commit
7bc7cef824
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300761
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= SQL-Abstract
|
||||
PORTVERSION= 1.72
|
||||
PORTVERSION= 1.73
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,22 +14,27 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl extension to generate SQL from Perl data structures
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10002:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
|
||||
p5-Getopt-Long-Descriptive>=0.086:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10005:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
|
||||
p5-Getopt-Long-Descriptive>=0.091:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
|
||||
p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
|
||||
p5-Test-Deep>=0.106:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SQL::Abstract.3 \
|
||||
MAN3= DBIx::Class::Storage::Debug::PrettyPrint.3 \
|
||||
SQL::Abstract.3 \
|
||||
SQL::Abstract::Test.3 \
|
||||
SQL::Abstract::Tree.3 \
|
||||
DBIx::Class::Storage::Debug::PrettyPrint.3
|
||||
SQL::Abstract::Tree.3
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i -ne 'print unless m,^test,' ${WRKSRC}/Makefile.PL
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SQL-Abstract-1.72.tar.gz) = 7902abc8c5f4c5f9bc9bd2ffd0a2d4c98c55b5a1bde80d8b0b3a94ff41f94b89
|
||||
SIZE (SQL-Abstract-1.72.tar.gz) = 88235
|
||||
SHA256 (SQL-Abstract-1.73.tar.gz) = 6b26a2ff1e25bc14c3396d456b8b38a8bc74e1d909a7ec2ad4de18a6b7bf3720
|
||||
SIZE (SQL-Abstract-1.73.tar.gz) = 93037
|
||||
|
@ -1,14 +1,14 @@
|
||||
bin/format-sql
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract/.packlist
|
||||
%%SITE_PERL%%/DBIx/Class/Storage/Debug/PrettyPrint.pm
|
||||
%%SITE_PERL%%/SQL/Abstract.pm
|
||||
%%SITE_PERL%%/SQL/Abstract/Test.pm
|
||||
%%SITE_PERL%%/SQL/Abstract/Tree.pm
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/Debug
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL
|
||||
@dirrmtry %%SITE_PERL%%/SQL/Abstract
|
||||
@dirrmtry %%SITE_PERL%%/SQL
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/Debug
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
|
Loading…
Reference in New Issue
Block a user