Update the news/ubh port to the latest version, 2.1
State Changed From-To: open->feedback could u please submit again with diff format ?
diff ubh/Makefile ubh2/Makefile 2,3c2,3 < # Date created: 24 July 2000 < # Whom: Donald Burr <dburr@FreeBSD.ORG> --- > # Date created: 1 January 2002 > # Whom: John Holland <john@zoner.org> 5c5 < # $FreeBSD: ports/news/ubh/Makefile,v 1.5 2001/01/25 14:02:31 ijliao Exp $ --- > # $FreeBSD$ 9c9 < PORTVERSION= 1.5 --- > PORTVERSION= 2.1 13c13 < MAINTAINER= dburr@FreeBSD.ORG --- > MAINTAINER= john@zoner.org 16c16,20 < ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net --- > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net > \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools > \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy > \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 > \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools diff ubh/distinfo ubh2/distinfo 1c1 < MD5 (ubh-1.5.tar.gz) = 86591f641a7a138d18ef92b4c5700066 --- > MD5 (ubh-2.1.tar.gz) = 414dfd69ee8bd5e3e0072cf68de43c01 diff ubh/pkg-descr ubh2/pkg-descr 1,10c1,11 < ubh - the Usenet Binary Harvester - is a GPL'ed Perl console application < which automatically discovers, downloads, and decodes single-part and < multi-part Usenet binaries. Automatically assembles multi-part binaries. < Provides searching via Perl regular expression syntax. Also provides a < pre-selection capability whereby the user can interactively choose which < binaries to download. Uses a standard .newsrc file to control which groups < to process, and uses the .newsrc to keep track of articles already processed. < Handles uuencoded binaries and MIME attachments. Runs under Unix-based Perl < or Active Perl on Win32 platforms. Requires Net::NNTP and News::Newsrc < (which itself requires Set::IntSpan). --- > ubh - the Usenet Binary Harvester - is a GPL'ed Perl console > application which automatically discovers, downloads, and decodes > single-part and multi-part Usenet binaries. Automatically assembles > multi-part binaries. Provides searching via Perl regular expression > syntax. Also provides a pre-selection capability whereby the user can > interactively choose which binaries to download. Uses a standard > .newsrc file to control which groups and articles to process. > Runs anywhere Perl runs. Tested under Unix-based Perl, Active Perl > on Win32 platforms, and Mac OS X. Requires Net::NNTP and News::Newsrc > (which itself requires Set::IntSpan), MIME::Parser, MIME::Base64, > IO::Stringy, and MailTools (distribution). 12c13 < WWW: http://www.lanois.com/ubh/ --- > WWW: http://ubh.sourceforge.net/ 14c15 < [ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ] --- > [ This port is maintained by John Holland <john@zoner.org> ] diff ubh/pkg-plist ubh2/pkg-plist 5,15c5 < share/doc/ubh/documentation.html < share/doc/ubh/download.html < share/doc/ubh/index.html < share/doc/ubh/links.html < share/doc/ubh/lists.html < share/doc/ubh/news.html < share/doc/ubh/screenshots.html < share/doc/ubh/images/emacs.gif < share/doc/ubh/images/logo.gif < share/doc/ubh/images/screen1.gif < @dirrm share/doc/ubh/images --- > share/doc/ubh/ubh.html
I'm having a problem applying your patch, could you send a unified diff format or post a link to where we could download your patch?
State Changed From-To: feedback->closed Committed, thanks!