aboutsummaryrefslogtreecommitdiff
path: root/news/ubh
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 15:01:09 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 15:01:09 +0000
commit22b0d4983bcfed37c4c5129bf782a7457353fb9b (patch)
tree0636632968e1dca1293f29ca51c58f2718d717bb /news/ubh
parent36275a2060d9cc6a677603da7d2060e3a0a9f673 (diff)
downloadports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.tar.gz
ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248617
Diffstat (limited to 'news/ubh')
-rw-r--r--news/ubh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile
index ddd09a02487d..dbdb6157858b 100644
--- a/news/ubh/Makefile
+++ b/news/ubh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ubh
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= news graphics
MASTER_SITES= http://ubh.sourceforge.net/download/
@@ -15,10 +16,8 @@ COMMENT= Perl script to download and decode binaries posted to Usenet
RUN_DEPENDS= \
${SITE_PERL}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \
- ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \
${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32