diff options
author | lioux <lioux@FreeBSD.org> | 2003-09-28 23:55:47 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-09-28 23:55:47 +0800 |
commit | 60954222ec8b000b02401b561229fdac8b84e806 (patch) | |
tree | 24dfcd77e2edf5c639c680762bdbb0bba4051391 | |
parent | b50823c30457aff1abaeb428fc27b22d715791fa (diff) | |
download | freebsd-ports-gnome-60954222ec8b000b02401b561229fdac8b84e806.tar.gz freebsd-ports-gnome-60954222ec8b000b02401b561229fdac8b84e806.tar.zst freebsd-ports-gnome-60954222ec8b000b02401b561229fdac8b84e806.zip |
o Update to 0.5.18
o Trick it into not being IS_INTERACTIVE
PR: 56984
Submitted by: Lars Eggert <larse@isi.edu>
-rw-r--r-- | textproc/p5-xmltv/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-xmltv/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-xmltv/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | textproc/p5-xmltv/pkg-plist | 2 |
4 files changed, 15 insertions, 9 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index c6bd26149b49..9a26b4abcedd 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmltv -PORTVERSION= 0.5.17 +PORTVERSION= 0.5.18 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmltv @@ -34,7 +34,6 @@ BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS= ${BUILD_DEPENDS} -IS_INTERACTIVE= yes USE_BZIP2= yes USE_REINPLACE= yes PERL_CONFIGURE= yes @@ -84,12 +83,6 @@ post-patch: -name "*.bak" | \ ${XARGS} -n 10 ${RM} -pre-configure: - @${ECHO_MSG} - @${ECHO_MSG} '====> Please answer yes to all configure questions' - @${ECHO_MSG} '====> The port is assuming that you have answered yes to all of them' - @${ECHO_MSG} - post-install: @${MKDIR} ${PREFIX}/${CGIDIR} @${INSTALL_SCRIPT} ${WRKSRC}/choose/tv_pick/tv_pick_cgi ${PREFIX}/${CGIDIR}/tv_pick.cgi diff --git a/textproc/p5-xmltv/distinfo b/textproc/p5-xmltv/distinfo index 6a29597f9481..b27901096bb6 100644 --- a/textproc/p5-xmltv/distinfo +++ b/textproc/p5-xmltv/distinfo @@ -1 +1 @@ -MD5 (xmltv-0.5.17.tar.bz2) = f4274e63de47f2f52bc98494ff5b2196 +MD5 (xmltv-0.5.18.tar.bz2) = eaa467fb6ea009a1adf13fdd0950b087 diff --git a/textproc/p5-xmltv/files/patch-Makefile.PL b/textproc/p5-xmltv/files/patch-Makefile.PL new file mode 100644 index 000000000000..499a3f5056e8 --- /dev/null +++ b/textproc/p5-xmltv/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Thu Sep 18 11:53:31 2003 ++++ Makefile.PL Thu Sep 18 11:53:46 2003 +@@ -365,7 +365,7 @@ + "\n"); + } + print STDERR "\n"; +-if (not ask('Do you want to proceed with this configuration?', 1)) { ++if (0) { + # Need to set {install} for each component by prompting. + foreach my $info (@opt_components) { + my $missing = $info->{missing}; diff --git a/textproc/p5-xmltv/pkg-plist b/textproc/p5-xmltv/pkg-plist index 8823dd72a2f5..b1d13be7a621 100644 --- a/textproc/p5-xmltv/pkg-plist +++ b/textproc/p5-xmltv/pkg-plist @@ -24,6 +24,8 @@ bin/tv_to_text lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XMLTV/.packlist lib/perl5/site_perl/%%PERL_VER%%/XMLTV.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Ask.pm +lib/perl5/site_perl/%%PERL_VER%%/XMLTV/AskTerm.pm +lib/perl5/site_perl/%%PERL_VER%%/XMLTV/AskTk.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Clumps.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Config_file.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Europe_TZ.pm |