mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.0.7
- Add missing DEPENDS PR: ports/165150 Approved by: maintainer timeout (tolid@tolid.eu.org, > 2 weeks)
This commit is contained in:
parent
987fc03f28
commit
290fab94e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292713
2 changed files with 10 additions and 8 deletions
|
@ -6,18 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= File-Dir-Dumper
|
||||
PORTVERSION= 0.0.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.7
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= tolid@tolid.eu.org
|
||||
COMMENT= Perl5 module to dump directory structures' meta-data
|
||||
COMMENT= Perl5 module to dump directory structures meta-data
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/File/Find/Object.pm:${PORTSDIR}/devel/p5-File-Find-Object \
|
||||
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
|
||||
${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON
|
||||
BUILD_DEPENDS= p5-File-Find-Object>0:${PORTSDIR}/devel/p5-File-Find-Object \
|
||||
p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Devel-CheckOS>0:${PORTSDIR}/devel/p5-Devel-CheckOS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (File-Dir-Dumper-0.0.6.tar.gz) = c81f8e3ca3a94be04daacc001f78b8b5ed299c400e435660d59f374459a13a4c
|
||||
SIZE (File-Dir-Dumper-0.0.6.tar.gz) = 12389
|
||||
SHA256 (File-Dir-Dumper-v0.0.7.tar.gz) = 2d3f626cda73d54ee54b5778e5a66d7a5e21ac6bee289ae5281ce04055dccab5
|
||||
SIZE (File-Dir-Dumper-v0.0.7.tar.gz) = 13094
|
||||
|
|
Loading…
Add table
Reference in a new issue