aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-21 19:29:36 +0800
committermiwi <miwi@FreeBSD.org>2009-09-21 19:29:36 +0800
commit3c0f6e6a9e568995adc33578cf03432055160d89 (patch)
treefabc3b0306298e04454761e935e8ba017f9a5671 /deskutils
parent8b2860a5625c6e7f078e94452c6801c5f29564de (diff)
downloadfreebsd-ports-gnome-3c0f6e6a9e568995adc33578cf03432055160d89.tar.gz
freebsd-ports-gnome-3c0f6e6a9e568995adc33578cf03432055160d89.tar.zst
freebsd-ports-gnome-3c0f6e6a9e568995adc33578cf03432055160d89.zip
- Update to 1.0.0
PR: 139006 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer) Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/p5-ZConf-Runner/Makefile10
-rw-r--r--deskutils/p5-ZConf-Runner/distinfo6
-rw-r--r--deskutils/p5-ZConf-Runner/pkg-plist3
3 files changed, 13 insertions, 6 deletions
diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile
index 48a2be9bc328..03bc3203fa8f 100644
--- a/deskutils/p5-ZConf-Runner/Makefile
+++ b/deskutils/p5-ZConf-Runner/Makefile
@@ -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>
diff --git a/deskutils/p5-ZConf-Runner/distinfo b/deskutils/p5-ZConf-Runner/distinfo
index 5f3292c1fbc4..93ced7031592 100644
--- a/deskutils/p5-ZConf-Runner/distinfo
+++ b/deskutils/p5-ZConf-Runner/distinfo
@@ -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
diff --git a/deskutils/p5-ZConf-Runner/pkg-plist b/deskutils/p5-ZConf-Runner/pkg-plist
index 40ee834ef1e0..0f935ed8c82b 100644
--- a/deskutils/p5-ZConf-Runner/pkg-plist
+++ b/deskutils/p5-ZConf-Runner/pkg-plist
@@ -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