diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 23:01:09 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 23:01:09 +0800 |
commit | 810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc (patch) | |
tree | 8e1f149afa2c2caa53399a2ad687536e1b316bc7 /news | |
parent | aebea7ec6aee0c75fbdd137415003d3cb2cc263e (diff) | |
download | freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.tar.gz freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.tar.zst freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).
Approved by: portmgr (itetcu)
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbperl/Makefile | 2 | ||||
-rw-r--r-- | news/ubh/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/news/nzbperl/Makefile b/news/nzbperl/Makefile index 3ffe65ed85b1..7d69dd4b832c 100644 --- a/news/nzbperl/Makefile +++ b/news/nzbperl/Makefile @@ -7,6 +7,7 @@ PORTNAME= nzbperl PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.thepentagon.org/local_distfiles/ \ http://noisybox.net/computers/nzbperl/ \ @@ -19,7 +20,6 @@ COMMENT= A perl script for downloading nzb files RUN_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview PLIST_FILES= bin/nzbperl 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 |