Bug 63374 - Port Update: net/p5-Net-SSH upgrade 0.07->0.08 and add better pkg-descr
Summary: Port Update: net/p5-Net-SSH upgrade 0.07->0.08 and add better pkg-descr
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 01:30 UTC by Michael Johnson
Modified: 2004-02-26 14:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-02-26 01:30:19 UTC
upgrade from 0.07 to 0.08 and add better pkg-descr

How-To-Repeat: diff -ruN net/p5-Net-SSH.orig/Makefile net/p5-Net-SSH/Makefile
--- net/p5-Net-SSH.orig/Makefile	Wed Feb 25 20:20:07 2004
+++ net/p5-Net-SSH/Makefile	Wed Feb 25 20:23:29 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-SSH
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
diff -ruN net/p5-Net-SSH.orig/distinfo net/p5-Net-SSH/distinfo
--- net/p5-Net-SSH.orig/distinfo	Wed Feb 25 20:20:07 2004
+++ net/p5-Net-SSH/distinfo	Wed Feb 25 20:20:25 2004
@@ -1,2 +1,2 @@
-MD5 (Net-SSH-0.07.tar.gz) = 3c8701d2f3b8b40fe9f8819548a19ede
-SIZE (Net-SSH-0.07.tar.gz) = 3913
+MD5 (Net-SSH-0.08.tar.gz) = c25a38f0b1d1b126cfb5dc231ac269da
+SIZE (Net-SSH-0.08.tar.gz) = 4170
diff -ruN net/p5-Net-SSH.orig/pkg-descr net/p5-Net-SSH/pkg-descr
--- net/p5-Net-SSH.orig/pkg-descr	Wed Feb 25 20:20:07 2004
+++ net/p5-Net-SSH/pkg-descr	Wed Feb 25 20:24:10 2004
@@ -1,4 +1,4 @@
-  Description
-  -----------
+This module implements a Perl interface to ssh.  It is a simple wrapper 
+around the system `ssh' command.
 
-	It's not here yet.
+WWW: http://search.cpan.org/dist/Net-SSH
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-02-26 14:44:12 UTC
State Changed
From-To: open->closed

Committed, thanks!