mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.11007
PR: ports/153058 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
This commit is contained in:
parent
5b0e8fd179
commit
0fda766d4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266198
2 changed files with 11 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= SQL-Translator
|
||||
PORTVERSION= 0.11006
|
||||
PORTVERSION= 0.11007
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -30,8 +30,7 @@ BUILD_DEPENDS= p5-Class-Base>=0:${PORTSDIR}/devel/p5-Class-Base \
|
|||
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
|
||||
p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \
|
||||
p5-XML-Writer>=0.500:${PORTSDIR}/textproc/p5-XML-Writer \
|
||||
p5-YAML>=0.66:${PORTSDIR}/textproc/p5-YAML
|
||||
p5-XML-Writer>=0.500:${PORTSDIR}/textproc/p5-XML-Writer
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -109,4 +108,10 @@ MAN3= SQL::Translator.3 \
|
|||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (SQL-Translator-0.11006.tar.gz) = 27f06358cb8c34447deb845d8ab9ba1e
|
||||
SHA256 (SQL-Translator-0.11006.tar.gz) = 8a56a2720a83abbc529a9fd4a2becaee9e6104d8f5f627f6dc7dbe3baefad645
|
||||
SIZE (SQL-Translator-0.11006.tar.gz) = 408901
|
||||
SHA256 (SQL-Translator-0.11007.tar.gz) = e446348ef16d4ed5890681d9d2b934c2fbb26c9a23d7f3cdfc8123468d7360de
|
||||
SIZE (SQL-Translator-0.11007.tar.gz) = 411589
|
||||
|
|
Loading…
Add table
Reference in a new issue