Bug 33445 - Update port: news/ubh Upgrade to version 2.1
Summary: Update port: news/ubh Upgrade to version 2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-01 18:00 UTC by john
Modified: 2002-01-27 16:39 UTC (History)
0 users

See Also:


Attachments
file.shar (3.09 KB, text/plain)
2002-01-01 18:00 UTC, john
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description john 2002-01-01 18:00:04 UTC
Update the news/ubh port to the latest version, 2.1
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-01-01 18:36:35 UTC
State Changed
From-To: open->feedback

could u please submit again with diff format ?
Comment 2 john 2002-01-04 20:55:44 UTC
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
Comment 3 dwcjr 2002-01-27 16:28:16 UTC
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?
Comment 4 dwcjr freebsd_committer freebsd_triage 2002-01-27 16:39:11 UTC
State Changed
From-To: feedback->closed

Committed, thanks!