- Update to 1.0.0
PR: 139006 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer) Feature safe: yes
This commit is contained in:
parent
6d7ed591d7
commit
dc37f9f359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241861
3 changed files with 13 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ZConf-Runner
|
||||
PORTVERSION= 0.0.0
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= deskutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
|
@ -16,10 +16,14 @@ MAINTAINER= vvelox@vvelox.net
|
|||
COMMENT= Run a file using a choosen methode, desktop entry or mimetype
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
|
||||
${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo
|
||||
${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
|
||||
${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
|
||||
${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ZConf::Runner.3
|
||||
MAN3= ZConf::Runner.3 \
|
||||
ZConf::Runner::GUI.3 \
|
||||
ZConf::Runner::GUI::Curses.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ZConf-Runner-0.0.0.tar.gz) = e82881c51fb617453d3dd271d6a82289
|
||||
SHA256 (ZConf-Runner-0.0.0.tar.gz) = bc0bcff049db0f749c41d401c252d138d5b56aeb796a3776d18cc110e93d2d4b
|
||||
SIZE (ZConf-Runner-0.0.0.tar.gz) = 12233
|
||||
MD5 (ZConf-Runner-1.0.0.tar.gz) = 2c984c4f6e2f5f008a33a4cd4cbe3017
|
||||
SHA256 (ZConf-Runner-1.0.0.tar.gz) = 1ad8c6868dfbb04bf989addf0fcd831ef1e61037abb3ecb48e688afc8b23d015
|
||||
SIZE (ZConf-Runner-1.0.0.tar.gz) = 14650
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
bin/zcrunner
|
||||
%%SITE_PERL%%/ZConf/Runner.pm
|
||||
%%SITE_PERL%%/ZConf/Runner/GUI.pm
|
||||
%%SITE_PERL%%/ZConf/Runner/GUI/Curses.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner/.packlist
|
||||
@dirrm %%SITE_PERL%%/ZConf/Runner/GUI
|
||||
@dirrm %%SITE_PERL%%/ZConf/Runner
|
||||
@dirrmtry %%SITE_PERL%%/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Runner
|
||||
|
|
Loading…
Reference in a new issue