diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-15 13:30:50 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-15 13:30:50 +0000 |
commit | ca7034d2831654723aa3b979cef890e19d5e7007 (patch) | |
tree | 46c56d0b386b9ca6d795f16c61618b0473f695f7 /textproc/p5-xmltv | |
parent | c80399dd345a2186424d9cd0b03ee7d5f8ca16f8 (diff) | |
download | FreeBSD-ports-ca7034d2831654723aa3b979cef890e19d5e7007.zip FreeBSD-ports-ca7034d2831654723aa3b979cef890e19d5e7007.tar.gz |
Update to 0.5.6
Diffstat (limited to 'textproc/p5-xmltv')
-rw-r--r-- | textproc/p5-xmltv/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-xmltv/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-xmltv/pkg-plist | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index b483ebc..d128599 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmltv -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.6 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmltv @@ -22,6 +22,7 @@ BUILD_DEPENDS= \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk/TableMatrix.pm:${PORTSDIR}/x11-toolkits/p5-Tk-TableMatrix BUILD_DEPENDS+= \ @@ -40,8 +41,8 @@ PLIST_SUB= VERSION="${PORTVERSION}" MAN1= tv_cat.1 tv_extractinfo_en.1 tv_grab_de.1 tv_grab_na.1 \ tv_grab_sn.1 tv_grab_uk.1 tv_grab_uk_rt.1 tv_grep.1 tv_sort.1 \ + tv_grab_fi.1 tv_grab_nz.1 tv_split.1 \ tv_to_latex.1 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XMLTV.3 # idea taken from devel/cvsweb port @@ -57,6 +58,10 @@ ICONSDIR?= www/icons PLIST_SUB+= CGIDIR="${CGIDIR}" post-patch: +# fix man install location + @${REINPLACE_CMD} -e \ + 's|share/man|man|' \ + ${WRKSRC}/Makefile.PL @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} \ -e 's|/usr/bin/perl|${PERL}|' diff --git a/textproc/p5-xmltv/distinfo b/textproc/p5-xmltv/distinfo index 3099d82..3aa7694 100644 --- a/textproc/p5-xmltv/distinfo +++ b/textproc/p5-xmltv/distinfo @@ -1 +1 @@ -MD5 (xmltv-0.5.3.tar.bz2) = 02d595309fcdb99827f077d9f490385a +MD5 (xmltv-0.5.6.tar.bz2) = 4c06f30fcb938c8a51ce251033c6b9ad diff --git a/textproc/p5-xmltv/pkg-plist b/textproc/p5-xmltv/pkg-plist index 36e6e08..77f9bf7 100644 --- a/textproc/p5-xmltv/pkg-plist +++ b/textproc/p5-xmltv/pkg-plist @@ -3,16 +3,18 @@ bin/tv_cat bin/tv_check bin/tv_extractinfo_en bin/tv_grab_de +bin/tv_grab_fi bin/tv_grab_na +bin/tv_grab_nz bin/tv_grab_sn bin/tv_grab_uk bin/tv_grab_uk_rt bin/tv_grep bin/tv_sort +bin/tv_split bin/tv_to_latex 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/Ananova_Channel.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Ask.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Clumps.pm lib/perl5/site_perl/%%PERL_VER%%/XMLTV/Memoize.pm |